- 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!