Skip to content

Small-ish cc-tool Docker image to flash your CC2531 Zigbee dongle

License

Notifications You must be signed in to change notification settings

joonas-fi/cc-tool-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status Download

Small-ish cc-tool Docker image to flash your CC2531 Zigbee dongle.

How to use

You can find firmware files from here.

$ mkdir cc2531-flash && cd cc2531-flash/
$ # download firmware file here...
$ docker run --privileged --rm -it -v "$(pwd):/workspace" joonas/cc-tool -e -w CC2531ZNP-Prod.hex

The --privileged is required for USB access. I guess one could map a single --device but I couldn't be bothered to find out the particular device for the debugger device.

Prior art

About

Small-ish cc-tool Docker image to flash your CC2531 Zigbee dongle

Resources

License

Security policy

Stars

Watchers

Forks