ant-thomas / zsgx1hacks

Hacks for ZS-GX1 IP Camera and various Goke GK7102 based IP Cameras
368 stars 101 forks source link

Bricked.....TFTP ? #123

Open Jamyz opened 5 years ago

Jamyz commented 5 years ago

I have CIPC-GC15HE. But i bricked the cam. I open the cam and i have 6 pin.

1: 0,8v 2: 0,8v 3: 0,8v 4: GND 5: 5v 6: 3,3v

It's possible to send with tftp a firmware ? Where i can find a firmware for this cam ? what pin is RX and TX ?

It's to connect the cam with a usb with wires on serial.

Thanks for reply......

roema commented 5 years ago

Hey Jamyz!

You dont know, how to find the firmware. I think the best way to recover the cam is a ftdi mini module like this.

Your cam has a spi memory with 8 or 16 MByte. You need only 6 pins to connect and can read and write a full image.

If you dont find a firmware image for your cam, you can create a dump from a new cam with the sdcard hack. Put the following in you debug_cmd.sh

/bin/busybox dd if=/dev/mtd0 of=/media/mtd0.dump /bin/busybox dd if=/dev/mtd1 of=/media/mtd1.dump /bin/busybox dd if=/dev/mtd2 of=/media/mtd2.dump /bin/busybox dd if=/dev/mtd3 of=/media/mtd3.dump /bin/busybox dd if=/dev/mtd4 of=/media/mtd4.dump`

cat mtd0.dump mtd1.dump mtd1.dump mtd1.dump >> fullDump.bin

This lines of code should create a fullDump.bin. This file you can write to you bricked cam, with the mini ftdi module.