Got Free RTOS 2 work
This commit is contained in:
@@ -17,6 +17,4 @@ send "rp2040.core1 arp_reset assert 0\n"
|
||||
expect "> "
|
||||
send "rp2040.core0 arp_reset assert 0\n"
|
||||
expect "> "
|
||||
|
||||
send "exit\n"
|
||||
exit
|
||||
@@ -18,4 +18,4 @@ send "cd motor-control/firmware/scripts/remote\n"
|
||||
expect "$ "
|
||||
|
||||
send "./run_openocd.sh\n"
|
||||
expect eof
|
||||
expect "Kill Me Please, this is should not be triggered!"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
openocd -f interface/cmsis-dap.cfg -c "bindto 0.0.0.0" -c "adapter speed 5000" -f target/rp2040.cfg -s tcl
|
||||
openocd -f interface/cmsis-dap.cfg -c "bindto 0.0.0.0" -c "adapter speed 100" -f target/rp2040.cfg -s tclErt645$
|
||||
|
||||
Reference in New Issue
Block a user