From bf96e97e34da8d75dcaa50ea20c87e0549567885 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Thu, 27 Feb 2020 14:18:49 +0100 Subject: [PATCH] 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. --- boards/openmote-b/doc.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/boards/openmote-b/doc.txt b/boards/openmote-b/doc.txt index 89a10e23c5..b9c1d35276 100644 --- a/boards/openmote-b/doc.txt +++ b/boards/openmote-b/doc.txt @@ -40,6 +40,15 @@ RIOT support flashing with USB by default. You may have to specify the flashing port with `PORT_DEV= 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