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

2 visualizaciones (últimos 30 días)
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".

Respuestas (1)

Murat Belge
Murat Belge el 20 de Abr. de 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

Categorías

Más información sobre Installation Setup and Configuration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by