Matlab detects the wrong version of my Raspberry Pi
11 次查看(过去 30 天)
显示 更早的评论
I am using a Raspberry Pi 4 Model B and when I installed the support packages I did it for this particular version.On the one hand, Matlab/Simulink always detects a Raspberry Pi 2 Model B (e.g. when I type raspi() in the Command Window). On the other hand, Raspberry Pi Resource Monitor displays a Pi with '2GB Ram and the ARMv7 Processor rev 3(v7) with 4 cores @ 1500MHz'. These specifications are correct for the RPI 4 Model B. Basically the RPI works, but I don't know why the wrong version is detected.
7 个评论
Dinis
2022-9-2
Same here. Does not detect my i2c bus too. This question has been up for months why has no staff at Mathworks answered it?
Brian Kingstone
2024-1-12
Same here. I am using a Raspberry Pi Compute Module 4 ( RPI OS is Bullseye) and Matlab2023B. Matlab detects BoardName: 'Raspberry Pi 2 Model B'
回答(1 个)
VINAYAK LUHA
2023-9-14
编辑:VINAYAK LUHA
2023-9-14
Hi Nicolas,
I understand that you wish to use a “RPI 4 Model B” board in MATLAB and have already installed support packages for the same and yet your MATLAB detects the device with an incorrect version.
Follow the pointers given below to resolve the issue -
- Verify the compatibility of your “Raspberry Pi 4 Model B” with your MATLAB version using the following documentation https://in.mathworks.com/hardware-support/raspberry-pi-matlab.html.
- Check and install available updates (if any) for Raspberry Pi support packages in the MATLAB Add-Ons Manager.
- Check and install Raspberry Pi firmware updates (if any) by running the following command on your board. Reboot your board for changes to take effect and connect to MATLAB. "sudo rpi-update"
- Establish a fresh connection with the board as per the below syntax, more on this in the following documentation https://in.mathworks.com/help/supportpkg/raspberrypiio/ref/raspi.html#d124e241
mypi = raspi(ipaddress,username,password);
If none of these step work, contact MathWorks Support for further assistance and more specific guidance based on your setup.
Regards,
Vinayak Luha
0 个评论
另请参阅
类别
在 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!