Skip to content

Commit

Permalink
ark_fpv: fix bootloader serial fw update
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl committed Nov 19, 2024
1 parent b492947 commit dee12f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified boards/ark/fpv/extras/ark_fpv_bootloader.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion boards/ark/fpv/src/hw_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

//#define USE_VBUS_PULL_DOWN
#define INTERFACE_USART 1
#define INTERFACE_USART_CONFIG "/dev/ttyS6,921600"
#define INTERFACE_USART_CONFIG "/dev/ttyS0,921600"
#define BOOT_DELAY_ADDRESS 0x000001a0
#define BOARD_TYPE 59
#define _FLASH_KBYTES (*(uint32_t *)0x1FF1E880)
Expand Down

0 comments on commit dee12f4

Please sign in to comment.