MATLAB Simulink-Hardware support for PX4 autopilot UAV

조회 수: 6 (최근 30일)
Suraj Suresh Kumar
Suraj Suresh Kumar 2021년 9월 22일
답변: Ankur Bose 2021년 11월 11일
I'm trying to upload the firmware through UAV Toolbox support package for PX4 autopilots. The initial Hardware Setup is completed. I'm using the one of the MATLAB examples for the same toobox package to upload my code into the PX4 flight controller.
The problem is that MATLAB is not detecting the "ProfiCNC CUBE F4 FMU (COM3)" port but detecting the "Legacy FMU (COM5)" port, which renders the system to show a message saying
"Attempting reboot on COM5 with baudrate=57600... If the board does not respond, unplug and re-plug the USB connector."
I had faced the same problem with the initial "Hardware Setup" process, which i could overcome by simply rebooting the hardware just before the MATLAB firmware upload subprocess.
Now when i try to upload a customized Firmware based on one of the examples for the UAV toolbox, Im not able reboot the hardware since the hardware cannot be reboot in the middle of the Simulink program. Please suggest a solution for the problem.
  댓글 수: 6
yan m
yan m 2021년 10월 11일
Hello, I have the same problem with the pixhawk 4... When using the UAV toolbox i can build the firmware but when i'm trying to upload, the board keeps turning ON and OFF and i have the message : "Attempting reboot on COM8 with baudrate=57600... If the board does not respond, unplug and re-plug the USB connector."
Can someone help me please ?
thx
Rasmus
Rasmus 2021년 10월 16일
This solves the issue:
https://se.mathworks.com/help/supportpkg/px4/ug/troubleshooting-firmware-upload-px4.html

댓글을 달려면 로그인하십시오.

답변 (1개)

Ankur Bose
Ankur Bose 2021년 11월 11일
This issue is mostly due to two different COM ports coming uo for your Pixhawk board (one for upload and one for communication). Some boards have this special behavior. On most other boards, the upload and communication port is same and there is no such issue.
To troubleshoot the issue of Uploading the firmare in Test Connection, see Troubleshooting Unresponsive Firmware Upload.
Also to successfully upload firmware from Simulink, set the COM ports correctly as shown in Set COM Port for Upload and Communication in Simulink

Community Treasure Hunt

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

Start Hunting!

Translated by