From 78b603bb3532e927e617fe1946a1090b509e72ad Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Mon, 12 Jan 2015 17:20:58 +0100 Subject: ROMFS: Fix up VTOL autostarts --- ROMFS/px4fmu_common/init.d/13001_caipirinha_vtol | 1 - ROMFS/px4fmu_common/init.d/rc.autostart | 18 +++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ROMFS/px4fmu_common/init.d/13001_caipirinha_vtol b/ROMFS/px4fmu_common/init.d/13001_caipirinha_vtol index 87b98a02b..5c0004149 100644 --- a/ROMFS/px4fmu_common/init.d/13001_caipirinha_vtol +++ b/ROMFS/px4fmu_common/init.d/13001_caipirinha_vtol @@ -1,4 +1,3 @@ -#!nsh # # Generic configuration file for caipirinha VTOL version # diff --git a/ROMFS/px4fmu_common/init.d/rc.autostart b/ROMFS/px4fmu_common/init.d/rc.autostart index b83687fbd..0d6e0564a 100644 --- a/ROMFS/px4fmu_common/init.d/rc.autostart +++ b/ROMFS/px4fmu_common/init.d/rc.autostart @@ -252,9 +252,17 @@ fi # 13000 is historically reserved for the quadshot # -# VTOL caipririnha +# VTOL Caipririnha (Tailsitter) # - if param compare SYS_AUTOSTART 13001 - then - sh /etc/init.d/13001_caipirinha_vtol - fi +if param compare SYS_AUTOSTART 13001 +then + sh /etc/init.d/13001_caipirinha_vtol +fi + +# +# VTOL BirdsEyeView FireFly x6 (Tilt-Rotor) +# +if param compare SYS_AUTOSTART 13002 +then + sh /etc/init.d/13002_firefly6 +fi -- cgit v1.2.3