0 U-Boot# U-Boot# ver U-Boot 2013.01-00161-g6e787b7 (Feb 06 2013 - 15:10:23) arm-none-eabi-gcc (Sourcery G++ Lite 2011.03-42) 4.5.2 GNU ld (Sourcery G++ Lite 2011.03-42) 2.20.51.20100809 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.137 Using cpsw device TFTP from server 192.168.57.1; our IP address is 192.168.57.137 Filename 'uImage-dtb.am335x-bone'. Load address: 0x81000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ######################### 691.4 KiB/s done Bytes transferred = 4173184 (3fad80 hex) U-Boot# mmc rescan 0 U-Boot# U-Boot# fatload mmc 0 82000000 ramdisk-pm.gz reading ramdisk-pm.gz 2022580 bytes read in 239 ms (8.1 MiB/s) 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: 4173120 Bytes = 4 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ...