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
91abb360
Commit
91abb360
authored
6 years ago
by
David Sidrane
Committed by
Lorenz Meier
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
px4fmu_test:rcS:Use tune_control
parent
a2dde6bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ROMFS/px4fmu_test/init.d/rcS
+6
-6
6 additions, 6 deletions
ROMFS/px4fmu_test/init.d/rcS
with
6 additions
and
6 deletions
ROMFS/px4fmu_test/init.d/rcS
+
6
−
6
View file @
91abb360
...
...
@@ -28,11 +28,11 @@ if [ $? == 0 ]
then
echo "[i] card mounted at /fs/microsd"
# Start playing the startup tune
t
o
ne_
alarm start
t
u
ne_
control play -t 1
else
echo "[i] no microSD card found"
# Play SOS
t
o
ne_
alarm error
t
u
ne_
control play -t 2
fi
#
...
...
@@ -79,22 +79,22 @@ then
echo "PX4IO CRC OK"
else
echo "PX4IO CRC failure"
t
o
ne_
alarm MBABGP
t
u
ne_
control play -t 18
if px4io forceupdate 14662 $io_file
then
if px4io start
then
echo "PX4IO restart OK"
t
o
ne_
alarm MSPAA
t
u
ne_
control play -t 19
else
echo "PX4IO restart failed"
t
o
ne_
alarm MNGGG
t
u
ne_
control play -t 20
set unit_test_failure 1
set unit_test_failure_list "${unit_test_failure_list} px4io_flash"
fi
else
echo "PX4IO update failed"
t
o
ne_
alarm MNGGG
t
u
ne_
control play -t 20
set unit_test_failure 1
set unit_test_failure_list "${unit_test_failure_list} px4io_flash"
fi
...
...
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