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.
This commit is contained in:
José Roberto de Souza
2017-02-14 10:42:30 -08:00
committed by Lorenz Meier
parent 8c9f27bb8a
commit b7c53342dc

View File

@@ -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)