سؤال

I have a JTAG chain of 5 microcontrollers, where each microcontroller has its own ELF image. I understand that I would use flash write_image to write the ELF, but I can't seem to figure out which target/flash bank to write it to. Is there a way to select a target for the image to be written to (or am I going down the wrong path)?

هل كانت مفيدة؟

المحلول

OpenOCD has an active target, which you can select with the targets [name] command. Easy to miss this one, as it displays the targets without the name parameter.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top