-
Notifications
You must be signed in to change notification settings - Fork 102
Description
Hi, I have a Cacagoo SN-HW-IPC11 camera which is probably built using the same hardware as other models (though I don’t know exactly which ones), and I’d love to collaborate to help bring yi-hack support to it as well.
The original firmware is 7.1.00.17A_201909271014, running on a Realtek RTS3903N processor. On boot, the init.sh script points to a file called r10m.
I’ve already made a full backup of the firmware and will soon start analyzing it with binwalk, but I’m not very fast with this kind of work and I’m not 100% sure what to do after extracting the files and looking for key content (e.g., RTSP).
I’m currently using this solution successfully: https://github.com/cjj25/Yi-RTS3903N-RTSPServer, but I’d like to integrate the full firmware.
Could anyone provide some guidance? Thanks a lot!