1
0
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:
Benjamin Valentin 2020-02-27 14:18:49 +01:00
parent 541265ee79
commit bf96e97e34

View File

@ -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