This product has been retired. The contents of this page are provided for reference only.
This tool can be use to debug and flash STM32 microcontroller and it came with connector compatible with IZIRUN modules
Install stlink
git clone https://github.com/stlink-org/stlink
cd stlink
cmake .
make
sudo cp bin/st-* /usr/local/bin
sudo cp config/udev/rules.d/49-stlinkv* /etc/udev/rules.d/
sudo udevadm control --reload
Flash lk.bin exemple
st-flash write build-izirunf0_izigoboard/lk.bin 0x8000000
No additional links provided for this product.