mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 17:23:11 +00:00
First pass at a script/process that an end user can run to backup and restore the binary state of an Arduino 101 system. Change-Id: I5979bdea5aaa2a77b0e0bb0e44de65ba74cbfd65 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
8 lines
205 B
INI
8 lines
205 B
INI
source [find interface/ftdi/flyswatter2.cfg]
|
|
source [find board/quark_se.cfg]
|
|
|
|
quark_se.quark configure -event gdb-attach {
|
|
target quark_se.arc-em ; reset halt
|
|
target quark_se.quark ; reset halt
|
|
}
|