Skip to content

Commit 3ce7af8

Browse files
committed
Changed serial device from ttyS6 to ttyS5 since ttyS6 is a nsh console in v3.1.x (see defconfig)
1 parent 16ac235 commit 3ce7af8

File tree

1 file changed

+2
-2
lines changed
  • PX4/hott-px4-code/ardupilot/mk/PX4/ROMFS/init.d

1 file changed

+2
-2
lines changed

PX4/hott-px4-code/ardupilot/mk/PX4/ROMFS/init.d/rc.APM

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ fi
314314
# Start HoTT for ArduPilot
315315
if [ $BOARD == FMUv2 ]
316316
then
317-
ap_hott start -d /dev/ttyS6
317+
ap_hott start -d /dev/ttyS5
318318
else
319319
#free ttyS1 for ap_hott
320320
set deviceD /dev/null
@@ -323,7 +323,7 @@ fi
323323

324324
echo Starting ArduPilot $deviceA $deviceC $deviceD
325325
# -d4 sec. GPS port, ttyS6 per default
326-
if ArduPilot -d $deviceA -d2 $deviceC -d3 $deviceD -d4 /dev/null start
326+
if ArduPilot -d $deviceA -d2 $deviceC -d3 $deviceD start
327327
then
328328
echo ArduPilot started OK
329329
else

0 commit comments

Comments
 (0)