This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
ardupilot
mirror of
https://github.com/ArduPilot/ardupilot
Watch
5
Star
0
Fork
You've already forked ardupilot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e7b409924c
ardupilot
/
mk
/
PX4
/
ROMFS
/
init.d
/
rc.aerofc-v1
6 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ROMFS: use different UART for errors in aerofc
2017-02-22 19:23:58 -04:00
# AEROFC-V1 custom definitions
AP_HAL_PX4: aeorfc: Move GPS to UART7 The UART3 also have the I2C bus 2 functions so moving GPS to UART7 to have one additional I2C. To keep GPS working is also necessary update the FPGA RTL to version 0xC1 or higher.
2017-04-18 21:46:33 -03:00
set NSH_ERROR_UART1 /dev/ttyS4
ROMFS: use different UART for errors in aerofc
2017-02-22 19:23:58 -04:00
set NSH_ERROR_UART2 none
ROMFS: do not connect USB for aerofc
2017-02-23 20:12:53 -04:00
set USB none