Browse Source

ROMFS: AeroFC: Start dataman with RAM backend

AeroFC don't have a SD Card or any other storage device, so changing
dataman backend to work over RAM to be able to load missions.
sbg
José Roberto de Souza 8 years ago committed by Lorenz Meier
parent
commit
b7c53342dc
  1. 8
      ROMFS/px4fmu_common/init.d/rcS

8
ROMFS/px4fmu_common/init.d/rcS

@ -405,11 +405,17 @@ then @@ -405,11 +405,17 @@ then
gps start
fi
set DATAMAN_OPT ""
if ver hwcmp AEROFC_V1
then
set DATAMAN_OPT -r
fi
# waypoint storage
# REBOOTWORK this needs to start in parallel
if dataman start
if dataman start $DATAMAN_OPT
then
fi
unset DATAMAN_OPT
#
# Sensors System (start before Commander so Preflight checks are properly run)

Loading…
Cancel
Save