jmichault / ipcam-100

alternative firmware for ipcam with ingenic T21 CPU
https://jmichault.github.io/ipcam-100-dok/
18 stars 2 forks source link

Firmware in .bin format #9

Closed prazsmarid closed 2 years ago

prazsmarid commented 2 years ago

Hello, Do you have memory dump in .bin format for this kind of camera? Original or modified, both will be good. Thanks in advance.

jmichault commented 2 years ago

Hello, I can extract the contents of MTD partitions. But what makes you think it can help you?

prazsmarid commented 2 years ago

Hello, Thank you for your response. My question is do you have a full 8MB flash dump (original or modded both will be good) for this camera? I successfully erased my memory over u-boot and now the flash is fully erased :).

jmichault commented 2 years ago

But it's for a camera with gc2053 sensor, probably not the same as yours.

prazsmarid commented 2 years ago

Thank you for sharing the firmware. With your firmware the u-boot starts to start up, but it freezes because "the spi memory is unsupported". I found another dump on the internet (I attached it), with this dump the u-boot boots normally, the "Starting kernel..." appears, the motors inside the camera starts to rotate but after that the camera is rebooting continuously. Do you have idea about enabling the boot messages inside the kernel? Changing the bootargs from console=ttyS1,115200n8... to console=ttyS0,115200n8 not helped. combined.zip

jmichault commented 2 years ago

No idea, but if you have a card inserted in the camera, you can try to put a file loader/run.sh on it. This file should be executed at startup, you can put some commands to avoid reboot, i.e. «sleep 9999». Then you can perhaps telnet to the camera.