-
Notifications
You must be signed in to change notification settings - Fork 296
tuya cloudcutter flashing
If you're device is already in the cloudcutter supported device sets, you can flash without opening the device.
For me, I used an RPi3b, using the specific instructions for RPI.
then the command line
./run_detach.sh <SSID> <SSID password>
where SSID and SSID password are for your wifi.
If successful, then there should be no reason why you can't flash with OpenBeken.
I put openbeken firmware in custom_firmware/, and flashed with the command line:
sudo ./run_flash.sh "wlan0" "Calex/Holland-LED-Strip-900023.1" "/work/custom-firmware/OpenBK7231T_UG_1.12.95.bin"
(but bear in mind that there is a PR on cloudcutter where you will no longer need to specify /work/custom-firmware/
).
The result was an OpenBeken AP, the device running our firmware!.
Wiki Home Link