How to create boot.scr for UBoot with the following parameters?

setenv bootcmd 'mmc init; fatload mmc 0 0x80000000 uImage_loader;
bootm 0x80000000;'
setenv bootargs 'console=ttyS2,115200n8 rootfs=/dev/nfs rw init=/init
nfsroot=192.168.1.101:/home/tinyfs_loader ip=192.168.1.102'

Download this file: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/02_02_00/exports/Tools.tar.gz

Change the boot paramenters and execute the script. If it doesnt run install make image.

2011/5/5 罗勇刚(Yonggang Luo) <luoyonggang@gmail.com>

2011/5/5 罗勇刚(Yonggang Luo) <luoyonggang@gmail.com>

Thanks, that's I wanted!.

在 2011年5月7日 下午3:37,Johnson Mathew Easow <jmeasow@gmail.com> 写道: