You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@ubuntu:~/airbreak/tcl# telnet localhost 4444
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Open On-Chip Debugger
dump
Dumping stm32.bin, 0x100000 bytes at 0x08000000...
dumped 1048576 bytes in 3.943746s (259.652 KiB/s)
Done.
flash_new stm32-unlocked.bin
adapter speed: 2002 kHz
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x0800021c msp: 0x2000f000
Tickling watchdog...
device id = 0x10076413
flash size = 1024kbytes
stm32f2x write options complete.
INFO: a reset or power cycle is required for the new settings to take effect.
Resetting device...
adapter speed: 2002 kHz
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x0800021c msp: 0x2000f000
Overwriting flash memory...
auto erase enabled
device id = 0x10076413
flash size = 1024kbytes
wrote 1048576 bytes from file stm32-unlocked.bin in 24.636749s (41.564 KiB/s)
Verifying that flash was written properly...
flash verify_bank bank_id filename offset
./tcl/airsense.cfg:42: Error:
at file "./tcl/airsense.cfg", line 42
catch is at line 42 in my file:
proc check_image {path} {
if [catch {find $path}] {
echo "File $path not found!"
return 1
}
return 0
}
The text was updated successfully, but these errors were encountered:
root@ubuntu:~/airbreak/tcl# telnet localhost 4444
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Open On-Chip Debugger
catch is at line 42 in my file:
proc check_image {path} {
if [catch {find $path}] {
echo "File $path not found!"
return 1
}
return 0
}
The text was updated successfully, but these errors were encountered: