From 7d09635fb6aee2037ef1e3ab9bb854e50bb71cf2 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Mon, 4 Oct 2021 09:12:12 +0200 Subject: [PATCH] ROMFS: add option for dataman args This is required for boards requiring dataman in RAM. --- ROMFS/px4fmu_common/init.d/rcS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROMFS/px4fmu_common/init.d/rcS b/ROMFS/px4fmu_common/init.d/rcS index 5e59707773..7d5446218b 100644 --- a/ROMFS/px4fmu_common/init.d/rcS +++ b/ROMFS/px4fmu_common/init.d/rcS @@ -52,6 +52,7 @@ set STARTUP_TUNE 1 set STARTUP_TUNE_VOLUME "" set USE_IO no set VEHICLE_TYPE none +set DATAMAN_ARGS "" # # Print full system version. @@ -606,6 +607,7 @@ unset STARTUP_TUNE unset STARTUP_TUNE_VOLUME unset USE_IO unset VEHICLE_TYPE +unset DATAMAN_ARGS # # Boot is complete, inform MAVLink app(s) that the system is now fully up and running.