** File not found /boot/uImage **

Hi all

I made sd-card in accordance BealeBoardUbuntu Trusty14.04 in eLinux.org.

./setup_sdcard.sh --mmc /dev/sdb --dtb beaglebone

However, I got a problem.
Boot squence stopped saying “File not found /boot/uImage”

mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
SD/MMC found on device 0
reading uEnv.txt
** Unable to read file uEnv.txt **
gpio: pin 55 (gpio 55) value is 1
** File not found /boot/uImage **
U-Boot#

What is solution ?

You have an "old" bootloader in eMMC, either hold the boot button on
power up or pass this options:

--bbb-old-bootloader-in-emmc

Regards,

Mr Nelson

Idid not notice.
Thank your very mach.