diff --git a/boards/px4/fmu-v5x/init/rc.board_mavlink b/boards/px4/fmu-v5x/init/rc.board_mavlink index 659180f688..4da9b1f0ad 100644 --- a/boards/px4/fmu-v5x/init/rc.board_mavlink +++ b/boards/px4/fmu-v5x/init/rc.board_mavlink @@ -3,5 +3,11 @@ # PX4 FMUv5X specific board MAVLink startup script. #------------------------------------------------------------------------------ +if ver hwtypecmp V5Xa0 V5X91 V5Xa1 +then +# Start MAVLink on the UART connected to the mission computer +mavlink start -d /dev/ttyS4 -b 3000000 -r 290000 -m onboard -x -z +else # Start MAVLink on the USB port mavlink start -d /dev/ttyACM0 +fi