Closed saintfrater closed 8 months ago
Could you open Developer tools in your browser and then open Console. After that try to update firmware and note any messages in console. And attach them to your message.
console log added to first comment.
I don't see any errors. Possible causes: error in NTP time set from pool.ntp.org, inaccessible GitHub from ESP32. I just checked update from 0.2.0 to 0.2.3 from GitHub all works perfect. Video
Something with your network. Also you could try to update manually using https://uzg.zig-star.com/webinstall/ and type C cable.
Thanks for the reply... I'll try your manual update somewhere this week-end (UZG isn't easy to access/connect from it's production placement :D)
Indeed, I didn't see any request on my DNS servers.... Since I'm in "static IP", I did not find any way to setup the DNS servers, I think that the setting is missing on static IP setup, and so the UZG is unable to resolve any domains... maybe a futur enhancement?
Another possible problem is your timezone is very differs from mine, that could make problems with https. In v0.2.4 I added time zone selection.
I confirm the upgrade works perfectly in DHCP mode... (UZG perform request on the DNS server in DHCP mode (getting DNS configuration from the DHCP)
Time | Type | Domain | Client | Status | Reply |
---|---|---|---|---|---|
2024-03-21 20:23:07 | A | github.com | 172.16.0.222 | OK (answered by localhost#5335) | IP (16.8ms) |
2024-03-21 20:23:07 | A | pool.ntp.org | 172.16.0.222 | OK (answered by localhost#5335) | IP (284.8ms) |
2024-03-21 20:23:08 | A | objects.githubusercontent.com | 172.16.0.222 | OK (answered by localhost#5335) | IP (12.8ms) |
2024-03-21 20:23:37 | A | pool.ntp.org | 172.16.0.222 | OK (cache) | IP (0.2ms) |
I'll open new "issue/request" for adding DNS setting when using "static IP" setting on ethernet.
Hello,
The web interface notify about new ESP32 update available (v0.2.3).
I've tryed to upgrade via System and Tools -> Firmware Upgrade -> Install later from github
the text change to Github download starting... but nothing change...
I've also tryed via the manual procedure "choose file..." and click to "ESP32 file update" without other success.
here is the hardware/software information:
Zig-Star model: UZG-01 ESP32 fw ver: 0.2.0 (prod-solo) ESP32 hw version: ESP32-D0WDQ6 CC2652P hw version: CC2652PXX CC2652P fw rev: 20230507
the UZG is connected via ethernet (static IP)
browser's console:
I've left the page "active" for 3 hours, and it did not log anything else.