I want to tell about the gadget "Cob Led Strip 3000K to 6500K SSDNWFB1R4" from the vendor "Gliztech" that I bought recently and flashed successfully with Openbeken. The user manual calls it "SWIFI-W-COB-202406". It's a LF686-Chip on a board named "ZJ-BWCD-CCT-VC-IR V1.1".
First I tried to flash it via Wifi OTA, but it gave several errors: ok=up_ErrHttp, up_ErrCheckR or up_ErrHEADER. I write down how I have done it anyway, perhaps someone else finds out how to succeed:
On the first terminal I wrote:
and on the second:
Please be aware of the http-version "HTTP/1.1" because otherwise it only gave http-Errors. Similarly the name of the file had to end with ZG-BL.
Eventually, since flashing via Wifi didn't work, I soldered the pins and flashed it with blflash.
Here you'll find my settings:


First I tried to flash it via Wifi OTA, but it gave several errors: ok=up_ErrHttp, up_ErrCheckR or up_ErrHEADER. I write down how I have done it anyway, perhaps someone else finds out how to succeed:
On the first terminal I wrote:
{ echo -ne "HTTP/1.1 200 OK\r\nContent-Length: "$(wc -c < OpenBL602_1.17.772_OTA.bin.xz.ota)"\r\n\r\n"; sleep 4; cat OpenBL602_1.17.772_OTA.bin.xz.ota ; sleep 4; } | nc -l 1111
and on the second:
echo -e "AT+UPURL=http://10.10.123.4:1111/update?version=62_224_20241121_ZG-BL&beta,pierogi" | nc -u 10.10.123.3 48899
Please be aware of the http-version "HTTP/1.1" because otherwise it only gave http-Errors. Similarly the name of the file had to end with ZG-BL.


Eventually, since flashing via Wifi didn't work, I soldered the pins and flashed it with blflash.
./blflash-linux-amd64 flash OpenBL602_1.17.772.bin --port /dev/ttyUSB0
[INFO blflash::flasher] Start connection...
[TRACE blflash::flasher] 5ms send count 55
[TRACE blflash::flasher] handshake sent elapsed 8.930662ms
[INFO blflash::flasher] Connection Succeed
[INFO blflash] Bootrom version: 1
[TRACE blflash] Boot info: BootInfo { len: 14, bootrom_version: 1, otp_info: [0, 0, 0, 0, 3, 0, 0, 0, 9e, 89, b0, 42, e8, b4, 1b, 0] }
[INFO blflash::flasher] Sending eflash_loader...
[INFO blflash::flasher] Finished 2.580171235s 11.08KiB/s
[TRACE blflash::flasher] 5ms send count 500
[TRACE blflash::flasher] handshake sent elapsed 9.674999ms
[INFO blflash::flasher] Entered eflash_loader
[INFO blflash::flasher] Erase flash addr: 0 size: 47504
[INFO blflash::flasher] Program flash... c85e11a0083a27f72f6e1bab9b67cac98d5d31ed90b64b78e6e89e070d782c58
[INFO blflash::flasher] Program done 572.449242ms 81.10KiB/s
[INFO blflash::flasher] Erase flash addr: e000 size: 272
[INFO blflash::flasher] Program flash... da4d2fe7d42a71246b0e84d64665b70ad701435f89716c48e6f23ef55340eaa0
[INFO blflash::flasher] Program done 6.026466ms 44.27KiB/s
[INFO blflash::flasher] Erase flash addr: f000 size: 272
[INFO blflash::flasher] Program flash... da4d2fe7d42a71246b0e84d64665b70ad701435f89716c48e6f23ef55340eaa0
[INFO blflash::flasher] Program done 8.547961ms 33.20KiB/s
[INFO blflash::flasher] Erase flash addr: 10000 size: 792464
[INFO blflash::flasher] Program flash... 673fad4cfbe39933caa01679e4c271dcf74258b1bc19cf58c91f1f8c9a028402
[INFO blflash::flasher] Program done 9.306761291s 83.16KiB/s
[INFO blflash::flasher] Erase flash addr: 1f8000 size: 5671
[INFO blflash::flasher] Program flash... ae42d69b09c2eb134b202b412c00ff175e10b625e2d3c0a2820378bd341926b8
[INFO blflash::flasher] Program done 67.100152ms 82.66KiB/s
[INFO blflash] Success
Here you'll find my settings:
{
"vendor": "Gliztech",
"bDetailed": "0",
"name": "Gliztech Cob Led Strip (3000K to 6500K) SSDNWFB1R4",
"model": "SSDNWFB1R4",
"chip": "BL602",
"board": "ZJ-BWCD-CCT-VC-IR V1.1",
"flags": "8520704",
"keywords": [
"LED",
"Strip",
"Cob",
"Gliztech"
],
"pins": {
"17": "PWM;3",
"20": "PWM;4"
},
"command": "backlog PowerSave 1",
"image": "https://obrazki.elektroda.pl/2003752800_1732441844.jpg",
"wiki": "https://www.elektroda.com/rtvforum/topic4088897.html"
}