blob: d1457acd3c56a084a8b21ec0695aac6c588ce620 [file] [log] [blame]
target remote localhost:20000
# make SRAM writable
set *(0x71d10) = 0
set *(0x71d20) = 0
# disable xtensa core power saving
set *(0x71F90) = 0x71
# stall/reset second core
set *(0x81C14) = 0x0202
set pagination off
set confirm off
file zephyr/zephyr.elf
load zephyr/zephyr.elf
c