mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #422] Unable to fetch ESP32-C6 firmware because of different filename #1358
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 @rautmithil on GitHub (Dec 28, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/422
firmware.json in that folder is named firmware_C6.json so update process of C6 via web gui fails.
Log
Flashing ESP32-C6... Stopping AP service C6 flash starting http error 404 fetching https://raw.githubusercontent.com/OpenEPaperLink/OpenEPaperLink/master/binaries/ESP32-C6/firmware.json C6 flash end Flashing failed. :-(@rautmithil commented on GitHub (Dec 29, 2024):
Solution is to update these two lines with filename firmware_C6.json
ca8781f956/ESP32_AP-Flasher/src/espflasher.cpp (L171)ca8781f956/ESP32_AP-Flasher/src/espflasher.cpp (L174)@atc1441 commented on GitHub (Dec 30, 2024):
Thanks, a new C6/H2 update mechanism is being developed right now with these filename changes already added.
Did add a copy of the old named json files for now to bypass any error