1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/sodaq-*: update doc about flash and stdio

This commit is contained in:
Alexandre Abadie 2019-10-01 12:09:14 +02:00
parent 1ffb78fa6e
commit 8e2c6c3cce
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
4 changed files with 48 additions and 33 deletions

View File

@ -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.<br/>
When the board is in bootloader mode, the user led (green) oscillates
smoothly.
2. Use `BOARD=sodaq-autonomo` with the `make` command.<br/>
Example with `hello-world` application:
Use `BOARD=sodaq-autonomo` with the `make` command.<br/>
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

View File

@ -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.<br/>
When the board is in bootloader mode, the user led (blue) oscillates
smoothly.
2. Use `BOARD=sodaq-explorer` with the `make` command.<br/>
Example with `hello-world` application:
Use `BOARD=sodaq-explorer` with the `make` command.<br/>
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.
*/

View File

@ -10,20 +10,22 @@
*
* ### Flash the board
*
* 1. Put the board in bootloader mode by double tapping the reset button.<br/>
* When the board is in bootloader mode, the user led (blue) oscillates
* smoothly.
*
*
* 2. Use `BOARD=sodaq-one` with the `make` command.<br/>
* Example with `hello-world` application:
* Use `BOARD=sodaq-one` with the `make` command.<br/>
* 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.
*/

View File

@ -12,20 +12,22 @@
*
* ### Flash the board
*
* 1. Put the board in bootloader mode by double tapping the reset button.<br/>
* When the board is in bootloader mode, the user led (blue) oscillates
* smoothly.
*
*
* 2. Use `BOARD=sodaq-sara-aff` with the `make` command.<br/>
* Example with `hello-world` application:
* Use `BOARD=sodaq-sara-aff` with the `make` command.<br/>
* 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.
*/