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
currently auto-detect seems to be broken, connecting with speed=12000000 works for our standard OpTiMSoC design, without the speed option I get this:
$ opensocdebugd uart device=/dev/ttyUSB1
Open SoC Debug Daemon
Backend: uart
glip: gb_uart_open: Given speed 115200 did not work with device. Try autodetect..
glip: gb_uart_open: Could not autodetect baud rate.
glip: glip_open: Cannot open backend
glip: glip_write_b: No connection; you need to call glip_open() first!
glip: glip_read_b: No connection; you need to call glip_open() first!
opensocdebugd: /home/no56hud/src/optimsoc/external/opensocdebug/software/src/connection-standalone.c:67: receiver_thread_function: Assertion `rv == 0' failed.
Aborted
We should start the UART transfers with a training sequence and auto-detect the baud speed with it.
The text was updated successfully, but these errors were encountered: