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
The default OpenOCD interface for the SC-OBC Module A1 has changed to
CMSIS-DAP, with standard interfaces such as the Raspberry Pi Pico Debug
Probe.
To accommodate multiple debug interfaces, the OpenOCD scripts have been
cleaned up.
If you still wish to use FT2232D or FT232R interface,
please set the following environment variable before running
`west flash`:
$ export OPENOCD_INTERFACE=FT2232D
$ west flash
$ export OPENOCD_INTERFACE=FT232R
$ west flash
Signed-off-by: Takuya Sasaki <[email protected]>
Signed-off-by: Gaetan Perrot <[email protected]>
0 commit comments