diff --git a/boards/samd10-xmini/doc.txt b/boards/samd10-xmini/doc.txt index b2ed9cf005..1d68cbf696 100644 --- a/boards/samd10-xmini/doc.txt +++ b/boards/samd10-xmini/doc.txt @@ -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 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 ``` @@ -59,12 +65,6 @@ echo 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev"' \ sudo service udev restart ``` -Then you can flash the device as usual - -``` -make BOARD=samd10-xmini flash -``` - ## Known Issues / Problems ### I2C