Hi BlueOS community:
I am currently stuck on a serial connection between BlueOS and my FC, here is my setup:
The companion chip is rock 5T (rk3588), FC is 7-nano and the serial connection is using UART2_M0 on the rock 5T (pin 8 and pin 10) to the telem 2 port on the 7-nano.
On the rock 5T chip, I am running BlueOS docker (bluerobotics/blueos-core:master
). And I am running ardupilot in the 7-nano.
Now here is the problem:
when I previously used usb a to usb c connection to connect the chip to the FC, I am able to find the ‘CUAV 7-Nano’ in the Autopilot Firmware page, under the ‘change board’ drop down. After I select the board there, I am able to connect the BlueOS to the 7-nano board successfully. I am able to receive the heartbeat and view the vehicle in Vehicle Setup.
However, after I switched to the serial connection using jumper wires, I am unable to find this item in the dropdown anymore. Now I only left with ‘SITL’ and ‘Manual’ options like shown.
I have tried to point the master endpoint to the port under the Autopilot Firmware tab (after I select ‘Manual’ board), set up the MavLink enpoint and set up the Serial Bridge. While some seems buggy, all of these are unable to get me a connection to the 7-Nano.
I have done most of the debugging and I am actually able to get readings from the serial connection inside the BlueOS docker by using picocom in the terminal(or just simply cat it), so the hardware connection (rock 5T pins ↔ 7-Nano telem 2) and the docker permissions should be working fine.
Anyone experienced can help me with this? What is likely missing (I suspect is on the BlueOS software level) and what is the next debugging step I can try?

