tube0013 / tube_gateways

Information and Documentation on Tube's Zigbee Gateways
270 stars 51 forks source link

Firmware update doesn't work for tube-zb-gw-cc2652p2-v2 #144

Closed Cafun closed 1 year ago

Cafun commented 1 year ago

Hi!

I'd like some help with flashing my tube-zb-gw-cc2652p2-v2 coördinator. When I run the command bellow, it just returns to the prompt. image

Here is the debug log on the tube: image

I don't know what I'm doing wrong. Hope you can help. Thanks.

Regards, Cafun

verstrepeng commented 1 year ago

Hi, I think it's because you're missing -evw in the command line. KR, Geert

Cafun commented 1 year ago

Right! Thanks. It worked.

The documentation doesn't states the -evw in the command line. I tried it, but got an error the IntelHex library could not be imported. It also isn't in the documentation, so I thought I would not need those options and the IntelHex library.

tube0013 commented 1 year ago

thank for calling out the issues in the docs, I've updated to include the -evw switch that was missing and also link to the cc2538-bsl's docs on dependencies.

Cafun commented 1 year ago

Thanks for updaten the docs. Maybe it was obvious for most, but not for me ;-)