Browse Source

NXPhlite:Dedicate P10 UART as Telem 1 and disable companion

sbg
David Sidrane 7 years ago committed by Daniel Agar
parent
commit
a4c4449b85
  1. 4
      ROMFS/px4fmu_common/init.d/rcS

4
ROMFS/px4fmu_common/init.d/rcS

@ -272,6 +272,10 @@ else @@ -272,6 +272,10 @@ else
if ver hwcmp NXPHLITE_V3
then
param set SYS_FMU_TASK 1
# Let the mavlink compaion logic fail to start
set MAVLINK_COMPANION_DEVICE none
# Telem 1 is P10
set MAVLINK_F "-r 1200 -f -d /dev/ttyS4"
fi
###############################################################################

Loading…
Cancel
Save