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
0e980c1f
Commit
0e980c1f
authored
6 years ago
by
Daniel Agar
Browse files
Options
Downloads
Patches
Plain Diff
move gumstix_aerocore2 init to rc.board
parent
a3fed608
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ROMFS/px4fmu_common/init.d/rc.sensors
+0
-6
0 additions, 6 deletions
ROMFS/px4fmu_common/init.d/rc.sensors
ROMFS/px4fmu_common/init.d/rcS
+0
-5
0 additions, 5 deletions
ROMFS/px4fmu_common/init.d/rcS
boards/gumstix/aerocore2/init/rc.board
+20
-0
20 additions, 0 deletions
boards/gumstix/aerocore2/init/rc.board
with
20 additions
and
11 deletions
ROMFS/px4fmu_common/init.d/rc.sensors
+
0
−
6
View file @
0e980c1f
...
...
@@ -31,12 +31,6 @@ then
adc start
fi
if ver hwcmp GUMSTIX_AEROCORE2
then
l3gd20 -R 12 start
lsm303d start
fi
if ver hwcmp BITCRAZE_CRAZYFLIE
then
# Onboard I2C
...
...
This diff is collapsed.
Click to expand it.
ROMFS/px4fmu_common/init.d/rcS
+
0
−
5
View file @
0e980c1f
...
...
@@ -225,11 +225,6 @@ else
sh $BOARD_RC
fi
if ver hwcmp GUMSTIX_AEROCORE2
then
set DATAMAN_OPT "-f /fs/mtd_dataman"
fi
if ver hwcmp BITCRAZE_CRAZYFLIE
then
if param compare SYS_AUTOSTART 0
...
...
This diff is collapsed.
Click to expand it.
boards/gumstix/aerocore2/init/rc.board
0 → 100644
+
20
−
0
View file @
0e980c1f
#!nsh
#
# Gumstix Aerocore2 specific board init
#
#------------------------------------------------------------------------------
#
if [ $AUTOCNF = yes ]
then
# Disable safety switch by default
param set CBRK_IO_SAFETY 22027
param set SYS_FMU_TASK 1
fi
set DATAMAN_OPT "-f /fs/mtd_dataman"
set MIXER_AUX none
l3gd20 -R 12 start
lsm303d start
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