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
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