===================== Dahua DVR NVR Commands ===================== ============================ Serial:configs: 11800 8N1 Hit Ctrl+C to stop Autboot other keys also can be try: Ctrl+U Enter Space ======================================= hisilicon # ?? ? - alias for 'help' base - print or set address offset boot - boot default, i.e., run 'bootcmd' bootd - boot default, i.e., run 'bootcmd' bootm - boot application image from memory bootp - boot image via network using BOOTP/TFTP protocol cmp - memory compare cp - memory copy crc32 - checksum calculation ddr - ddr training function decjpg - jpgd - decode jpeg picture. eracfg - eralogo - fatinfo - print information about filesystem fatload - load binary file from a dos filesystem fatls - list files in a directory (default /) flwrite - flwrite - write data into FLASH memory fsload - fsload - load binary file from a filesystem image getinfo - print hardware information go - start application at address 'addr' help - print command description/usage lip - lip - set local ip address but not save to flash loadb - load binary file over serial line (kermit mode) loady - load binary file over serial line (ymodem mode) lock_otp- lock_otp - otp lock lock_status- lock_status - get otp lock status loop - infinite loop on address range ls - ls - list files in a directory (default /) mac - mac - set mac address and save to flash mac1 - mac1 - set mac address and save to flash md - memory display mii - MII utility commands mm - memory modify (auto-incrementing address) mtest - simple RAM read/write test mw - memory write (fill) netrep - netrep - report net up progress netup - netup - update the system via net, without console nm - memory modify (constant address) otp_printf- otp_printf - printf otp value ping - send ICMP ECHO_REQUEST to network host printenv- print environment variables rarpboot- boot image via network using RARP/TFTP protocol 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 showlogo- showlogo - show the logo picture on screen. sip - sip - set server ip address but not save to flash test - tftp - tftp - download or upload image via network using TFTP protocol usbupdate- usbupdate - update the system via USB_DISK, without console verifcode- verifcode - set Verif_Code or print Verif_Code version - print monitor version hisilicon # printenv print current environment configs printenv ipaddr printenv serverip showlogo display log on screen lip sip ------------------- Set Configs ------------------- setenv ipaddr 192.168.10.10 setenv netmask 255.255.255.0 setenv serverip 192.168.10.66 setenv gatewayip 192.168.10.1 LAN Setting setenv autolip 192.168.1.108 Local interface IP setenv autosip 192.168.254.254 TFTP Server IP setenv autonm 255.255.255.0 Local interface Net Mask setenv autogw 192.168.1.1 setenv ethaddr 3c:ef:8c:07:68:4e sets MAC address setenv eth1addr 00:00:23:34:45:77 setenv eth2addr 00:00:23:34:45:88 setenv wifiaddr 00:00:00:00:00:00 setenv baudrate 115200 (in bps) set tftptimeout 5000 (in ms) setenv bootdelay 10 (in secs) saveenv saves modified environment configs ------------------- Delete Configs ------------------- setenv ipaddr setenv netmask setenv serverip setenv gatewayip setenv autolip setenv autosip setenv autonm setenv autogw setenv ethaddr setenv eth1addr setenv eth2addr setenv wifiaddr