open-desk-lamp-firmware icon indicating copy to clipboard operation
open-desk-lamp-firmware copied to clipboard

how to use the bin files in latest release?when my flash chip is broken

Open sofa-li opened this issue 6 months ago • 0 comments

my flash chip is broken, I want to write a bin file into a new flash chip. so I need a 2M bin file will this work? dd if=/dev/zero of=xiaomilamp.bin bs=1M count=2 dd if=file1.bin of=xiaomilamp0x000001.bin bs=1 conv=notrunc dd if=file2.bin of=xiaomilamp0x100001.bin bs=1 seek=$((0x100000)) conv=notrunc

sofa-li avatar Dec 26 '23 13:12 sofa-li