Skip to content
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

UZG-01 - Git CC2652 update not updating via web interface #43

Closed
GD-Dal opened this issue May 28, 2024 · 4 comments
Closed

UZG-01 - Git CC2652 update not updating via web interface #43

GD-Dal opened this issue May 28, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@GD-Dal
Copy link

GD-Dal commented May 28, 2024

I realized I was running an older version of the zigbee firmware (20230507).
So I wanted to update it via the web gui.
image
image
But when I click install, it says:
image
and it hangs there for a while.
Then it simply states "failed"
Is there another way to flash it?

Thanks

@GD-Dal
Copy link
Author

GD-Dal commented May 28, 2024

Actually, the UZG doesn't seem to work at all now. Probably because the FW was erased without installing a new one

@koeberlue
Copy link

I am running into the same issue. Here are the logs from the debug console:

[174609] | Start Zigbee flashing
[176924] | [ZB] fw: unknown!
[176925] | Installing from https://raw.githubusercontent.com/xyzroe/XZG/zb_fws/ti/coordinator/CC1352P7_coordinator_20240316.bin
[180088] | Erase completed!
[182046] | Error initializing flash process
[183047] | Erase completed!
[183462] | Failed to download file, HTTP code: -7

[184971] | Erase completed!
[186886] | Error initializing flash process
[187888] | Erase completed!
[188013] | Failed to download file, HTTP code: -7

[189514] | Erase completed!
[191426] | Error initializing flash process
[192428] | Erase completed!
[192615] | Failed to download file, HTTP code: -7

[194116] | Erase completed!
[196033] | Error initializing flash process
[197035] | Erase completed!
[197082] | Failed to download file, HTTP code: -7

[198583] | Erase completed!
[200550] | Error initializing flash process
[201552] | Erase completed!
[201599] | Failed to download file, HTTP code: -7

[203100] | Erase completed!
[205068] | Error initializing flash process
[206070] | Erase completed!
[206117] | Failed to download file, HTTP code: -7

[207618] | Erase completed!
[209527] | Error initializing flash process
[210529] | Erase completed!
[210575] | Failed to download file, HTTP code: -7

[212076] | Erase completed!
[214041] | Error initializing flash process
[215043] | Erase completed!
[215231] | Failed to download file, HTTP code: -7

[216732] | Erase completed!
[218613] | Error initializing flash process
[219615] | Erase completed!
[219662] | Failed to download file, HTTP code: -7

[221163] | Erase completed!
[223131] | Error initializing flash process
[224133] | Erase completed!
[224181] | Failed to download file, HTTP code: -7

[225231] | Failed to flash Zigbee

Possibly related to #42?

@xyzroe
Copy link
Owner

xyzroe commented May 28, 2024

You could try to restart ESP32 and try again.

The other option is to use ZigStarGW-MT
Multitool

@GD-Dal
Copy link
Author

GD-Dal commented May 28, 2024

ZigStarGW-MT
Multitool

I resolved it using this

xyzroe added a commit that referenced this issue May 28, 2024
- Add 230400 & 460800 baud for ZB socket
- Fix DNS replace for trash while DHCP update, it could fix #42, #43
xyzroe added a commit that referenced this issue May 29, 2024
- Add support **USB mode for ALL boards**
- Move device mode selection to Zigbee page
- Increase Zigbee firmware flashing speed (115200 vs 460800)
- Improve Zigbee FW detection mechanism, fix #47
- Remove configSys.keepWeb - network is always active
- Remove vars.hwUartSelIs - no need to check
- Add DNS check logs to web console, could help with #11, #24, #42, #43
- Add cod.m CZC-v1.0 config to boards list (but cause it's the same as UZG-01 ones, it has no sense right now)
- Some code cleanup, and of course a lot of new garbage :)
@xyzroe xyzroe closed this as completed Jun 3, 2024
@xyzroe xyzroe added the bug Something isn't working label Jun 3, 2024
xyzroe added a commit that referenced this issue Jun 6, 2024
### Zigbee Updates
- Add Zigbee role on root page and MQTT
- Display saved Zigbee version if unable to detect the installed version (Web UI and MQTT)
- Add check for available Zigbee updates
- Fix Zigbee version detection after Zigbee firmware update
- Add **automatic change of baud rate** after installing new Zigbee firmware
- Add NV parameters for last installed Zigbee firmware version and role
- Add MQTT sensor for Zigbee update availability
- HTTP API command to update Zigbee firmware now uses the role and gets the latest firmware from GitHub
- Remove Zigbee firmware check during boot if not in coordinator role

### General Improvements
- Add Wi-Fi mode and TX power options to configure on the network page
- Revert Wi-Fi RSSI bar. Lower values are green (better), higher values are red (worse)
- Add tooltips for any element with a title attribute (currently only on General and MQTT pages)
- Set Debug tab cards width to 100%
- Rework DNS check and restore to avoid saving every time
- Remove cron-based DNS check and restore, only before HTTP, MQTT, WG actions Fix #11, #24, #42, #43 ?
- Fix **MQTT Discovery** option. No more publications to **/homeassistant/** if disabled
- Attempt to fix memory leak during long events
- Remove in-browser JS-based ESP update check availability

### Hardware Support
- Remove alternative power pin from ETH config, as it is deprecated
- Fix some UZG-01 v0.5 boards not starting ETH. Fix #44 ?
- Add support for HamGeek POE Plus board. Thanks @radioelf 🥇 Done #50 *(Still no ability to select, if more than one same board configs)*
- Add support for SLS board. Thanks t.me/Novgorod73 *(Still no ability to select, if more than one same board configs)*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants