yipingwang Hi,Thanks for your reply
I think I have known where the problem come from. There is something wrong with Setting u-boot environment.
According to the manual,after setting those cmd it can boot up normally from tftp:
=>setenv bootargs ‘root=/dev/ram rw console=ttyS0,115200 ramdisk_size=10000000 log_buf_len=128K’
=>saveenv
=>tftp 1000000 uImage
=>tftp 5000000 fsl-image-core-.ext2.gz.u-boot
=>tftp 2000000 uImage.dtb
=>bootm 1000000 5000000 2000000
But when I want boot it from flash,I set those cmd:
=> setenv ramargs 'setenv bootargs root=/dev/ram rw console=ttyS0,115200'
=> setenv bootcmd 'run ramargs; bootm 0xe8020000 0xe9300000 0xe8800000'
=>saveenv
there comes the problem.
In <QORIQ-SDK-2.0IC-REV> NOR Flash Memory Map table,there is a U-Boot env file,but I never burn it to nor flash.How can I make this env.bin file?I did not find it in "deploy/images/t2080rdb-64b" directory.
