mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
# Let's connect to OpenOCD
|
|
target remote localhost:3333
|
|
|
|
# Load our executable
|
|
load boot.elf
|
|
|
|
# Tell OpenOCD to reset and halt
|
|
monitor reset halt
|