mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 15:04:19 +00:00
uFBT: devboard_flash to update WiFi devboard (#2969)
* uFBT: devboard_flash to update WiFi devboard * uFBT: help
This commit is contained in:
parent
c40e4ba01e
commit
498aee20a2
2 changed files with 5 additions and 0 deletions
|
@ -348,6 +348,9 @@ appenv.PhonyTarget(
|
|||
'${PYTHON3} "${FBT_SCRIPT_DIR}/serial_cli.py" -p ${FLIP_PORT}',
|
||||
)
|
||||
|
||||
# Update WiFi devboard firmware
|
||||
dist_env.PhonyTarget("devboard_flash", "${PYTHON3} ${FBT_SCRIPT_DIR}/wifi_board.py")
|
||||
|
||||
# Linter
|
||||
|
||||
dist_env.PhonyTarget(
|
||||
|
|
|
@ -26,6 +26,8 @@ Flashing & debugging:
|
|||
Install firmware using self-update package
|
||||
debug, debug_other, blackmagic:
|
||||
Start GDB
|
||||
devboard_flash:
|
||||
Update WiFi dev board with the latest firmware
|
||||
|
||||
Other:
|
||||
cli:
|
||||
|
|
Loading…
Reference in a new issue