diff --git a/boards/sodaq-autonomo/doc.txt b/boards/sodaq-autonomo/doc.txt
index 0872e1f9cc..1cc144d268 100644
--- a/boards/sodaq-autonomo/doc.txt
+++ b/boards/sodaq-autonomo/doc.txt
@@ -93,16 +93,25 @@ Besides the SAMD21 the board has the following features:
## Flashing the device
-1. Put the board in bootloader mode by double tapping the reset button.
- When the board is in bootloader mode, the user led (green) oscillates
- smoothly.
-
-2. Use `BOARD=sodaq-autonomo` with the `make` command.
- Example with `hello-world` application:
+Use `BOARD=sodaq-autonomo` with the `make` command.
+Example with `hello-world` application:
```
make BOARD=sodaq-autonomo -C examples/hello-world flash
```
+@note If the application crashes, automatic reflashing via USB, as explained
+ above won't be possible. In this case, the board must be set in
+ bootloader mode by double tapping the reset button before running the
+ flash command.
+
+## Accessing STDIO via UART
+
+STDIO of RIOT is directly available over the USB port.
+
+The `TERM_DELAY` environment variable can be used to add a delay (in second)
+before opening the serial terminal. The default value is 2s which should be
+enough in most of the situation.
+
## Supported Toolchains
To build software for the autonomo board we strongly recommend the usage of
diff --git a/boards/sodaq-explorer/doc.txt b/boards/sodaq-explorer/doc.txt
index 4ee636e532..6e311d92c0 100644
--- a/boards/sodaq-explorer/doc.txt
+++ b/boards/sodaq-explorer/doc.txt
@@ -10,20 +10,22 @@ General information about this board can be found on the
### Flash the board
-1. Put the board in bootloader mode by double tapping the reset button.
- When the board is in bootloader mode, the user led (blue) oscillates
- smoothly.
-
-
-2. Use `BOARD=sodaq-explorer` with the `make` command.
- Example with `hello-world` application:
+Use `BOARD=sodaq-explorer` with the `make` command.
+Example with `hello-world` application:
```
make BOARD=sodaq-explorer -C examples/hello-world flash
```
+@note If the application crashes, automatic reflashing via USB, as explained
+ above won't be possible. In this case, the board must be set in
+ bootloader mode by double tapping the reset button before running the
+ flash command.
+
### Accessing STDIO via UART
-To access the STDIO of RIOT, a FTDI to USB converter needs to be plugged to
-the RX/TX pins on the board.
+STDIO of RIOT is directly available over the USB port.
+The `TERM_DELAY` environment variable can be used to add a delay (in second)
+before opening the serial terminal. The default value is 2s which should be
+enough in most of the situation.
*/
diff --git a/boards/sodaq-one/doc.txt b/boards/sodaq-one/doc.txt
index 43a4eb0375..332f3d71c2 100644
--- a/boards/sodaq-one/doc.txt
+++ b/boards/sodaq-one/doc.txt
@@ -10,20 +10,22 @@
*
* ### Flash the board
*
- * 1. Put the board in bootloader mode by double tapping the reset button.
- * When the board is in bootloader mode, the user led (blue) oscillates
- * smoothly.
- *
- *
- * 2. Use `BOARD=sodaq-one` with the `make` command.
- * Example with `hello-world` application:
+ * Use `BOARD=sodaq-one` with the `make` command.
+ * Example with `hello-world` application:
* ```
* make BOARD=sodaq-one -C examples/hello-world flash
* ```
*
+ * @note If the application crashes, automatic reflashing via USB, as explained
+ * above won't be possible. In this case, the board must be set in
+ * bootloader mode by double tapping the reset button before running the
+ * flash command.
+ *
* ### Accessing STDIO via UART
*
- * To access the STDIO of RIOT, a FTDI to USB converter needs to be plugged to
- * the RX/TX pins on the board.
+ * STDIO of RIOT is directly available over the USB port.
*
+ * The `TERM_DELAY` environment variable can be used to add a delay (in second)
+ * before opening the serial terminal. The default value is 2s which should be
+ * enough in most of the situation.
*/
diff --git a/boards/sodaq-sara-aff/doc.txt b/boards/sodaq-sara-aff/doc.txt
index fcad988c6f..b4daf900b0 100644
--- a/boards/sodaq-sara-aff/doc.txt
+++ b/boards/sodaq-sara-aff/doc.txt
@@ -12,20 +12,22 @@
*
* ### Flash the board
*
- * 1. Put the board in bootloader mode by double tapping the reset button.
- * When the board is in bootloader mode, the user led (blue) oscillates
- * smoothly.
- *
- *
- * 2. Use `BOARD=sodaq-sara-aff` with the `make` command.
- * Example with `hello-world` application:
+ * Use `BOARD=sodaq-sara-aff` with the `make` command.
+ * Example with `hello-world` application:
* ```
* make BOARD=sodaq-sara-aff -C examples/hello-world flash
* ```
*
+ * @note If the application crashes, automatic reflashing via USB, as explained
+ * above won't be possible. In this case, the board must be set in
+ * bootloader mode by double tapping the reset button before running the
+ * flash command.
+ *
* ### Accessing STDIO via UART
*
- * To access the STDIO of RIOT, a FTDI to USB converter needs to be plugged to
- * the RX/TX pins on the board.
+ * STDIO of RIOT is directly available over the USB port.
*
+ * The `TERM_DELAY` environment variable can be used to add a delay (in second)
+ * before opening the serial terminal. The default value is 2s which should be
+ * enough in most of the situation.
*/