- Close MATLAB
- Disable anti-virus software
- Delete contents of the C:\MATLAB\SupportPackages\R2014a folder
- Verify that you have at least 5GB of space left on your C drive.
- Restart MATLAB and re-install the support package
Im using MATLAB R2014b , having trouble with hardware support install for raspberry pi, it says the following while installing the support ........
조회 수: 2 (최근 30일)
이전 댓글 표시
Error installing third party software Raspbian Wheezy: Error executing command "unzip('C:\MATLAB\SupportPackages\R2014b\downloads\raspberrypi_download\raspberrypi_firmware_r2015a.zip', 'C:\MATLAB\SupportPackages\R2014b\raspbian')"
Invalid zip file "C:\MATLAB\SupportPackages\R2014b\downloads\raspberrypi_download\raspberrypi_firmware_r2015a.zip".
댓글 수: 0
답변 (1개)
Murat Belge
2015년 4월 20일
Can you execute the following commands on the MATLAB command line and post the results:
>>h = raspi.setup.RaspberryPiFirmwareUpdate;
>>h.md5sum('C:\MATLAB\SupportPackages\R2014a\downloads\raspberrypi_download\raspberrypi_firmware_r2015a.zip')
The MD5 hash of the file raspberrypi_firmware_r2015a.zip is supposed to be:
a3cf9652d1eef2cd14c7bc4d29279158
If the hash is not the same as provided above, try the following in the order it is specified and get back to us:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!