themactep / thingino-firmware

Open-source firmware for Ingenic SoC IP cameras
https://thingino.com
MIT License
120 stars 38 forks source link

Configuration for Dekco DC5L and Aosu C5L #60

Closed drug123 closed 4 months ago

drug123 commented 4 months ago

Here are tested working build configurations for two cameras that share the same hardware: Dekco DC5L and Aosu C5L Fully tested and working, one ToDo left is to rotate the image 180 degrees by applying flip+mirror from Settings - IMP Control after installation. Tu burn image I used shorting pins trick from here to get into u-boot bootloader.

Commands to burn resulting image from SD card:

mw.b 0x80600000 0xff 0x1000000
fatload mmc 0:1 0x80600000 thingino-dekco_dc5l.bin 
sf probe 0; sf lock 0;
sf erase 0x0 0x1000000; sf write 0x80600000 0x0 0x1000000