Comment 6 for bug 891078

Revision history for this message
Le Chi Thu (le-chi-thu) wrote :

Paul found a work around. Here is his email.

Paul Larson <email address hidden>
22 Nov (7 days ago)

to me, Validation
I commented on this in the bug also, but all I did was put cu in a loop. This actually fixed two issues:
1. exiting and not respawning when we hardreset the board
2. not seeing the first several seconds of boot, and having to handle snowball as a special case by doing a messy hardreset/wait/softreset loop. (this problem was one we had for a while).

As mentioned, it's a bit of a hack, but it seems to work pretty nicely. Reverting to an older version of the library would fix problem #1, but not #2.

Thanks,