Skip to content
Snippets Groups Projects
Commit 0e980c1f authored by Daniel Agar's avatar Daniel Agar
Browse files

move gumstix_aerocore2 init to rc.board

parent a3fed608
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
#!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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment