zephyrproject-rtos / meta-zephyr-sdk

Zephyr SDK (obsolete)
MIT License
44 stars 29 forks source link

Upgrade openocd to 0.10.0 #85

Closed erwango closed 7 years ago

erwango commented 7 years ago

Some SoCs require openocd 0.10.0 for flash. Update zephyr SDK to openocd 0.10.0

tracernz commented 7 years ago

e.g. SAM E70 (missing targets/atsamv.cfg, and if I copy that from my system openocd, missing flash driver atsamv). Need to see if I can easily convince zephyr env to use my system openocd...

tracernz commented 7 years ago

For the record, export OPENOCD=openocd will cause zephyr to use openocd on your PATH (i.e. which openocd).

nashif commented 7 years ago

try 0.9.2

tracernz commented 7 years ago

Works fine now, thanks. :+1: