Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
12ae4fe8
Commit
12ae4fe8
authored
10 years ago
by
Thomas Gubler
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'upstream/rcvariables' into ros
parents
fb151a85
450d8ee4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ROMFS/px4fmu_common/init.d/rc.interface
+1
-0
1 addition, 0 deletions
ROMFS/px4fmu_common/init.d/rc.interface
ROMFS/px4fmu_common/init.d/rcS
+8
-2
8 additions, 2 deletions
ROMFS/px4fmu_common/init.d/rcS
with
9 additions
and
2 deletions
ROMFS/px4fmu_common/init.d/rc.interface
+
1
−
0
View file @
12ae4fe8
...
...
@@ -125,3 +125,4 @@ then
fi
fi
fi
unset OUTPUT_DEV
This diff is collapsed.
Click to expand it.
ROMFS/px4fmu_common/init.d/rcS
+
8
−
2
View file @
12ae4fe8
...
...
@@ -12,7 +12,6 @@ set MODE autostart
set FRC /fs/microsd/etc/rc.txt
set FCONFIG /fs/microsd/etc/config.txt
set FEXTRAS /fs/microsd/etc/extras.txt
set TUNE_ERR ML<<CP4CP4CP4CP4CP4
...
...
@@ -42,6 +41,7 @@ then
else
echo "[i] Init script not found: $FRC"
fi
unset FRC
# if this is an APM build then there will be a rc.APM script
# from an EXTERNAL_SCRIPTS build option
...
...
@@ -275,6 +275,7 @@ then
set FMU_MODE serial
fi
fi
unset HIL
# waypoint storage
if dataman start
...
...
@@ -355,8 +356,9 @@ then
echo "[i] ERROR: MK start failed"
tone_alarm $TUNE_ERR
fi
unset MKBLCTRL_ARG
fi
unset MK_MODE
if [ $OUTPUT_MODE == hil ]
then
...
...
@@ -604,6 +606,9 @@ then
sh /etc/init.d/rc.vtol_apps
fi
fi
unset MIXER
unset MAV_TYPE
unset OUTPUT_MODE
#
# Start the navigator
...
...
@@ -620,6 +625,7 @@ then
fi
# Start any custom addons
set FEXTRAS /fs/microsd/etc/extras.txt
if [ -f $FEXTRAS ]
then
echo "[i] Addons script: $FEXTRAS"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment