mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/openmote-b: extend doc.txt about flashing
To flash the board the intelhex python package needs to be installed. Add a note about it to the documentation.
This commit is contained in:
parent
541265ee79
commit
bf96e97e34
@ -40,6 +40,15 @@ RIOT support flashing with USB by default.
|
||||
You may have to specify the flashing port with
|
||||
`PORT_DEV=<my_openmote_port> make flash`
|
||||
|
||||
The flash tool needs to convert the generated Hex file to RAW format.
|
||||
For this it needs to have the intelhex library installed.
|
||||
|
||||
apt install python3-intelhex
|
||||
|
||||
or
|
||||
|
||||
pip3 install intelhex
|
||||
|
||||
### Flashing via JTAG
|
||||
|
||||
To be able to flash the board via JTAG you need to install Seggers JLinkExe
|
||||
|
Loading…
Reference in New Issue
Block a user