=> setenv my_dtb 'tftp 0x00c00000 <t1040rdb.dtb>'
=> setenv my_boot bootm 0x1000000 0x2000000 0x0c00000
=> setenv boot run my_dtb my_fs my_kern my_boot
=> save
=> run boot
• From U-Boot prompt, for booting Linux with 64-bit configuration on T1040RDB:
=> setenv my_kern 'tftp 0x1000000 <uImage_64bit>’
=> setenv my_fs 'tftp 0x2000000 <rfs_e5500.bin>'
=> setenv my_dtb 'tftp 0x00c00000 <t1040rdb.dtb>'
=> setenv my_boot bootm 0x1000000 0x2000000 0x0c00000
=> setenv boot run my_dtb my_fs my_kern my_boot
=> save
=> run boot
Flashing and updating images
QorIQ T1040 Reference Design Board User Guide, Rev. 0, 06/2015
64 Freescale Semiconductor, Inc.