archandanime

Results 16 comments of archandanime

@gtxaspec from my understanding, it's not possible to compile a newer version kernel to work with current(Wyze's) firmware because it's incompatible with old packages, is it correct? Is that why...

@virmaior Thank you for the explanation. I see how customizing firmware is not an easy task now. Now I understand it's not up to Wyze about adding features to their...

@gtxaspec I don't if you have checked out [OpenIPC](https://github.com/OpenIPC/firmware), they managed to add overlayfs support for Ingenic T3. Hope it helps!

@gtxaspec I can't add wiki pages or make pull request for wiki pages from my cloned repo

let me try it again

I did these steps on my Wyze Cam v3: 1. Pull `wz_mini.conf` from Camerera with scp ```bash scp -O [email protected]:/opt/wz_mini/wz_mini.conf wz_mini-orig.conf ``` 2. Reboot to Windows, open the file with...

I have kernel panic on my terminal when booting with `wz_mini.conf` with Windows' newlines: [wz_mini_initramfs.log](https://github.com/gtxaspec/wz_mini_hacks/files/12726278/wz_mini_initramfs.log) [wcv3_boot.log](https://github.com/gtxaspec/wz_mini_hacks/files/12726280/wcv3_boot.log) Then I replaced `wz_mini.conf` with the previous one, it worked normally.

On my Linux laptop, dos2unix worked: ```bash > md5sum wz_mini-win.conf c315e6146efbfa56168d343de26d51c0 wz_mini-win.conf > dos2unix wz_mini-win.conf dos2unix: converting file wz_mini-win.conf to Unix format... > md5sum wz_mini-win.conf wz_mini-orig.conf fa618ee11f64a6d39433fc7e8c088de6 wz_mini-win.conf fa618ee11f64a6d39433fc7e8c088de6 wz_mini-orig.conf...

Could you elaborate, please? Did you mean that initramfs's busybox doesn't include dos2unix but busybox on SD_ROOT does?