A very slender config just for test builds.

This commit is contained in:
px4dev
2013-07-07 12:13:40 -07:00
parent 8fa226c909
commit 9fe257c4d1
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!nsh
#
# Flight startup script for PX4FMU standalone configuration.
#
echo "[init] doing standalone PX4FMU startup..."
#
# Start the ORB
#
uorb start
echo "[init] startup done"

4
ROMFS/px4fmu_test/init.d/rcS Executable file
View File

@@ -0,0 +1,4 @@
#!nsh
#
# PX4FMU startup script for test hackery.
#