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 have noticed that if the target device was output on uart without a consumer on the host, prior to entering the bootloader, ccbootutil fails to sync with the bootloader.
The workaround is to cat the USB serial device before opening with ccbootutil. Could do timeout 0.1 cat /dev/ttyUSB0
TODO:
Need to confirm this is not just my machine
Check byte stream seen by the Sync method to confirm or reject a buffering problem
The text was updated successfully, but these errors were encountered:
I have noticed that if the target device was output on uart without a consumer on the host, prior to entering the bootloader, ccbootutil fails to sync with the bootloader.
The workaround is to cat the USB serial device before opening with ccbootutil. Could do
timeout 0.1 cat /dev/ttyUSB0
TODO:
The text was updated successfully, but these errors were encountered: