mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #360] S2 Tag Flasher: Installation failed ⚠️ Timed out waiting for packet header #2423
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bonsai308 on GitHub (Aug 15, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/360
When trying to flash an S2mini via install.openepaperlink.de with the "Tag Flasher" the following error message appears 99% of the way through the process:
Installation failed
⚠️
Timed out waiting for packet header
The DFU mode on the S2mini works. For example, I was able to transfer ESP-Easy to the S2 mini via another ESP Flashing website. For testing purposes I also tried holding down the boot (O) key. But this makes no difference.
Are the following files available somewhere:
0xe000 -> boot_app0.bin
0x1000 -> bootloader.bin
0x10000 -> S2_Tag_Flasher_full.bin (this is available in the repo)
0x8000 -> xxx.ino.partitions.bin
Then I could try it manually.
@jonasniesner commented on GitHub (Aug 15, 2024):
If it failed at 99% it most likely worked and you just need to reboot the esp
@bonsai308 commented on GitHub (Aug 15, 2024):
In my case, unfortunately, nothing happens after the reset.
I followed the instructions and triggered a reset, then reloaded the website and pressed the tag flasher again. But then no connection is established.
One question by the way: does the firmware open an access point to configure the WLAN or can this only be done via the console or web flasher?
@jonasniesner commented on GitHub (Aug 15, 2024):
The S2 tag flasher does not open an AP, nor can it be used with the install page, it has to be used over USB with the flasher python script
@linesquarecube commented on GitHub (Apr 4, 2025):
Hi there,
could this possibly be highlighted somewhere? I'm not an expert, and I was quite confused. Luckily, I stumbled upon this issue. Connection to flasher works perfectly even with the error, just as you said 😃