sys/riotboot doc: Minor fixes
Which, in particular, make it build in the first place.
This commit is contained in:
parent
ca1ab67a9d
commit
78c12c6626
@ -3,7 +3,7 @@
|
|||||||
@ingroup bootloaders
|
@ingroup bootloaders
|
||||||
|
|
||||||
# Overview
|
# 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.
|
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
|
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.
|
e.g.
|
||||||
|
|
||||||
make BOARD=same54-xpro PORT=/dev/ttyACM0 PROGRAMMER=riotboot_serial flash
|
make BOARD=same54-xpro PORT=/dev/ttyACM0 PROGRAMMER=riotboot_serial flash
|
||||||
|
|
||||||
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user