Can Raspberry Pi support package work with the Rock Pi 4C+ (Rockchip RK3399-T)
9 次查看(过去 30 天)
显示 更早的评论
MATLAB/Simulink Raspberry Pi support package works well with Raspberry Pi 4B and Arduino/ESP32 boards. Unfortunately, the Raspeberry Pi 4B and Arduino/ESP32 boards have very limited performance. Furthermore, the model 4B is currently suffering supply chain issues. On the other hand, the Rock Pi boards are available, reasonably priced and considerably faster that the model 4B. It would be great if the Raspberry Pi support package would support other higher perfomance processors such as the Rockchip.
0 个评论
采纳的回答
Sylvain
2023-5-22
The cuurent support packages Matlab and simulink for Raspberry Pi is not compatible with other single board computers than raspberry pi. My understanding is that it is due to the broadcom processor used on Rpi, vs Rockchip processors on other single board computers.
We may be quite a lot of people impacted by the shortage of Pi caused by the availabiliy of broadcom processors at the moment. Having a support package (or an update of the current package) would be great to keep afloat with the current shortage.
Best would be to submit a request for an additional support package for the RockChip familiy.
0 个评论
更多回答(1 个)
Prathyusha Appalla
2023-3-14
I understand that you want to work with other high-performance boards, specifically the Rock Pi 4C+, using Raspberry Pi support package in MATLAB. The MATLAB/Simulink hardware support package of Raspberry Pi supports the following list of hardware models as specified in the documentation link below.
Unfortunately, from the documentation, I find that currently this support package is not compatible with Rock Pi boards.
3 个评论
Walter Roberson
2023-3-17
Could the sample rate limitations that I'm observing be due to the Raspberry Pi SPI Read/Write blocks implementation rather than the uC processing speed?
How are you transfering data to the host? If you are using USB then you have fundamental rate limitations due to the USB control cycle being relatively slow -- you do not get substantial improvements until you switch to "bulk rate" transfers rather than packeted transfers. "bulk rate" transfers require that the data be fairly buffered -- increasing the latency.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Raspberry Pi Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!