Hi! I have a hikvision 2CD2143G2 camera (it uses G5 firmware) and i'm trying to connect it with NVR with CN language.
Camera is not CN, so i can't install the CN firmware (even after changing language with hiktools) because of language mismatch during updating.
I'm using TFTP64 for update, also i have UART connection to the camera, but i don't know what to do else.
I think, that i should install the CN firmware, marked as EN to the camera, but i don't know how to change it.
Maybe there is a way to change the language via Hex editor for this firmware, or unpack the files and change it?
By the way: during numerous updates of the firmware, i've tired of changing the IP address of my PC to 192.168.1.128 and back, so i've changed some variables in camera environment during serial connection.
This is the how to do this:
connect usb-uart via serial connection using putty;
turn on the camera, then press CTRL+U to enter to U-boot;
after that you can change the default address of tftpd server, camera ip address and gateway:
i used:
After rebooting and entering to the update mode, camera is looking for fftpd server in 192.168.0.9
Camera is not CN, so i can't install the CN firmware (even after changing language with hiktools) because of language mismatch during updating.
I'm using TFTP64 for update, also i have UART connection to the camera, but i don't know what to do else.
I think, that i should install the CN firmware, marked as EN to the camera, but i don't know how to change it.
Maybe there is a way to change the language via Hex editor for this firmware, or unpack the files and change it?
By the way: during numerous updates of the firmware, i've tired of changing the IP address of my PC to 192.168.1.128 and back, so i've changed some variables in camera environment during serial connection.
This is the how to do this:
connect usb-uart via serial connection using putty;
turn on the camera, then press CTRL+U to enter to U-boot;
after that you can change the default address of tftpd server, camera ip address and gateway:
i used:
Bash:
setenv ipaddr 192.168.0.67
setenv serverip 192.168.0.9
setenv gatewayip 192.168.0.1
saveenv
After rebooting and entering to the update mode, camera is looking for fftpd server in 192.168.0.9
Last edited: