Skip to content

Instantly share code, notes, and snippets.

@jongio
Last active October 24, 2015 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jongio/4ac59884183611790ea7 to your computer and use it in GitHub Desktop.
Save jongio/4ac59884183611790ea7 to your computer and use it in GitHub Desktop.
A cmd file that can be used to flash the photon firmware
dfu-util -d 2b04:d006 -a 0 -s 0x8020000 -D system-part1-0.4.7-photon.bin
dfu-util -d 2b04:d006 -a 0 -s 0x8060000:leave -D system-part2-0.4.7-photon.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment