im-tomu / toboot

Bootloader for the EFM32HG Tomu Board
https://tomu.im/
GNU General Public License v3.0
73 stars 28 forks source link

Update openocd docs/configuration #30

Closed kitlith closed 6 years ago

kitlith commented 6 years ago

In general, flash via openocd -f <interface> -f tomu-flash.conf

Updated the file used for flashing the bootloader.

Doesn't overwrite openocd defaults, should fix #29 .

Documentation was updated, though it should probably be rewritten/changed a bit more in the future.

Someone who is more familiar with openocd should probably look at this to make sure that it's sane.

kitlith commented 6 years ago

cc @jadeaffenjaeger (since I basicly removed the configs created in #24 and did it differently)

xobs commented 6 years ago

Thanks for the PR!