On Fri, Mar 9, 2018 at 1:49 AM, 'Eric Schm.' via BeagleBoard <[email protected]> wrote: > I tried to build my own MLO and uboot.img with this commands: > - make CROSS_COMPILE=arm-linux-gnueabihf- distclean > - make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- > am335x_boneblack_defconfig > - make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j4 > > I suppose that I have to build a custom MLO and uboot.img and put it on the > boot partition. But after flashing the Debian Image9.3 I cant find a boot > partition. And the only MLO and uboot.img I could find was under > /opt/backup/uboot/ > Could someone give an advise how I could boot the uboot?
Well they are stored in the MBR.. See: 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/CAOCHtYhhE6hHDY_hqqPvDYXkp5%2B80c2Gqr5vwoJnHecfcK_hbg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
