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