You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
349 B
21 lines
349 B
6 years ago
|
#!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
|