-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade hangs at "CEL stick" step #15
Comments
I'm seeing the same issue. |
Same problem here. Also, running the docker run main command just hangs. Has anyone figured this out? |
The next step in the script is the initialization of the serial port which might be failing... for me re-plugging fixed it. |
Thanks for the pointers. Tried running the Python script outside the container and on a different machine, neither worked. I didn’t try the firmware recovery, and instead replaced my HUSBZB-1 device assuming it was defective. The new device worked right out of the box with no issues. I think I just had a lemon. |
Thanks @sreknob your tip on unplugging the stick solved the issue for me. |
Having the same issue today with one of my HUSBZB-1 devices. Note that I am commenting out Here's some Lines 296 to 299 in 12de988
write(3, "\32\3008\274~", 5) = 5
read(3, "\32\301\2\v\nR~", 7) = 7
write(3, "\0B!\250\\,\240~", 8) = 8
read(3, "\1B\241\250P(\5\346\177b~", 11) = 11
write(3, "\201`Y~", 4) = 4
write(3, "\32\3008\274~", 5) = 5
read(3, "\32\301\2\v\nR~", 7) = 7
write(3, "\0B!\250S\335O~", 8) = 8
read(3, "\1B\241\250P(\5\346\177b~", 11) = 11
write(3, "\201`Y~", 4) = 4
write(3, "\32\3008\274~", 5) = 5
read(3, "\32\301\2\v\nR~", 7) = 7
write(3, "\0B!\250R\315n~", 8) = 8
read(3, "\1B\241\250P(\5\346\177b~", 11) = 11
write(3, "\201`Y~", 4) = 4
write(3, "\32\3008\274~", 5) = 5
read(3, "\32\301\2\v\nR~", 7) = 7
write(3, "\0B!\250Q\375\r~", 8) = 8
read(3, "\1B\241\250P(\5\346\177b~", 11) = 11
write(3, "\201`Y~", 4) = 4
write(3, "\32\3008\274~", 5) = 5
read(3, "\32\301\2\v\nR~", 7) = 7
write(3, "\0B!\250P\355,~", 8) = 8
read(3, "\1B\241\250P(\5\346\177b~", 11) = 11
write(3, "\201`Y~", 4) = 4 Lines 296 to 299 in 12de988
write(3, "}1C!'Un\220~", 9) = 9 Lines 309 to 311 in 12de988
read(3, "\22C\241'T\2539~", 8) = 8 Lines 316 to 326 in 12de988
write(3, "\n", 1) = 1 Lines 327 to 330 in 12de988
read(3, "\230", 1) = 1
read(3, "`", 1) = 1
read(3, "\0", 1) = 1
read(3, "\30", 1) = 1
read(3, "\30", 1) = 1
read(3, "\236", 1) = 1
read(3, "x", 1) = 1
read(3, "\376", 1) = 1
read(3, "\206", 1) = 1
read(3, "\376", 1) = 1
read(3, "\6", 1) = 1
read(3, "\340", 1) = 1
read(3, "\6", 1) = 1
read(3, "\340", 1) = 1 (At this point the script hangs indefinitely and there's no more reads/writes. Pyserial waits indefinitely for a newline character but only receives the unexpected data shown in the |
I was unable to upgrade a HUSBZB-1 (5.4.1-192) using the docker image. Restarting the computer and unplugging and re-plugging the stick didn't fix the issue.
The text was updated successfully, but these errors were encountered: