Im using MATLAB R2014b , having trouble with hardware support install for raspberry pi, it says the following while installing the support ........

2 vues (au cours des 30 derniers jours)
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".

Réponses (1)

Murat Belge
Murat Belge le 20 Avr 2015
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:
  1. Close MATLAB
  2. Disable anti-virus software
  3. Delete contents of the C:\MATLAB\SupportPackages\R2014a folder
  4. Verify that you have at least 5GB of space left on your C drive.
  5. Restart MATLAB and re-install the support package

Catégories

En savoir plus sur Installation Setup and Configuration dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by