How to boot Linux kernel from u-boot?
My Linux kernel image uImage is in my U-disk. And I want to boot it from U-Boot. Also the device tree file am335x-evm.dtb is in my U-disk. What I did is below: U-Boot# usb start (Re)start USB... USB0: scanning bus 0 for devices... 1 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found U-Boot# fatls usb 0:1 3821960 uimage kit3/ 4065280 modules.tar my_modules/ extra/ system volume information/ 375 uenv.txt 40474 am335x-evm.dtb 4 file(s), 4 dir(s) U-Boot# fatload usb 0:1 0xC0700000 uImage reading uImage 3821960 bytes read in 2375 ms (1.5 MiB/s) U-Boot# fatload usb 0:1