Skip to content

Instantly share code, notes, and snippets.

@pacmac
Created April 9, 2022 10:00
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 pacmac/3ec6456f023e51c52f50bf77f20de804 to your computer and use it in GitHub Desktop.
Save pacmac/3ec6456f023e51c52f50bf77f20de804 to your computer and use it in GitHub Desktop.
Upgrade Sonoff 3.3 USB Firmware using coordinator 20220219
pip3 install pyserial intelhex
mkdir cc2538-bsl;
cd cc2538-bsl;
curl -sSL https://github.com/JelmerT/cc2538-bsl/archive/refs/heads/master.tar.gz | tar xz --strip 1;
wget https://github.com/Koenkk/Z-Stack-firmware/raw/master/coordinator/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_launchpad_coordinator_20220219.zip;
unzip CC1352P2_CC2652P_launchpad_coordinator_20220219.zip;
python3 cc2538-bsl.py -ewv -p /dev/ttyUSB0 --bootloader-sonoff-usb ./CC1352P2_CC2652P_launchpad_coordinator_20220219.hex;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment