Добрый день. Данный регистратор в один прекрасный день завис и после перезагрузки один раз пискнул и выдал "квадрат Малевича",который висит до ручного выключения. С помощью Putty и tftpd обновил прошивку, но результат остался тот же самый. При старте в Putty выдает следующее :
Код
U-Boot 2010.06-svn (Aug 15 2015 - 15:18:43)
Protected at offset:0,size:20000 Protection status:[0xf88]=>[0xf8b].
Hit ctrl+u to stop autoboot: 0
### CRAMFS load complete: 3187728 bytes loaded to 0x80400000
timeout for link [4999]!
## Booting kernel from Legacy Image at 80400000 ...
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
Питание +12 и +48 в норме, вторичные вроде тоже все есть. Куда копать подскажете?Добавлено (18.08.2022, 11:20)
---------------------------------------------
вот еще данные и процесс прошивки с Putty
Код
U-Boot 2010.06-svn (Aug 15 2015 - 15:18:43)
Protected at offset:0,size:20000 Protection status:[0xf88]=>[0xf8b].
Hit ctrl+u to stop autoboot: 0
This program will upgrade software.
*******************************************************
* ATTENTION!! PLEASE READ THIS NOTICE CAREFULLY! *
* Don't reset machine,or anything that interrupt it. *
* The upgrade process must finish in 10 minutes! *
* If this program fails,machine might be unusable, *
* and you will need to reflash again. *
* If you find this too risky,power off machine now. *
*******************************************************
Now press [u/U] key to upgrade software: b
HKVS # help
? - alias for 'help'
base - print or set address offset
bootm - boot application image from memory
bubt - Burn an boot image on the Boot Flash.
burnrouter- Burn an boot image to the router flash from host board.
cpld - write cpld info to encrypt media
cramfsload- cramfsload - load binary file from a filesystem image
cramfsls- cramfsls - list files in a directory (default /)
crc32 - checksum calculation
ddr - ddr training function
erase_env- erase envirement info on flash
getinfo - print hardware information
go - start application at address 'addr'
help - print command description/usage
loadb - load binary file over serial line (kermit mode)
md - memory display
mii - MII utility commands
mm - memory modify (auto-incrementing address)
mw - memory write (fill)
ping - send ICMP ECHO_REQUEST to network host
printenv- print environment variables
reset - Perform RESET of the CPU
run - run commands in an environment variable
saveenv - save environment variables to persistent storage
setenv - set environment variables
sf - SPI flash sub-system
tftp - tftp - download or upload image via network using TFTP protocol
update - Update the digicap of the device.
version - print monitor version
HKVS #
HKVS # printenv
bootcmd=tftp 0x80400000 $(bootfile);bootm 0x80400000;
default=cramfsload 0x80400000 uImage;
sec=tftp 0x80400000 uImage_sec;bootm 0x80400000;
verify=n
bootdelay=1
baudrate=115200
mdio_intf=rgmii
ipaddr=192.0.0.64
serverip=192.0.0.128
gatewayip=192.0.0.1
netmask=255.255.255.0
bootfile=uImage
phyaddr1=7
bootargs=mem=524M console=ttyS0,115200n8
ethaddr=a4:14:37:98:ce:af
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 2010.06-svn (Aug 15 2015 - 15:18:43)
Environment size: 458/4092 bytes
HKVS # u
timeout for link [4999]!
MAC: A4-14-37-98-CE-AF
TFTP from server 192.0.0.128; our IP address is 192.0.0.64
Download Filename 'digicap.dav'.
Download to address: 0x80008000
Downloading: T T T T T T T T T T T T T #################################################
done
Bytes transferred = 16003653 (f43245 hex)
cramfs.img checkSum ok !
Erasing SPI flash...done
Writing SPI flash...done
Upgrade check ......done
Erasing devcfg...done
HKVS #
прошивку брал с https://www.hikvisioneurope.com/
прошивка NVR_K41_BL_EN_STD_V3.4.98_171121Добавлено (23.08.2022, 20:59)
---------------------------------------------
Из лога,я так понимаю,с частью прошивки все ок. Что еще можно посмотреть?