Hey all,
My setup is a Holybro P6X running ardusub 4.6.0-dev (bdshot) with a CM4 on their Pixhawk RPi CM4 Baseboard. Internally the autopilot is connected to the CM4 via Serial, Telem2 is connected to the Pi as below:
-
CM4 GPIO14 ↔ FMU TXD TELEM2
-
CM4 GPIO15 ↔ FMU RXD TELEM2
-
CM4 GPIO16 ↔ FMU CTS TELEM2
-
CM4 GPIO17 ↔ FMU RTS TELEM2
I’ve used MAVProxy to verify that the serial port communications work ok.
I used the command from the BlueOS install directory to install Blue OS on top of a fresh raspian install - this all seemed to execute flawlessly however I face a few issues now.
1.
I am getting a warning saying that the vehicle is running its factory version of BlueOS, and that means something went wrong how can I find out what is causing this and rectify this? (Cannot upload system logs as I am a new user)
2.
I’m getting a series of continuous errors from “Wifi Manager” - what do these mean and how can I rectify them?
3.
How can I configure Mavlink router to use the /dev/ttyS0 or /dev/serial0 for communicating with the autopilot instead of /dev/ttyACM0? Currently I have to use a usb cable to connect the autopilot to the CM4 for blueOS to see it, even though they are on the same board.
Any and all help is much appreciated!