alastairstevenson
Staff member
In the 'min-system' mode, with the telnet shell (assuming it's not 'psh'), you should be able to use the tftp client in the camera to transfer either the original mtdblock6 or a fixed-up version back in so that you can replace what's in the camera.i can telnet to 192.0.0.64 - min-system. but tftp not.
You need a 'normal' tftp server, not the Hikvision-specific tftp update tool.
One that works OK is this one : TFTPD32 : an opensource IPv6 ready TFTP server/service for windows : TFTP server
With the required mtdblock6 in the same folder as tftpd32.exe try these commands at the camera telnet shell :
tftp -g -r my_mtdblock6 tftp_server_IP_address
cat my_mtdblock6 > /dev/mtdblock6
reboot
If you leave the camera for about 10 minutes after applying the brick-fix tool, the camera watchdog will reboot into 'min-system' mode (that's normal) and at that point telnet access should be possible.now my camera is on 192.0.0.64 - 2CD-Min-System - from brick-fix tool.