Hi, I have a Dahua XVR DH-XVR5116H-4KL-X . This device has a boot loop problem, but when I hold the reset key and then turn it on, the device boots!
The device has two HI3531 V100 CPUs.
The next problem is that the device doesn't get a lot of common commands like "help" and "printenv". I tried to update the device through UART and the latest firmware version. Using the following codes,
I was finally able to establish a TFTP connection and updated the device with the "run up" code. During the update, no errors were observed, but the device did not rise again after the update, and the previous situation continued. But the status of the device has not changed!
I'm putting the UART log here.
I'm more likely to have a software problem because every time I I'll keep the reset key, the device boots.
The device has two HI3531 V100 CPUs.
The next problem is that the device doesn't get a lot of common commands like "help" and "printenv". I tried to update the device through UART and the latest firmware version. Using the following codes,
Code:
setenv ipaddr 192.168.1.108
setenv serverip 192.168.1.128
setenv gatewayip 192.168.1.1
saveenv
I'm putting the UART log here.
Code:
System startup
U-Boot 2010.06-svn4554 (May 13 2024 - 21:26:29)
Check Flash Memory Controller v100 ... Found
SPI Nand total size: 128MB
===============================================
DPLL:466Mhz DDR:1864Mhz
APLL:1400Mhz VPLL0:297Mhz
===============================================
Dectected gmac0 phyaddr set to 0, is it right?
nice find PHY TRL8211 on higmac
ETH0: PHY(phyaddr=0, rgmii) link UP: DUPLEX=FULL : SPEED=100M
mcu i2c fail
mem= 570
slave mem size= 218
Config/hwidconfig not found!
Hit any key to stop autoboot: 0
hisilicon # *****
Unknown command '*****' - try 'help'
hisilicon # help
hisilicon # printenv
Unknown command 'printenv' - try 'help'
hisilicon # version
U-Boot 2010.06-svn4554 (May 13 2024 - 21:26:29)
hisilicon # help
hisilicon #
System startup
U-Boot 2010.06-svn3930 (May 10 2019 - 21:20:16)
Check Flash Memory Controller v100 ... Found
SPI Nand total size: 128MB
*** Warning - bad CRC or NAND, using default environment
OK
OK
System startup
U-Boot 2010.06-svn4554 (May 13 2024 - 21:26:29)
Check Flash Memory Controller v100 ... Found
SPI Nand total size: 128MB
===============================================
DPLL:466Mhz DDR:1864Mhz
APLL:1400Mhz VPLL0:297Mhz
===============================================
Dectected gmac0 phyaddr set to 0, is it right?
nice find PHY TRL8211 on higmac
ETH0: PHY(phyaddr=0, rgmii) link UP: DUPLEX=FULL : SPEED=100M
mcu i2c fail
mem= 570
slave mem size= 218
Config/hwidconfig not found!
Hit any key to stop autoboot: 0
0 Storage Device(s) found
stMaxRect.u32Width:1024, stMaxRect.u32Height:768.
HDMI_INFO:Hdmi_PixelFreqSearch[127] ,u32Fmt6.
Dectected gmac0 phyaddr set to 0, is it right?
nice find PHY TRL8211 on higmac
ETH0: PHY(phyaddr=0, rgmii) link UP: DUPLEX=FULL : SPEED=100M
TFTP from server
Downloading: T T T
Retry count exceeded; starting again
Loading Kernel Image ... OK
OK
Starting kernel ...
System startup
U-Boot 2010.06-svn3930 (May 10 2019 - 21:20:16)
Check Flash Memory Controller v100 ... Found
SPI Nand total size: 128MB
*** Warning - bad CRC or NAND, using default environment
OK
OK
System startup
U-Boot 2010.06-svn4554 (May 13 2024 - 21:26:29)
Check Flash Memory Controller v100 ... Found
SPI Nand total size: 128MB
===============================================
DPLL:466Mhz DDR:1864Mhz
APLL:1400Mhz VPLL0:297Mhz
===============================================
Dectected gmac0 phyaddr set to 0, is it right?
nice find PHY TRL8211 on higmac
ETH0: PHY(phyaddr=0, rgmii) link UP: DUPLEX=FULL : SPEED=100M
mcu i2c fail
mem= 570
slave mem size= 218
Config/hwidconfig not found!
Hit any key to stop autoboot: 0
0 Storage Device(s) found
stMaxRect.u32Width:1024, stMaxRect.u32Height:768.
HDMI_INFO:Hdmi_PixelFreqSearch[127] ,u32Fmt6.
Dectected gmac0 phyaddr set to 0, is it right?
nice find PHY TRL8211 on higmac
ETH0: PHY(phyaddr=0, rgmii) link UP: DUPLEX=FULL : SPEED=100M
TFTP from server
Downloading: T T T
Retry count exceeded; starting again
Loading Kernel Image ... OK
OK
Starting kernel ...
System startup
U-Boot 2010.06-svn3930 (May 10 2019 - 21:20:16)
Check Flash Memory Controller v100 ... Found
SPI Nand total size: 128MB
*** Warning - bad CRC or NAND, using default environment
OK
OK
System startup
U-Boot 2010.06-svn4554 (May 13 2024 - 21:26:29)
Check Flash Memory Controller v100 ... Found
SPI Nand total size: 128MB
===============================================
DPLL:466Mhz DDR:1864Mhz
APLL:1400Mhz VPLL0:297Mhz
===============================================
Dectected gmac0 phyaddr set to 0, is it right?
nice find PHY TRL8211 on higmac
ETH0: PHY(phyaddr=0, rgmii) link UP: DUPLEX=FULL : SPEED=100M
mcu i2c fail
mem= 570
slave mem size= 218
Config/hwidconfig not found!
Hit any key to stop autoboot: 0
0 Storage Device(s) found
stMaxRect.u32Width:1024, stMaxRect.u32Height:768.
HDMI_INFO:Hdmi_PixelFreqSearch[127] ,u32Fmt6.
Dectected gmac0 phyaddr set to 0, is it right?
nice find PHY TRL8211 on higmac
ETH0: PHY(phyaddr=0, rgmii) link UP: DUPLEX=FULL : SPEED=100M
TFTP from server
Downloading: T T T
Retry count exceeded; starting again
Loading Kernel Image ... OK
OK
Starting kernel ...
I'm more likely to have a software problem because every time I I'll keep the reset key, the device boots.
Last edited: