NC-Boot 1.5 (Oct 12 2005 - 14:08:53) Boot code: 33F80000 -> 33FA1BA4 BSS: -> 33FA5D38 IRQ Stack: 33fc6d34 FIQ Stack: 33fc7d34 RAM Configuration: Bank#0: 30000000 64 MB Flash: 1 MB NAND: 16 MB Video Format : PAL In: serial Out: serial Err: serial Hit any key to stop autoboot: 0 NextDVR-3016> NextDVR-3016> help ? - alias for 'help' autoscr - run script from memory base - print or set address offset bdinfo - print Board Info structure boot - boot default, i.e., run 'bootcmd' bootd - boot default, i.e., run 'bootcmd' bootelf - Boot from an ELF image in memory bootm - boot application image from memory bootp - boot image via network using BootP/TFTP protocol bootvx - Boot vxWorks from an ELF image chpart - change active partition cmp - memory compare coninfo - print console devices and informations cp - memory copy crc32 - checksum calculation date - get/set/reset date & time dcache - enable or disable data cache echo - echo args to console erase - erase FLASH memory flinfo - print FLASH memory information fsinfo - print information about filesystems fsload - load binary file from a filesystem image go - start application at address 'addr' help - print online help icache - enable or disable instruction cache iminfo - print header information for application image imls - list all images found in flash itest - return true/false on integer compare loadb - load binary file over serial line (kermit mode) loads - load S-Record file over serial line loop - infinite loop on address range ls - list files in a directory (default /) md - memory display mm - memory modify (auto-incrementing) mtest - simple RAM test mw - memory write (fill) nandr - HEX: targetblock targetsize mem_adr nandw - HEX: targetblock targetsize mem_addr nfs - boot image via network using NFS protocol nm - memory modify (constant address) printenv- print environment variables protect - enable or disable FLASH write protection 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 sleep - delay execution for some time tftpboot- boot image via network using TFTP protocol version - print monitor version NextDVR-3016> printenv bootdelay=1 baudrate=115200 bootcmd=nandr 10 100000 30f00000 ; nandr 75 300000 30800000 ; bootm 30f00000 30800000 bootargs=root=/dev/ram0 console=ttySAC0,115200 serverip=192.168.1.126 gatewayip=192.168.9.4 netmask=255.255.240.0 ethaddr=00:16:55:01:A9:D4 ipaddr=192.168.1.10 stdin=serial stdout=serial stderr=serial Environment size: 315/16380 bytes NextDVR-3016>