Closed pyrog closed 2 years ago
Hmm, it's good to note that 921600bps may not work on Mac. The screen shot is from ublox update tool. esptool should work at a variety of baud rates.
I just did a successful update at 115200, after failing to use the OTA/wifi method (1.12 -> 2.3), via the commandline esptool -- which was easier than needing to build qt5 which is massive. A subsequent OTA hung in the browser but succeeded and the device rebooted and didn't enter wifi config, so it was hard to tell.
According to kermit the highest available is 230400. I have not tried that.
I would suggest changing the instructions to suggest 115200. It doesn't take that long, and it's the highest normal baud rate from the old days, before the more recent crazy-fast speeds, and I'm a bit suspicious of reliability of megabit over serial, even if it is USB/serial and short. There are enough woes in updating that I think it's better to wait 3 minutes and win than to have to cycle back for more thought.
Updating firmware from CLI failed following the Updating Firmware From CLI : macOS / Linux doc section.
Your workbench
How to solved this issue
Simply set baudrate to
115200
according to the following screen copy😃