mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-07 13:28:48 +00:00
[chore] add 702 dualuart firmware
This commit is contained in:
parent
8942c4d341
commit
5f9b8e8b85
4 changed files with 36 additions and 0 deletions
36
tools/dualuart_firmware/README.md
Normal file
36
tools/dualuart_firmware/README.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# Bouffalo DualUart
|
||||||
|
|
||||||
|
This is the instructions for the dualuart firmware used with BL702 or BL616.
|
||||||
|
|
||||||
|
## Hardware
|
||||||
|
|
||||||
|
## Sipeed RV-Debugger-Plus
|
||||||
|
|
||||||
|
- Use BL702C-A0
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Flash download
|
||||||
|
|
||||||
|
- Open BL Devcube
|
||||||
|
- Select IOT UI and select single download
|
||||||
|
- Load firmware
|
||||||
|
- Press and hold the boot pin then plug the usb in the computer to go to the boot mode.
|
||||||
|
- Download
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## UART PIN
|
||||||
|
|
||||||
|
**DTR** and **RTS** are only used for downloading with devcube.
|
||||||
|
|
||||||
|
| Function | Label | GPIO |
|
||||||
|
|:-------------:|:--------:|:------:|
|
||||||
|
|UART0 TX | TCK | GPIO15 |
|
||||||
|
|UART0 RX | TDI | GPIO0 |
|
||||||
|
|UART0 DTR | TMS | GPIO2 |
|
||||||
|
|UART0 RTS | TDO | GPIO1 |
|
||||||
|
|UART1 TX | TX | GPIO26 |
|
||||||
|
|UART1 RX | RX | GPIO27 |
|
||||||
|
|UART1 DTR | DTR | GPIO28 |
|
||||||
|
|UART1 RTS | RTS | GPIO24 |
|
BIN
tools/dualuart_firmware/bl702_dualuart_whole_img.bin
Normal file
BIN
tools/dualuart_firmware/bl702_dualuart_whole_img.bin
Normal file
Binary file not shown.
BIN
tools/dualuart_firmware/flash_download.png
Normal file
BIN
tools/dualuart_firmware/flash_download.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
BIN
tools/dualuart_firmware/rv-debugger.png
Normal file
BIN
tools/dualuart_firmware/rv-debugger.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 411 KiB |
Loading…
Add table
Add a link
Reference in a new issue