mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
A very slender config just for test builds.
This commit is contained in:
13
ROMFS/px4fmu_test/init.d/rc.standalone
Normal file
13
ROMFS/px4fmu_test/init.d/rc.standalone
Normal 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
4
ROMFS/px4fmu_test/init.d/rcS
Executable file
@@ -0,0 +1,4 @@
|
||||
#!nsh
|
||||
#
|
||||
# PX4FMU startup script for test hackery.
|
||||
#
|
||||
Reference in New Issue
Block a user