OpenIPC / firmware

Alternative IP Camera firmware from an open community
https://openipc.org
MIT License
1.16k stars 226 forks source link

Ingenic T21 no ethernet #1484

Closed kaar3l closed 3 weeks ago

kaar3l commented 3 weeks ago

I have jareth03w camera. I did dump fullflash of stock fw.

Flashed the openipc for T21 and no ethernet is found. No ethernet is found on uboot either.

kaar3l commented 3 weeks ago

I did try to use stock bootloader. I almost got openipc to boot with stock uboot, but I think my rootfs location was wrong. Stock bootloader: (starts at 40000) sf probe;sf read 0x80600000 0x40000 0x280000; bootm 0x80600000 OpenIPC bootloader: starts at 50000 I did copy the openipc fw to 50000 and it did boot halw way. It got stuck because it didn't find rootfs.

kaar3l commented 3 weeks ago

I did get ethernet working by using the stock bootloader from original firmware. Set all env-s in bootloader to the same as openipc firmware had.