mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
px4/fmu-v6x: increase BL baudrate for flashing via uart to 1500000
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
//#define USE_VBUS_PULL_DOWN
|
||||
#define INTERFACE_USART 1
|
||||
#define INTERFACE_USART_CONFIG "/dev/ttyS0,115200"
|
||||
#define INTERFACE_USART_CONFIG "/dev/ttyS0,1500000"
|
||||
#define BOOT_DELAY_ADDRESS 0x000001a0
|
||||
#define BOARD_TYPE 53
|
||||
#define _FLASH_KBYTES (*(uint32_t *)0x1FF1E880)
|
||||
|
||||
Reference in New Issue
Block a user