- Oct 12, 2016
- 20
- 3
2CD2145F-IS Chinese model 4MP based on HI-Silicon H3516c processor (G0/G1?) platform
I have been unsuccessful in changing the language to CN to EN.
Any help in finding a way to downgrade existing bootloader to a older version is appreciated.
Current Firmware Link (#3) - V5.4.41 Build170710
My camera came with firmware 5.4.24_170303.
I have established RS232 serial access to the camera (see next post for details).
My observations about this camera:
1) Came with u-boot version is - U-Boot 2010.06-263780 (Mar 14 2017 - 20:24:03)
3) u-boot performs the signature check to prevent overwriting the u-boot with older version (see below)
I have been unsuccessful in changing the language to CN to EN.
Any help in finding a way to downgrade existing bootloader to a older version is appreciated.
Current Firmware Link (#3) - V5.4.41 Build170710
My camera came with firmware 5.4.24_170303.
I have established RS232 serial access to the camera (see next post for details).
My observations about this camera:
1) Came with u-boot version is - U-Boot 2010.06-263780 (Mar 14 2017 - 20:24:03)
followings are the only options available in u-boot menu:
2) u-boot prevents updating the setenv variables, thus any attempt to override bootarg fails
Code:
HKVS # help
erase - erase flash except bootloader area
go - start application at address 'addr'
help - print command description/usage
loadk - load kernel to DRAM
update - update digicap.dav
updateb - update bootloader
upf - update firmware, format and update (factory use)
ddr - ddr training function
mii - MII utility commands
ping - send ICMP ECHO_REQUEST to network host
printenv- print environment variables
reset - Perform RESET of the CPU
saveenv - save environment variables to persistent storage
setenv - set environment variables
HKVS #
3) u-boot performs the signature check to prevent overwriting the u-boot with older version (see below)
Code:
HKVS # updateb
*******************************************************
* ATTENTION: PLEASE READ THIS NOTICE CAREFULLY! *
* DO NOT reset the device, or disrupt this process. *
* If this process fails, the device might be unusable.*
* If you find this too risky, power off device now. *
* or press the SPACE key to start the process now *
*******************************************************
ETH0: PHY(phyaddr=3, mii) link UP: DUPLEX=FULL : SPEED=100M
MAC: 54-C4-15-27-F6-29
TFTP from server 192.168.1.128; our IP address is 192.168.1.64
Download Filename 'u-boot_g0.bin'.
Download to address: 0x82000000
Downloading: # [ Connected ]
##########
done
Bytes transferred = 333192 (51588 hex)
set public key failed.
ver failed!
resetting ...
HKVS #