mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #17026 from chrysn-pull-requests/riotboot-serial-docfix
sys/riotboot doc: Minor fixes
This commit is contained in:
commit
e86370cf4b
@ -3,7 +3,7 @@
|
||||
@ingroup bootloaders
|
||||
|
||||
# Overview
|
||||
`riotboot_dfu` is a variation on @ref bootloader_riotboot that adds the capability to flash
|
||||
`riotboot_serial` is a variation on @ref bootloader_riotboot that adds the capability to flash
|
||||
a new firmware using a serial (UART) connection.
|
||||
|
||||
After reset, riotboot will wait for `RIOTBOOT_DELAY_MS` ms, if within that time no command is
|
||||
@ -22,3 +22,5 @@ to `riotboot_serial` and chose the `PORT` accordingly.
|
||||
e.g.
|
||||
|
||||
make BOARD=same54-xpro PORT=/dev/ttyACM0 PROGRAMMER=riotboot_serial flash
|
||||
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user