posix: enable ROMFSROOT

This will copy the ROMFS into the build directory under etc/, and thus
needs a change of the PX4 startup parameters and mixer paths.
This commit is contained in:
Beat Küng
2020-09-10 13:33:29 +02:00
parent d3362f38d1
commit 055fa768d8
28 changed files with 33 additions and 24 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ endif()
add_custom_target(upload
COMMAND rsync -arh --progress
${CMAKE_RUNTIME_OUTPUT_DIRECTORY} ${PX4_SOURCE_DIR}/posix-configs/rpi/*.config ${PX4_SOURCE_DIR}/ROMFS # source
${CMAKE_RUNTIME_OUTPUT_DIRECTORY} ${PX4_SOURCE_DIR}/posix-configs/rpi/*.config ${PX4_BINARY_DIR}/etc # source
pi@${AUTOPILOT_HOST}:/home/pi/px4 # destination
DEPENDS px4
COMMENT "uploading px4"
+1
View File
@@ -8,6 +8,7 @@ px4_add_board(
LABEL default
PLATFORM posix
ARCHITECTURE cortex-a53
ROMFSROOT px4fmu_common
TOOLCHAIN arm-linux-gnueabihf
TESTING
DRIVERS
+1
View File
@@ -3,6 +3,7 @@ px4_add_board(
PLATFORM posix
VENDOR px4
MODEL sitl
ROMFSROOT px4fmu_common
LABEL default
TESTING
DRIVERS
+1
View File
@@ -3,6 +3,7 @@ px4_add_board(
PLATFORM posix
VENDOR px4
MODEL sitl
ROMFSROOT px4fmu_common
LABEL nolockstep
TESTING
DRIVERS
+1
View File
@@ -3,6 +3,7 @@ px4_add_board(
PLATFORM posix
VENDOR px4
MODEL sitl
ROMFSROOT px4fmu_common
LABEL replay
MODULES
ekf2
+1
View File
@@ -3,6 +3,7 @@ px4_add_board(
PLATFORM posix
VENDOR px4
MODEL sitl
ROMFSROOT px4fmu_common
LABEL rtps
TESTING
DRIVERS
+1
View File
@@ -3,6 +3,7 @@ px4_add_board(
PLATFORM posix
VENDOR px4
MODEL sitl
ROMFSROOT px4fmu_common
LABEL test
TESTING
DRIVERS