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
c9928c23
Commit
c9928c23
authored
12 years ago
by
px4dev
Browse files
Options
Downloads
Patches
Plain Diff
Remove the old rcS template
parent
5925d146
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
nuttx/configs/px4fmu/include/rcS.template
+0
-39
0 additions, 39 deletions
nuttx/configs/px4fmu/include/rcS.template
with
0 additions
and
39 deletions
nuttx/configs/px4fmu/include/rcS.template
deleted
100644 → 0
+
0
−
39
View file @
5925d146
#echo "---------------------------"
# Start apps
echo "init: Starting applications.."
echo "---------------------------"
# WARNING:
# ttyS0 is ALWAYS the NSH UART
# ttyS1..SN are enumerated according to HW
# uart indices (ttyS1 is the first UART NOT
# configured for NSH, e.g. UART2)
# ttyS0: UART1
# ttyS1: UART2
# ttyS2: UART5
# ttyS3: UART6
uorb start
mavlink -d /dev/ttyS0 -b 57600 &
echo "Trying to mount microSD card to /fs/microsd.."
if mount -t vfat /dev/mmcsd0 /fs/microsd
then
echo "Successfully mounted SD card."
else
echo "FAILED mounting SD card."
fi
commander &
sensors &
attitude_estimator_bm &
#position_estimator &
ardrone_control -d /dev/ttyS1 -m attitude &
gps -d /dev/ttyS3 -m all &
#sdlog &
#fixedwing_control &
echo "---------------------------"
echo "init: All applications started"
echo "INIT DONE, RUNNING SYSTEM.."
# WARNING! USE EXIT ONLY ON AR.DRONE
# NO NSH COMMANDS CAN BE USED AFTER
exit
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