On Wed, Jan 10, 2018 at 5:36 AM, inisider <[email protected]> wrote: > Hello. > > I am trying to use custom u-boot that will be run from mmc/sdcard. > For this did next step: > 1. clone it: >> >> git clone git://git.denx.de/u-boot.git u-boot/ > > 2. checkout to new version: >> >> git checkout v2017.11 > > 2. configure it: >> >> make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- >> am335x_boneblack_defconfig > > 3. build it: >> >> make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- > > 4. than copy MLO and u-boot.img to mmc: >> >> cp MLO u-boot.img /media/inisider/boot/ > > 5. insert microsd to beagleboneblack slot than press ButtonSwitch (S2) and > poweron BBB: >> >> U-Boot 2017.09-00002-g0f3f1c7907 (Oct 09 2017 - 15:30:22 -0500), Build: >> jenkins-github_Bootloader-Builder-607
Actually you didn't follow your Step number 5: It's still booting the version on the eMMC.. (look at the version number) So retry, this time actually use your finger nail to hold down the button, and don't let up till you see 4 led's.. ps follow: https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-Bootloader:U-Boot Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYgbA9f83te3_it3kU6U-1BTAuMZntcwGOWz%2Bv4L4%2BgO3A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
