2  0 U-Boot# U-Boot# ver U-Boot 2011.09-00009-gcf6e04d (Mar 08 2012 - 17:15:43) arm-arago-linux-gnueabi-gcc (GCC) 4.5.3 20110311 (prerelease) GNU ld (GNU Binutils) 2.20.1.20100303 U-Boot# setenv bootargs console=ttyO0,115200n8 debug ignore_loglevel earlyprintk=serial init=/bin/sh mem=128M root=/dev/ram rw initrd=0x82000000,16MB ramdisk_size=65536 U-Boot# U-Boot# setenv serverip 192.168.57.1 U-Boot# U-Boot# setenv bootfile uImage-dtb.am335x-bone U-Boot# U-Boot# dhcp 81000000 link up on port 0, speed 100, full duplex BOOTP broadcast 1 DHCP client bound to address 192.168.57.134 Using cpsw device TFTP from server 192.168.57.1; our IP address is 192.168.57.134 Filename 'uImage-dtb.am335x-bone'. Load address: 0x81000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################ done Bytes transferred = 4046384 (3dbe30 hex) U-Boot# mmc rescan 0 U-Boot# U-Boot# fatload mmc 0 82000000 ramdisk-pm.gz reading ramdisk-pm.gz 2022580 bytes read U-Boot# U-Boot# bootm 81000000 ## Booting kernel from Legacy Image at 81000000 ... Image Name: Linux- Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4046320 Bytes = 3.9 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ...