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
In a separate shell run OpenOCD with the appropriate configuration file:
$ cat spike.cfg
adapter driver remote_bitbang
remote_bitbang host localhost
remote_bitbang port 9824
...
"remote_bitbang host localhost" should be "remote_bitbang_host localhost"
"remote_bitbang port 9824" should "remote_bitbang_port 9824"
The text was updated successfully, but these errors were encountered:
In readme.md
In a separate shell run OpenOCD with the appropriate configuration file:
$ cat spike.cfg
adapter driver remote_bitbang
remote_bitbang host localhost
remote_bitbang port 9824
...
"remote_bitbang host localhost" should be "remote_bitbang_host localhost"
"remote_bitbang port 9824" should "remote_bitbang_port 9824"
The text was updated successfully, but these errors were encountered: