I get an Error while installing the raspberry pi support package on Matlab 2014a, can someone help me solve this?
1 次查看(过去 30 天)
显示 更早的评论
I follow the steps as given in the Mathworks video on how to install the Rpi support package but as soon as I click install i get the following error
|Error installing third party software Raspbian Wheezy: Error executing command "unzip('C:\MATLAB\SupportPackages\R2014a\downloads\raspberrypi_download\raspberrypi_firmware_r2014a.zip', 'C:\MATLAB\SupportPackages\R2014a\raspbian')"
Invalid zip file "C:\MATLAB\SupportPackages\R2014a\downloads\raspberrypi_download\raspberrypi_firmware_r2014a.zip".|
What could be the possible reason and how can I solve this?
1 个评论
Valmir Sadiku
2015-1-30
I got the same error:
Error installing third party software Raspbian Wheezy:
Error executing command
"unzip('C:\MATLAB\SupportPackages\R2014b\downloads\raspberrypi_download\raspberrypi_firmware_r2014a.zip', 'C:\MATLAB\SupportPackages\R2014b\raspbian')"
Invalid zip file "C:\MATLAB\SupportPackages\R2014b\downloads\raspberrypi_download\raspberrypi_firmware_r2014a.zip".
Did you solve it?
回答(2 个)
Manoj Das
2015-3-12
I had the same problem and first thought that file download was in-complete. Here is the solution : Under the directory C:\MATLAB\SupportPackages\R2014a\downloads\, you will find two folders as below - raspberrypi_download - raspberrypiio_download
1)Go to the folder "raspberrypiio_download" and locate the file "raspberrypi_firmware_r2014a.zip". Copy this and paste this file in the folder "raspberrypi_download", overwrite if the file already exists.
2) Run "supportPackageInstaller" again from the matlab command prompt and select the option "Install from folder".. it will give you an option to browse and select a folder.. go ahead and select the folder "raspberrypi_download"
3) Follow the steps as they come along and you will be done with the installation :-)
2 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Support Package for Raspberry Pi Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!