2018-12-14 12:36:32 -05:00
|
|
|
#!/bin/sh
|
|
|
|
|
#
|
|
|
|
|
# NXP fmuk66-v3 specific board defaults
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
2019-04-04 10:12:48 +02:00
|
|
|
# Possible external compasses
|
2018-12-14 12:36:32 -05:00
|
|
|
hmc5883 -C -X start
|
2019-04-04 10:12:48 +02:00
|
|
|
lis3mdl -X start
|
|
|
|
|
ist8310 -C -b 1 start
|
|
|
|
|
qmc5883 -X start
|
2018-12-14 12:36:32 -05:00
|
|
|
|
2019-03-08 14:13:10 -08:00
|
|
|
# Internal Mag I2C bus roll 180, yaw 90
|
|
|
|
|
bmm150 -R 10 start
|
2019-01-22 04:49:43 -08:00
|
|
|
|
|
|
|
|
# Onboard I2C baros
|
|
|
|
|
bmp280 -I start
|
|
|
|
|
mpl3115a2 -I start
|
2018-12-14 12:36:32 -05:00
|
|
|
|
|
|
|
|
# Internal SPI (accel + mag)
|
|
|
|
|
fxos8701cq start -R 0
|
|
|
|
|
|
|
|
|
|
# Internal SPI (gyro)
|
|
|
|
|
fxas21002c start -R 0
|