Stuck in bootloop - following unbrick instructions but getting error

flixxx

n3wb
Joined
Aug 25, 2022
Messages
2
Reaction score
0
Location
Montreal
Hi, I have an IPC-T5442T-ZE 4MP Starlight camera purchased from Empire tech that seems to be stuck on a boot loop.

When I follow the instruction listed here Dahua IPC EASY unbricking / recovery over TFTP with a firmware from here I get errors as follows;

Code:
U-Boot 2016.11-svn9589 (Nov 01 2021 - 23:08:07 +0800)Relocation Offset is: 1f6cf000
Relocating to 9fecf000, new gd at 9fa2eef0, sp at 9fa2eed0
LogMagicNum:0 gBootLogPtr:9fa2f008.
NAND:  hifmc_ip_ver_check(43): Check Flash Memory Controller v100 ...hifmc_ip_ver_check(49):  Found
SPI Nand ID Table Version 2.7
SPI Nand(cs 0) ID: 0xc8 0x1 Name:"F50L1G41LB"
Block:128KB Page:2KB OOB:64B ECC:8bit/512
Chipsize:128 MiB
MMC:
In:    serial
Out:   serial
Err:   serial
Net:   eth0partition 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.
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:0 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: 260 Bytes   time: 0.001s    speed: 253.9 KiB/s
done
Bytes transferred = 260 (104 hex)
cmdListNode->cmd = run dr
cmd:(run dr) is not support!
cmdListNode->cmd = run dk
cmd:(run dk) is not support!
cmdListNode->cmd = run du
cmd:(run du) is not support!
cmdListNode->cmd = run dw
cmd:(run dw) is not support!
cmdListNode->cmd = run dp
cmd:(run dp) is not support!
cmdListNode->cmd = run dc
cmd:(run dc) is not support!
cmdListNode->cmd = tftp 0x82000000 General_IPC-HX5XXX-Volt_MultiLang_PN_Stream3_V2.840.0000000.25.R.230425.bin; 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 'General_IPC-HX5XXX-Volt_MultiLang_PN_Stream3_V2.840.0000000.25.R.230425.bin'.Default Load Address: 0x82000000,Download to address: 0x82000000
Loading:  100%  file size: 84.5 MiB     time: 13.562s   speed: 6.2 MiB/s
done
Bytes transferred = 88644606 (5489bfe hex)
[ERR0002:]The img header be changed!
flwrite - flwrite - write data into FLASH memory


Usage:
flwrite DestAddr
    - write data into DestAddr(0xA0000000~0xA4000000)
cmd Failed tftp 0x82000000 General_IPC-HX5XXX-Volt_MultiLang_PN_Stream3_V2.840.0000000.25.R.230425.bin; 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
env save ok. please check if it is necessary!
AUF_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
The commands.tx looks like this:

CRC:2276852626
MagicString:c016dcd6-cdeb-45df-9fd0-e821bf0e1e62
run dr
run dk
run du
run dw
run dp
run dc
tftp 0x82000000 General_IPC-HX5XXX-Volt_MultiLang_PN_Stream3_V2.840.0000000.25.R.230425.bin; flwrite
tftp 0x82000000 .FLASHING_DONE_STOP_TFTP_NOW
sleep 5
 
Top