mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/samd10-xmini: update board documentation
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
parent
b0ecfaebb0
commit
ff8aa43c94
@ -50,7 +50,13 @@ The samd10-xmini is available from various hardware vendors for ~8€ (as of
|
|||||||
Connect the device to your Micro-USB cable using the port labeled as *DEBUG
|
Connect the device to your Micro-USB cable using the port labeled as *DEBUG
|
||||||
USB*.
|
USB*.
|
||||||
|
|
||||||
The standard method for flashing RIOT to the samd10-xmini is using EDBG.
|
The standard method for flashing RIOT to the samd10-xmini is using [edbg](https://github.com/ataradov/edbg).
|
||||||
|
by calling: `make BOARD=samd10-xmini -C tests/leds flash`
|
||||||
|
|
||||||
|
Note that on Linux, you will need libudev-dev package to be installed.
|
||||||
|
|
||||||
|
Users can also use openOCD to flash and/or debug the board using:
|
||||||
|
`PROGRAMMER=openocd make BOARD=samd10-xmini -C tests/leds flash`
|
||||||
|
|
||||||
On Linux you will have to add a **udev** rule for hidraw, like
|
On Linux you will have to add a **udev** rule for hidraw, like
|
||||||
```
|
```
|
||||||
@ -59,12 +65,6 @@ echo 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev"' \
|
|||||||
sudo service udev restart
|
sudo service udev restart
|
||||||
```
|
```
|
||||||
|
|
||||||
Then you can flash the device as usual
|
|
||||||
|
|
||||||
```
|
|
||||||
make BOARD=samd10-xmini flash
|
|
||||||
```
|
|
||||||
|
|
||||||
## Known Issues / Problems
|
## Known Issues / Problems
|
||||||
|
|
||||||
### I2C
|
### I2C
|
||||||
|
Loading…
Reference in New Issue
Block a user