필터 지우기
필터 지우기

Upgrade required for connecting Raspberry Pi 4 and MATLAB

조회 수: 13 (최근 30일)
Zahra
Zahra 2024년 4월 18일
Hello,
I am trying to connect MATLAB to Raspberry Pi.
I wrote this in matlab online:
raspilist
and after run:
ans =
1x4 table
Name SerialNumber PackageVersion Status
_______ __________________ ______________ __________________
"zahra" "1000000015f244c0" "23.2.0" "Upgrade required"
All packages are upgraded in my environment in Raspberry Pi (I ran pip list --outdated in bash and all packages are updated).
I read this page of matlab help, but I could not solve the problem.
How can I change the status to Ready to connect?

답변 (1개)

MathWorks MATLAB Hardware Team
MathWorks MATLAB Hardware Team 2024년 4월 22일
Hello,
We kindly request you to execute the commands below in the Raspberry Pi terminal to install the latest Debian package. This will ensure your system is up-to-date with the MATLAB RPi support:
$sudo apt-get update
$sudo apt-get install matlab-rpi
Please follow the on-screen instructions carefully after executing these commands. For any additional guidance or troubleshooting steps, you might find the following resource extremely helpful: Troubleshoot Raspberry Pi in MATLAB Online - MATLAB & Simulink - MathWorks India
Given that you've mentioned attempting these steps already, it would be immensely helpful if you could share the OS details of your Raspberry Pi. This information can be obtained by running the following command
$cat /etc/os-release
Additionally, to ascertain whether you are using a 32-bit or 64-bit OS, please execute:
$uname -m
If your operating system is not the 32-bit version of Buster or Bullseye, we recommend reimaging your Raspberry Pi with a 32-bit version of these OSes. As of R2024a, the MATLAB Support Package for Raspberry Pi is compatible only with the 32-bit versions of Buster and Bullseye.
Should your system already be running on a 32-bit Buster or Bullseye and you continue to face issues, please do not hesitate to contact our support team for further assistance at: https://www.mathworks.com/support/contact_us.html
Thank you for your cooperation and understanding.
Warm regards,
The MATLAB Hardware Team
MATHWORKS

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for Raspberry Pi Hardware에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by