probe-rs / rusty-probe-firmware

41 stars 15 forks source link

Error: Acquiring log serial port timed out #17

Open Murmele opened 2 months ago

Murmele commented 2 months ago

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

korken89 commented 1 month ago

Hmm, that's odd. I've not used this feature for a long time so I'll need to investigate what's wrong.

Murmele commented 1 month ago

No rush from my side. I don't need it anymore.