Dahua IPC EASY unbricking / recovery over TFTP

gpilot

n3wb
Joined
Oct 6, 2015
Messages
4
Reaction score
3
Location
NW Montana
I have a successful connection via UART and TFTP, but each "run" commands ends up with an error message: "[ERR0002:]The img header be changed!"

Have compared the BL, and have seen that the old version was:
"U-Boot 2010.06-svn5354 (Jan 31 2018 - 21:02:02)"
now the new has:
U-Boot 2010.06-svn6470 (Dec 11 2018 - 16:27:39)
While I can't help (yet) what you are dealing with is that newer firmwares past 2019, maybe 2020, are signed. I am told by a reliable source that the partition structure may be changed.

I am in the same position as you. Downgrade attempts (I used serial and tftp to flash each file in the extracted firmware.bin) result in the error you received.

I did not attempt to flash the bootloader, however I now believe this to be necessary. When you flash firmware with the new bootloader I believe it is verifying the signature of some or part of the partition header. So its doubtful to me whether you can downgrade without getting access to the flash chip directly. I don't know (yet) how to disable those checks or if there is some way access to the flash rom from the PCb(s). and not flashing through the existing bootloader. Hopefully I am wrong.

If you succeed please tell!! If I find a way I'll post here.

Good luck
 

kuzco

Young grasshopper
Joined
Jan 17, 2020
Messages
87
Reaction score
5
Location
Germany
Does anybody know which IPC is running a processor=HI3516CV300 and mem=128M ?
Thanks.

Update: I know that I have the wrong uBoot, so that I do get this error message:
mboot type error, quit upgrade! ImageName=hisi3516cv300-nand, imageName=ssc325-spinand, svn_version=0x2fdb
So again, does anybody know which IPC is running a processor=HI3516CV300 and mem=128M ?
 
Last edited:

Gerbenst

n3wb
Joined
Feb 16, 2020
Messages
1
Reaction score
1
Location
The Netherlands
Recovered my IPC-HDBW5231E-ZE!
Saved my day and camera! Trickie thing I needed to pay attention to is to unpack by 7zip the .bin firmware and paste it into /root.
Wireshark is also a very handy tip, off course with an external switch in between and no direct connection.
 

AlwaysSomething

Getting the hang of it
Joined
Apr 24, 2023
Messages
77
Reaction score
29
Location
US
I just bought a T5442T-ZE from Andy to match another camera I bought last year. It came with an older firmware and needed to upgrade it to match my other camera. Before Wittaj says another OCD case, I don't upgrade unless there is a reason and the reason was the SmartIR and a few other things (which is why I bought the same camera). ;) My other camera is also on the same firmware I wanted to upgrade to.

Camera was defaulted and firmware applied using the web GUI. The webpage eventually timed out and never came back. I went to check the camera and now its on 192.168.1.251 and not accessible. Tried resetting using the button all ways to Sunday (power on, power off, 10 seconds, 30 seconds, 1 minutes, 2 minutes, etc) nothing worked.

Found this thread and I'm getting the following error:

root\failed.txt, File not found or No Access

Even though I'm connecting successfully I tried both direct connect and using a dummy switch no other devices (camera and PC only).

If my understanding is correct, the command.txt file should contain the files listed and in the order of the "Install" file found in the firmware.

Here is the contents of install file from the firmware I got from Andy's site just yesterday (EmpireTech IPC-HX5XXX-Volt_MultiLang_NP_Stream3_V2.840.15OG00D.0.R.220818.bin):

{
"Commands" : [
"burn dhboot.bin.img bootloader",
"burn kernel_min.img kernel_min",
"burn romfs_min-x.squashfs.img romfs_min",
"burn kernel.img kernel",
"burn partition-x.cramfs.img partition",
"burn romfs-x.squashfs.img rootfs",
"burn custom-x.squashfs.img custom",
"burn firmware-x.squashfs.img firmware"
],
"Devices" : [
[ "IPC-HX3XXX", "1.00" ]
],
"Vendor" : "General"
}
/IPC_RestoreDefault

Now there was no custom-x.squashfs.img in the bin file which was strange, I found the thread where Looney posted the same version firmware and compared and it also did not have the custom-x.squashfs.img file. I tried with my commands with both the custom-x.squashfs.img file in there (even though I thought it would fail) and without. It didn't matter.

Since the file didn't exist I did not add it to my latest commands.txt file.

Here is my commands.txt file:
tftp dhboot.bin.img; flwrite
tftp kernel_min.img; flwrite
tftp romfs_min-x.squashfs.img; flwrite
tftp kernel.img; flwrite
tftp partition-x.cramfs.img; flwrite
tftp romfs-x.squashfs.img; flwrite
tftp firmware-x.squashfs.img; flwrite
tftp .FLASHING_DONE_STOP_TFTP_NOW
sleep 5

Here is my upgrade_info_7db780a713a4.txt file generated from the commands.bat file:
CRC:610819149
MagicString:c016dcd6-cdeb-45df-9fd0-e821bf0e1e62
tftp dhboot.bin.img; flwrite
tftp kernel_min.img; flwrite
tftp romfs_min-x.squashfs.img; flwrite
tftp kernel.img; flwrite
tftp partition-x.cramfs.img; flwrite
tftp romfs-x.squashfs.img; flwrite
tftp firmware-x.squashfs.img; flwrite
tftp .FLASHING_DONE_STOP_TFTP_NOW
sleep 5
1v

Here is the output from my TFTPServer.bat command:
accepting requests..
Open TFTP Server MultiThreaded Version 1.64 Windows Built 2001

starting TFTP...
alias / is mapped to root\
permitted clients: all
server port range: all
max blksize: 65464
default blksize: 512
default timeout: 60
file read allowed: Yes
file create allowed: No
file overwrite allowed: No
thread pool size: 1
Listening On: 192.168.254.254:69
Client 192.168.1.251:2168 root\upgrade_info_7db780a713a4.txt, 1 Blocks Served
Client 192.168.1.251:2657 root\dhboot.bin.img, 210 Blocks Served
Client 192.168.1.251:3378 root\kernel_min.img, 1042 Blocks Served
Client 192.168.1.251:1653 root\romfs_min-x.squashfs.img, 2563 Blocks Served
Client 192.168.1.251:1089 root\kernel.img, 1773 Blocks Served
Client 192.168.1.251:2994 root\partition-x.cramfs.img, 13 Blocks Served
Client 192.168.1.251:3569 root\romfs-x.squashfs.img, Timeout
Client 192.168.1.251:1821 root\failed.txt, File not found or No Access

I did increase the timeout in the ini file from 60 to 500 but when I ran it again it said timeout was 255 (I guess that is the max). Rerunning again didn't change the result so didn't include that capture (this post will be long enough as is.

Here is the Console.bat output which nothing appeared in until the TFTPServer.bat finished running:
Ncat: Version 7.40 ( Ncat - Netcat for the 21st Century )
Ncat: Listening on 192.168.254.254:5002
T T T T T T T T T T
Retry count exceeded; starting again
cmd Failed tftp romfs-x.squashfs.img; flwrite!
partition file version 2
rootfstype squashfs root /dev/mtdblock12
cmdLine mem=400M root=/dev/mtdblock12 rootfstype=squashfs
Erasing NAND...
Erasing at 0x460000 -- 100% complete.
Writing to NAND... OK
←[0;31menv save ok. please check if it is necessary!
←[0mAUF_sendLog size = 16384
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
1 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
gSwitchBootPart = 0
cmdLine mem=400M root=/dev/mtdblock12 rootfstype=squashfs
DGS info:start addr=0x98f7c000
dgsBufStart:0x98f7c000
partition file version 2
rootfstype squashfs root /dev/mtdblock12
dgs offset:0x1700000 size:0x100000
[DGS]:Dgs_BootCreate
[DGS]:readPtrC:0 writePtr:16 covered:0
[DGS]:Dgs_BootCreate end
Get ddr freq:1800
can not found ddr cfg magic, so exit!!!
SDUPDATE_init
SD_parseBootargs
SD_update: ETH net controler
phy_addr=0, phy_id=1cc820
phy RTL8201G init
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'upgrade_info_7db780a713a4.txt'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: file size: 339 Bytes time: 0.002s speed: 165 KiB/s
done
Bytes transferred = 339 (153 hex)
string value is 0
The end of file
cmdListNode->cmd = tftp dhboot.bin.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'dhboot.bin.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: 100% file size: 300.4 KiB time: 0.062s speed: 4.7 MiB/s
done
Bytes transferred = 307632 (4b1b0 hex)
Otp version is 0x00000000, Flash version is 0x00000000
←[0;32mUBOOT_commonSwRsaVerify run successfully!
←[0mpBootImg addr=0x82000040
Erasing update flag partition.
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12

## Checking Image at 82000000 ...
Legacy image found
Image Name: boot
Image Type: ARM Linux Firmware (uncompressed)
Data Size: 305336 Bytes = 298.2 KiB
Load Address: 00200000
Entry Point: 00300000
Verifying Checksum ... OK
Programing start at: 0x00200000 for boot
write : 100%
done
crc from program is :e5c244a9, crc from flash is :e5c244a9
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp kernel_min.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'kernel_min.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: 100% file size: 1.5 MiB time: 0.306s speed: 4.8 MiB/s
done
Bytes transferred = 1528920 (175458 hex)
Otp version is 0x00000000, Flash version is 0x00000000
←[0;32mUBOOT_commonSwRsaVerify run successfully!
←[0mErasing update flag partition.
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12

## Checking Image at 82000000 ...
Legacy image found
Image Name: kernel_min
Image Type: ARM Linux Firmware (uncompressed)
Data Size: 1526624 Bytes = 1.5 MiB
Load Address: 01800000
Entry Point: 01a00000
Verifying Checksum ... OK
Programing start at: 0x01800000 for kernel_min
write : 100%
done
crc from program is :a760e87a, crc from flash is :a760e87a
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp romfs_min-x.squashfs.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'romfs_min-x.squashfs.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: 100% file size: 3.6 MiB time: 0.744s speed: 4.8 MiB/s
done
Bytes transferred = 3762424 (3968f8 hex)
Otp version is 0x00000000, Flash version is 0x00000000
←[0;32mUBOOT_commonSwRsaVerify run successfully!
←[0mErasing update flag partition.
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12

## Checking Image at 82000000 ...
Legacy image found
Image Name: romfs_min
Image Type: ARM Linux Standalone Program (gzip compressed)
Data Size: 3760128 Bytes = 3.6 MiB
Load Address: 01a00000
Entry Point: 01e80000
Verifying Checksum ... OK
Programing start at: 0x01a00000 for romfs_min
write : 100%
done
crc from program is :d69d0d7e, crc from flash is :d69d0d7e
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp kernel.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'kernel.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: 100% file size: 2.5 MiB time: 0.517s speed: 4.8 MiB/s
done
Bytes transferred = 2602744 (27b6f8 hex)
Otp version is 0x00000000, Flash version is 0x00000000
←[0;32mUBOOT_commonSwRsaVerify run successfully!
←[0mErasing update flag partition.
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12

## Checking Image at 82000000 ...
Legacy image found
Image Name: kernel
Image Type: ARM Linux Firmware (uncompressed)
Data Size: 2600448 Bytes = 2.5 MiB
Load Address: 02500000
Entry Point: 02900000
Verifying Checksum ... OK
Programing start at: 0x02500000 for kernel
write : 100%
done
crc from program is :c8a54dd0, crc from flash is :c8a54dd0
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp partition-x.cramfs.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'partition-x.cramfs.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: 100% file size: 18.2 KiB time: 0.005s speed: 3.6 MiB/s
done
Bytes transferred = 18680 (48f8 hex)
Otp version is 0x00000000, Flash version is 0x00000000
←[0;32mUBOOT_commonSwRsaVerify run successfully!
←[0mErasing update flag partition.
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12

## Checking Image at 82000000 ...
Legacy image found
Image Name: partition
Image Type: ARM Linux Standalone Program (gzip compressed)
Data Size: 16384 Bytes = 16 KiB
Load Address: 01680000
Entry Point: 01700000
Verifying Checksum ... OK
Programing start at: 0x01680000 for partition
write : 100%
done
crc from program is :f601c91a, crc from flash is :f601c91a
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp romfs-x.squashfs.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'romfs-x.squashfs.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading:

I did have a wireshark running but forgot to save it for the last run. Of course I just realized that as I'm trying to attach it. :banghead: I did capture the first run when I had custom-x.squashfs.img file in the commands. It is attached if that helps. I can run this again and capture it if it will help. I'd do it now but I've spent countless hours trying to fix this and need to get out office before I go insane.

Since my eyes are exhausted looking at this, can anyone see something I am doing wrong or missed? It's still communicating (although on 192.168.1.251 and not 192.168.1.108) so it's not completely dead.

Thanks in advance.
 

Attachments

Last edited:

AlwaysSomething

Getting the hang of it
Joined
Apr 24, 2023
Messages
77
Reaction score
29
Location
US
Status update.

After reading the messages again I ended up adding a blank files to root called "failed.txt" and "success.txt" and got further along. I never get the "FLASHING_DONE_STOP_TFTP_NOW" message and it seems to start the process over again. From the console output I see that:

cmd:(sleep 5) is not support!

so I guess it is not waiting the 5 seconds and going right back into the loop.

I also read all the threads again and changed the order of the img files in the command file and removed the dhboot.bin.img from the list.

Here were the last to command files I tried:

Commands attempt 14:
tftp romfs_min-x.squashfs.img; flwrite
tftp romfs-x.squashfs.img; flwrite
tftp kernel_min.img; flwrite
tftp kernel.img; flwrite
tftp partition-x.cramfs.img; flwrite
tftp sign.img; flwrite
tftp check.img; flwrite
tftp .FLASHING_DONE_STOP_TFTP_NOW
sleep 5

Commands attempt 14 console output:
There was an error on the sign.img so removed it for the next attempt (15)
Ncat: Version 7.40 ( Ncat - Netcat for the 21st Century )
Ncat: Listening on 192.168.254.254:5002
100% file size: 1.5 MiB time: 0.304s speed: 4.8 MiB/s
done
Bytes transferred = 1528920 (175458 hex)
Otp version is 0x00000000, Flash version is 0x00000000
←[0;32mUBOOT_commonSwRsaVerify run successfully!
←[0mErasing update flag partition.
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12

## Checking Image at 82000000 ...
Legacy image found
Image Name: kernel_min
Image Type: ARM Linux Firmware (uncompressed)
Data Size: 1526624 Bytes = 1.5 MiB
Load Address: 01800000
Entry Point: 01a00000
Verifying Checksum ... OK
Programing start at: 0x01800000 for kernel_min
write : 100%
done
crc from program is :a760e87a, crc from flash is :a760e87a
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp kernel.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'kernel.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: 100% file size: 2.5 MiB time: 0.515s speed: 4.8 MiB/s
done
Bytes transferred = 2602744 (27b6f8 hex)
Otp version is 0x00000000, Flash version is 0x00000000
←[0;32mUBOOT_commonSwRsaVerify run successfully!
←[0mErasing update flag partition.
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12

## Checking Image at 82000000 ...
Legacy image found
Image Name: kernel
Image Type: ARM Linux Firmware (uncompressed)
Data Size: 2600448 Bytes = 2.5 MiB
Load Address: 02500000
Entry Point: 02900000
Verifying Checksum ... OK
Programing start at: 0x02500000 for kernel
write : 100%
done
crc from program is :c8a54dd0, crc from flash is :c8a54dd0
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp partition-x.cramfs.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'partition-x.cramfs.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: 100% file size: 18.2 KiB time: 0.006s speed: 3 MiB/s
done
Bytes transferred = 18680 (48f8 hex)
Otp version is 0x00000000, Flash version is 0x00000000
←[0;32mUBOOT_commonSwRsaVerify run successfully!
←[0mErasing update flag partition.
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12

## Checking Image at 82000000 ...
Legacy image found
Image Name: partition
Image Type: ARM Linux Standalone Program (gzip compressed)
Data Size: 16384 Bytes = 16 KiB
Load Address: 01680000
Entry Point: 01700000
Verifying Checksum ... OK
Programing start at: 0x01680000 for partition
write : 100%
done
crc from program is :f601c91a, crc from flash is :f601c91a
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp sign.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'sign.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: file size: 128 Bytes time: 0.001s speed: 125 KiB/s
done
Bytes transferred = 128 (80 hex)
[ERR0002:]over read addr!
flwrite - flwrite - write data into FLASH memory


Usage:
flwrite DestAddr
- write data into DestAddr(0xA0000000~0xA4000000)
cmd Failed tftp sign.img; flwrite!
partition file version 2
rootfstype squashfs root /dev/mtdblock12
cmdLine mem=400M root=/dev/mtdblock12 rootfstype=squashfs
Erasing NAND...
Erasing at 0x460000 -- 100% complete.
Writing to NAND... OK
←[0;31menv save ok. please check if it is necessary!
←[0mAUF_sendLog size = 16384
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
write : 100%
done
crc from program is :e6da794d, crc from flash is :e6da794d
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp kernel_min.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'kernel_min.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: 100% file size: 1.5 MiB time: 0.304s speed: 4.8 MiB/s
done
Bytes transferred = 1528920 (175458 hex)
Otp version is 0x00000000, Flash version is 0x00000000
←[0;32mUBOOT_commonSwRsaVerify run successfully!
←[0mErasing update flag partition.
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12

## Checking Image at 82000000 ...
Legacy image found
Image Name: kernel_min
Image Type: ARM Linux Firmware (uncompressed)
Data Size: 1526624 Bytes = 1.5 MiB
Load Address: 01800000
Entry Point: 01a00000
Verifying Checksum ... OK
Programing start at: 0x01800000 for kernel_min
write : 100%
done
crc from program is :a760e87a, crc from flash is :a760e87a
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp kernel.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'kernel.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: 100% file size: 2.5 MiB time: 0.513s speed: 4.8 MiB/s
done
Bytes transferred = 2602744 (27b6f8 hex)
Otp version is 0x00000000, Flash version is 0x00000000
←[0;32mUBOOT_commonSwRsaVerify run successfully!
←[0mErasing update flag partition.
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12

## Checking Image at 82000000 ...
Legacy image found
Image Name: kernel
Image Type: ARM Linux Firmware (uncompressed)
Data Size: 2600448 Bytes = 2.5 MiB
Load Address: 02500000
Entry Point: 02900000
Verifying Checksum ... OK
Programing start at: 0x02500000 for kernel
write : 100%
done
crc from program is :c8a54dd0, crc from flash is :c8a54dd0
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp partition-x.cramfs.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'partition-x.cramfs.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: 100% file size: 18.2 KiB time: 0.005s speed: 3.6 MiB/s
done
Bytes transferred = 18680 (48f8 hex)
Otp version is 0x00000000, Flash version is 0x00000000
←[0;32mUBOOT_commonSwRsaVerify run successfully!
←[0mErasing update flag partition.
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12

## Checking Image at 82000000 ...
Legacy image found
Image Name: partition
Image Type: ARM Linux Standalone Program (gzip compressed)
Data Size: 16384 Bytes = 16 KiB
Load Address: 01680000
Entry Point: 01700000
Verifying Checksum ... OK
Programing start at: 0x01680000 for partition
write : 100%
done
crc from program is :f601c91a, crc from flash is :f601c91a
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp sign.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'sign.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: file size: 128 Bytes time: 0.001s speed: 125 KiB/s
done
Bytes transferred = 128 (80 hex)
[ERR0002:]over read addr!
flwrite - flwrite - write data into FLASH memory


Usage:
flwrite DestAddr
- write data into DestAddr(0xA0000000~0xA4000000)
cmd Failed tftp sign.img; flwrite!
partition file version 2
rootfstype squashfs root /dev/mtdblock12
cmdLine mem=400M root=/dev/mtdblock12 rootfstype=squashfs
Erasing NAND...
Erasing at 0x460000 -- 100% complete.
Writing to NAND... OK
←[0;31menv save ok. please check if it is necessary!
←[0mAUF_sendLog size = 16384
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
write : 100%
done
crc from program is :e6da794d, crc from flash is :e6da794d
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp kernel_min.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'kernel_min.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: 19 %

Commands attempt 14 upgrade_info_7db780a713a4 output (you can see it went into a loop so I stopped it):

accepting requests..
Open TFTP Server MultiThreaded Version 1.64 Windows Built 2001

starting TFTP...
alias / is mapped to root\
permitted clients: all
server port range: all
max blksize: 65464
default blksize: 512
default timeout: 255
file read allowed: Yes
file create allowed: No
file overwrite allowed: No
thread pool size: 1
Listening On: 192.168.254.254:69
Client 192.168.1.251:2220 root\upgrade_info_7db780a713a4.txt, 1 Blocks Served
Client 192.168.1.251:2708 root\romfs_min-x.squashfs.img, 2563 Blocks Served
Client 192.168.1.251:2144 root\romfs-x.squashfs.img, 27245 Blocks Served
Client 192.168.1.251:1948 root\kernel_min.img, 1042 Blocks Served
Client 192.168.1.251:3293 root\kernel.img, 1773 Blocks Served
Client 192.168.1.251:2125 root\partition-x.cramfs.img, 13 Blocks Served
Client 192.168.1.251:2700 root\sign.img, 1 Blocks Served
Client 192.168.1.251:3869 root\failed.txt, 1 Blocks Served
Client 192.168.1.251:2346 root\upgrade_info_7db780a713a4.txt, 1 Blocks Served
Client 192.168.1.251:2835 root\romfs_min-x.squashfs.img, 2563 Blocks Served
Client 192.168.1.251:2267 root\romfs-x.squashfs.img, 27245 Blocks Served
Client 192.168.1.251:2081 root\kernel_min.img, 1042 Blocks Served
Client 192.168.1.251:3426 root\kernel.img, 1773 Blocks Served
Client 192.168.1.251:2256 root\partition-x.cramfs.img, 13 Blocks Served
Client 192.168.1.251:2831 root\sign.img, 1 Blocks Served
Client 192.168.1.251:4000 root\failed.txt, 1 Blocks Served


Commands attempt 15:
printenv
tftp romfs_min-x.squashfs.img; flwrite
tftp romfs-x.squashfs.img; flwrite
tftp kernel_min.img; flwrite
tftp kernel.img; flwrite
tftp partition-x.cramfs.img; flwrite
tftp .FLASHING_DONE_STOP_TFTP_NOW
sleep 5


Commands attempt 15 console output:
Ncat: Version 7.40 ( Ncat - Netcat for the 21st Century )
Ncat: Listening on 192.168.254.254:5002
100% file size: 1.5 MiB time: 0.308s speed: 4.7 MiB/s
done
Bytes transferred = 1528920 (175458 hex)
Otp version is 0x00000000, Flash version is 0x00000000
←[0;32mUBOOT_commonSwRsaVerify run successfully!
←[0mErasing update flag partition.
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12

## Checking Image at 82000000 ...
Legacy image found
Image Name: kernel_min
Image Type: ARM Linux Firmware (uncompressed)
Data Size: 1526624 Bytes = 1.5 MiB
Load Address: 01800000
Entry Point: 01a00000
Verifying Checksum ... OK
Programing start at: 0x01800000 for kernel_min
write : 100%
done
crc from program is :a760e87a, crc from flash is :a760e87a
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp kernel.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'kernel.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: 100% file size: 2.5 MiB time: 0.516s speed: 4.8 MiB/s
done
Bytes transferred = 2602744 (27b6f8 hex)
Otp version is 0x00000000, Flash version is 0x00000000
←[0;32mUBOOT_commonSwRsaVerify run successfully!
←[0mErasing update flag partition.
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12

## Checking Image at 82000000 ...
Legacy image found
Image Name: kernel
Image Type: ARM Linux Firmware (uncompressed)
Data Size: 2600448 Bytes = 2.5 MiB
Load Address: 02500000
Entry Point: 02900000
Verifying Checksum ... OK
Programing start at: 0x02500000 for kernel
write : 100%
done
crc from program is :c8a54dd0, crc from flash is :c8a54dd0
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp partition-x.cramfs.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'partition-x.cramfs.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: 100% file size: 18.2 KiB time: 0.006s speed: 3 MiB/s
done
Bytes transferred = 18680 (48f8 hex)
Otp version is 0x00000000, Flash version is 0x00000000
←[0;32mUBOOT_commonSwRsaVerify run successfully!
←[0mErasing update flag partition.
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12

## Checking Image at 82000000 ...
Legacy image found
Image Name: partition
Image Type: ARM Linux Standalone Program (gzip compressed)
Data Size: 16384 Bytes = 16 KiB
Load Address: 01680000
Entry Point: 01700000
Verifying Checksum ... OK
Programing start at: 0x01680000 for partition
write : 100%
done
crc from program is :f601c91a, crc from flash is :f601c91a
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp .FLASHING_DONE_STOP_TFTP_NOW
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename '.FLASHING_DONE_STOP_TFTP_NOW'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading: file size: 0 Bytes
done
cmdListNode->cmd = sleep 5
cmd:(sleep 5) is not support!
partition file version 2
rootfstype squashfs root /dev/mtdblock12
cmdLine mem=400M root=/dev/mtdblock12 rootfstype=squashfs
Erasing NAND...
Erasing at 0x460000 -- 100% complete.
Writing to NAND... OK
←[0;31menv save ok. please check if it is necessary!
←[0mAUF_sendLog size = 16384
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
write : 100%
done
crc from program is :e6da794d, crc from flash is :e6da794d
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
partition file version 2
rootfstype squashfs root /dev/mtdblock12
gParameter[0]:node=bootargs, parameter=mem=400M console=ttyS0,115200 root=/dev/mtdblock11 rootfstype=squashfs.
gParameter[1]:node=hi3516ddrFreq, parameter=hi3516ddrFreq=1800.
cmdListNode->cmd = tftp kernel_min.img; flwrite
ETH net controler
phy_addr=0, phy_id=1cc820
ip175g no found! phy_id1 = 0xffff, phy_id2 = 0xffff
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
Using eth0 device
TFTP from server 192.168.254.254; our IP address is 192.168.1.251; sending through gateway 192.168.1.1Filename 'kernel_min.img'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading:

I didn't save the upgrade since it's basically the same as attempt 14 (goes into a loop)

Unfortunately I still don't have a working camera but I think I am getting closer. Hopefully someone has an idea.
 
Top