mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
nxp:Add support for rev E HW nxp_fmuk66-e
This commit is contained in:
committed by
Daniel Agar
parent
f8b6de24c7
commit
e67486d603
@@ -0,0 +1,13 @@
|
||||
|
||||
#
|
||||
# NXP fmuk66-e specific board defaults
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
if [ $AUTOCNF = yes ]
|
||||
then
|
||||
|
||||
fi
|
||||
|
||||
rgbled_pwm start
|
||||
safety_button start
|
||||
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# NXP fmuk66-e specific board MAVLink startup script.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# Start MAVLink on the USB port
|
||||
mavlink start -d /dev/ttyACM0
|
||||
@@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# NXP fmuk66-e specific board defaults
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
adc start
|
||||
|
||||
# Internal Mag I2C bus roll 180, yaw 90
|
||||
bmm150 -I -R 10 start
|
||||
|
||||
# Onboard I2C baros
|
||||
bmp280 -I start
|
||||
|
||||
# Internal SPI (accel + mag)
|
||||
bmi088 -A -R 4 -s start
|
||||
bmi088 -G -R 4 -s start
|
||||
|
||||
# Internal SPI bus ICM-42688
|
||||
icm42688p -R 12 -s start
|
||||
Reference in New Issue
Block a user