Created
April 9, 2022 10:00
-
-
Save pacmac/3ec6456f023e51c52f50bf77f20de804 to your computer and use it in GitHub Desktop.
Upgrade Sonoff 3.3 USB Firmware using coordinator 20220219
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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