This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to set/modify the uboot environment variables so that the DM3730 can boot from TFTP/NFS

Other Parts Discussed in Thread: DM3730

Dear Engineers:

I don't know how to set/modify the uboot environment variables so that the DM3730 can boot from TFTP/NFS. The SDK is dvsdk_dm3730-evm_04_03_00_06_setuplinux.  Can you help me solve the problem. Thanks!

My uboot environment variables show as follow:

bootcmd=if mmc init; then if run loadbootscript; then run bootscript; else if run loaduimage; then run mmcboot; else run nandboot; fi; fi; else run nandboot; fi

bootdelay=3

baudrate=115200

netmask=255.255.255.0

bootfile=uImage

loadaddr=0x82000000

console=ttyS0,115200n8

mpurate=1000

boardmodel=SBC37X-B2-1990-LUAC0

mmcroot=/dev/mmcblk0p2 rw

mmcrootfstype=ext3 rootwait

nandroot=ubi0:rootfs ubi.mtd=4

nandrootfstype=ubifs

nandargs=setenv bootargs console=${console} vram=${vram} omapfb.mode=dvi:${dvimode} omapfb.video_mode=dvi:${dvimode} omapdss.def_disp=${defaultdisplay} omap-dss.def_disp=${defaultdisplay} root=${nandroot} init=/init mpurate=${mpurate} boardmodel=${boardmodel} rootfstype=${nandrootfstype}

loadbootscript=fatload mmc 0 ${loadaddr} boot.scr

bootscript=echo Running bootscript from mmc ...; source ${loadaddr}

loaduimage=fatload mmc 0 ${loadaddr} uImage

mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}

nandboot=echo Booting from nand ...; run nandargs; nand read ${loadaddr} 280000 400000; bootm ${loadaddr}

ethaddr=02:94:11:01:70:2e

dieid#=57a400029e380000016073941101702e

ethact=smc911x-0

serverip=192.168.75.194

ipaddr=192.168.75.141

gatewayip=192.168.75.11

mmcargs=setenv bootargs console=${console} vram=${vram} omapfb.vram=0:4M,1:4M omapdss.def_disp=${defaultdisplay} root=${mmcroot} init=/init mpurate=${mpurate} rootfstype=${mmcrootfstype} boardmodel=${boardmodel} mem=99M@0x80000000 mem=128M@0x88000000

displadefaultdisplay dvi

dvimode=1024x768MR-16@60

defaultdisplay=dvi

vram=12M omapfb.vram=0:12M

stdin=serial

stdout=serial

stderr=serial 

Environment size: 1623/131068 bytes