aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rcS
diff options
context:
space:
mode:
Diffstat (limited to 'ROMFS/px4fmu_common/init.d/rcS')
-rw-r--r--ROMFS/px4fmu_common/init.d/rcS14
1 files changed, 3 insertions, 11 deletions
diff --git a/ROMFS/px4fmu_common/init.d/rcS b/ROMFS/px4fmu_common/init.d/rcS
index e2b247a76..1237d9bb1 100644
--- a/ROMFS/px4fmu_common/init.d/rcS
+++ b/ROMFS/px4fmu_common/init.d/rcS
@@ -24,7 +24,6 @@ set LOG_FILE /fs/microsd/bootlog.txt
# Try to mount the microSD card.
#
# REBOOTWORK this needs to start after the flight control loop
-echo "[i] Looking for microSD..."
if mount -t vfat /dev/mmcsd0 /fs/microsd
then
echo "[i] microSD mounted: /fs/microsd"
@@ -53,11 +52,9 @@ fi
#
if [ -f $FRC ]
then
- echo "[i] Executing init script: $FRC"
+ echo "[i] Executing script: $FRC"
sh $FRC
set MODE custom
-else
- echo "[i] Init script not found: $FRC"
fi
unset FRC
@@ -126,6 +123,7 @@ then
set PWM_AUX_DISARMED none
set PWM_AUX_MIN none
set PWM_AUX_MAX none
+ set FAILSAFE_AUX none
set MK_MODE none
set FMU_MODE pwm
set MAVLINK_F default
@@ -174,10 +172,8 @@ then
#
if [ -f $FCONFIG ]
then
- echo "[i] Config: $FCONFIG"
+ echo "[i] Custom config: $FCONFIG"
sh $FCONFIG
- else
- echo "[i] Config not found: $FCONFIG"
fi
unset FCONFIG
@@ -330,10 +326,8 @@ then
then
if px4io start
then
- echo "[i] PX4IO started"
sh /etc/init.d/rc.io
else
- echo "[i] ERROR: PX4IO start failed"
tone_alarm $TUNE_ERR
fi
fi
@@ -681,8 +675,6 @@ then
then
echo "[i] Addons script: $FEXTRAS"
sh $FEXTRAS
- else
- echo "[i] No addons script: $FEXTRAS"
fi
unset FEXTRAS