From a24fc7d1a67a91be8e6b8c462ac95133535bd18c Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Wed, 17 Jul 2019 16:52:48 +0200 Subject: [PATCH] boards/openmote-b: Update doc after flash and debug fixes --- boards/openmote-b/doc.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/boards/openmote-b/doc.txt b/boards/openmote-b/doc.txt index 1ca4cca00a..64f8a602e2 100644 --- a/boards/openmote-b/doc.txt +++ b/boards/openmote-b/doc.txt @@ -40,11 +40,6 @@ RIOT support flashing with USB by default. You may have to specify the flashing port with `PORT_BSL= make flash` -@note On some boards the MSP430 chip responsible for controlling -the bootloading pins may not be functioning. If you are only able to flash -when there is no image (either the first time after purchase or after erasing -with the jtag). Please contact the manufacturer to provide a fix. - ### Flashing via JTAG To be able to flash the board via JTAG you need to install Seggers JLinkExe @@ -56,4 +51,11 @@ from your application folder. Mac OS users may experiment a command line expecting `connect`. Just type it and the process will continue. + +### Debugging + +The JTAG interface is required for debugging. On some board revisions the +debug may not be able to run. To debug use: + +`make debug` */