mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
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:
committed by
Lorenz Meier
parent
8c9f27bb8a
commit
b7c53342dc
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user