neos_smartcam.md (918B)
1 # neos smartcam 2 3 ## reqs 4 * [guide][] 5 * [repo][] 6 * `hacks/cfw/wyzecam_v2/cfw-1.1.bin` 7 * 16gb sd card 8 9 ## process 10 1. delete any partitions on the sd card and create a single 512MB partition (labelled `0b`) 11 2. install `dosfstools` (on arch) 12 3. create fat32 filesystem 13 ``` 14 sudo mkfs.fat -F 32 /dev/sdb1 15 ``` 16 4. mount filesystem 17 5. copy "cfw-1.1.bin" file to filesystem and rename to "demo.bin" 18 ``` 19 sudo cp cfw-1.1.bin /mnt/demo.bin 20 ``` 21 6. insert sd card into camera 22 7. while holding down setup button plug in usb 23 8. continue holding button for 10-20 seconds after the blue light 24 9. let go and wait for amber light to stay steady (up to 3 minutes) 25 10. put sdcard back into pc. remove `demo.bin` and copy over all of "firmware_mod" 26 11. update config/wpa_supplicant.conf 27 28 29 [guide]: https://ryanfitton.co.uk/blog/install-dafang-custom-firmware-to-neos-smartcam/ 30 [repo]: https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git