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
I tried to get debug information from the rusty-probe.
I mounted afterwards the block device from the bootloader. When I execute XTASK_SERIAL=/dev/ttyACM0 DEFMT_LOG=trace cargo rrb-usb app
I get the error message from the title: Error: Acquiring log serial port timed out
It automatically unmounts the device (probably because it is leaving the bootloader?)
Do I have to do anything special? I am working on a Linux x86_64 machine
The text was updated successfully, but these errors were encountered:
Hello,
I tried to get debug information from the rusty-probe.
I mounted afterwards the block device from the bootloader. When I execute XTASK_SERIAL=/dev/ttyACM0 DEFMT_LOG=trace cargo rrb-usb app
I get the error message from the title:
Error: Acquiring log serial port timed out
It automatically unmounts the device (probably because it is leaving the bootloader?)
Do I have to do anything special? I am working on a Linux x86_64 machine
The text was updated successfully, but these errors were encountered: