TI8168_EVM#printenv bootdelay=3 baudrate=115200 verify=yes ramdisk_file=ramdisk.gz loadaddr=0x81000000 script_addr=0x80900000 loadbootscript=fatload mmc 1 ${script_addr} boot.scr bootscript= echo Running bootscript from MMC/SD to set the ENV...; source ${script_addr} ethact=DaVinci EMAC bootorig=if mmc init; then if run loadbootscript; then run bootscript; else echo In case ENV on MMC/SD is required; echo Please put a valid script named boot.scr on the card; echo Refer to the User Guide on how to generate the image; fi; else echo Please set bootargs and bootcmd before booting the kernel; echo If that has already been done please ignore this message; fi setipaddr=dhcp; run addip; addip=setenv bootargs ${bootargs} ip=${ipaddr}:${nfsserver}:${gatewayip}:${netmask}:${hostname}:eth0:off ethaddr=00:08:65:23:22:19 hostname=integra bootnfs=run setbootargs; run addip; nfs 0x81000000 ${nfsserver}:${nfsdir}/boot/${bootfile}; bootm 0x81000000; nfsopts=timeo=70 setbootargs=setenv bootargs console=ttyS2,115200n8 root=/dev/nfs rw noinitrd init=/sbin/init nfsroot=${nfsserver}:${nfsdir},${nfsopts}; bootmmc_w_nfsroot=run setbootargs; run addip; mmc init; fatload mmc 1 0x81000000 uImage; bootm 0x81000000; boot_tftp_nfs=setenv autoload no; setenv bootfile uImage-dm816x-evm.bin; run setbootargs_tftp_nfs; dhcp; tftpboot; bootm; bootcmd=run boot_tftp_nfs setbootargs_tftp_nfs=setenv bootargs console=ttyO2,115200n8 rootwait rw mem=120M earlyprintk notifyk.vpssm3_sva=0xBF900000 vram=50M ti816xfb.vram=0:16M,1:16M,2:6M root=/dev/nfs nfsroot=${nfsserver}:${nfsdir} ip=dhcp autoload=no bootargs=console=ttyO2,115200n8 rootwait rw mem=120M earlyprintk notifyk.vpssm3_sva=0xBF900000 vram=50M ti816xfb.vram=0:16M,1:16M,2:6M root=/dev/nfs nfsroot=192.168.102.160:/home/user/targetfs_last ip=dhcp bootfile=uImage-dm816x-evm.bin gatewayip=192.168.102.60 netmask=255.255.255.0 ipaddr=192.168.102.189 dnsip=192.168.102.71 dnsip2=192.168.101.60 nfsdir=/home/user/targetfs nfsserver=192.168.102.195 serverip=192.168.102.195 stdin=serial stdout=serial stderr=serial ver=U-Boot 2010.06 (Nov 18 2010 - 22:36:59)