Skip to content

v0.4.8-rc.6 Firmware Release for Electron

Pre-release
Pre-release
Compare
Choose a tag to compare
@technobly technobly released this 10 Jan 21:27
· 9034 commits to develop since this release

Firmware Release

Download the attached system and tinker firmware that you'll flash to your Electron. Navigate to the folder where you downloaded the firmware files, put your Electron in DFU mode, and type (or copy/paste) the following dfu-util commands to flash them each to your Electron:

dfu-util -d 2b04:d00a -a 0 -s 0x8020000 -D system-part1-v0.4.8-rc.6-electron.bin
dfu-util -d 2b04:d00a -a 0 -s 0x8040000 -D system-part2-v0.4.8-rc.6-electron.bin
dfu-util -d 2b04:d00a -a 0 -s 0x8080000:leave -D tinker-v0.4.8-rc.6-electron.bin

The electron should automatically reboot after the last command, start the process of connecting to a cellular network (make sure your SIM and battery are inserted!), and begin breathing cyan.


Debugging

Instructions on using the Tinker USB Debugging app are here

This is useful for simply capturing the Electron's connection process.


Instructions on using the Electron Troubleshooting app are here

This is useful for interacting with the Electron's connection process.