Sorry, I forgot to mention the link to the guide <https://octavosystems.com/forums/reply/4733/>from Octavo Systems forums. Yes, I have both MLO and u-boot.img on my Ubuntu machine after compiling u-boot:
~/u-boot$ ls 0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch 0002-NFM-Production-eeprom-assume-device-is-BeagleBone-Bl.patch 0002-U-Boot-BeagleBone-Cape-Manager.patch api arch board cmd common config.mk configs disk doc Documentation drivers dts env examples fs include Kbuild Kconfig lib Licenses MAINTAINERS Makefile MLO MLO.byteswap net post README scripts snapshot.commit spl System.map test tools u-boot u-boot.bin u-boot.cfg u-boot.cfg.configs u-boot.img u-boot.lds u-boot.map u-boot-nodtb.bin u-boot.srec u-boot.sym On Friday, September 7, 2018 at 8:59:28 AM UTC-4, RobertCNelson wrote: > > > > On Fri, Sep 7, 2018, 6:22 AM An Ra <[email protected] <javascript:>> wrote: > >> >> Hello, >> >> I am trying to boot up my custom board by bypassing the board ID check. >> Therefore, I am following this guide to update u-boot and install it on a >> microSD card that has Debian Stretch IoT 9.4. >> All the steps till step 6 worked fine. So, I was able to build the new >> u-boot. The lsblk command showed that my memory card is called 'sdd'. >> >> After typing: >> >> $ export DISK=/dev/sdd >> $ sudo dd if=./u-boot/MLO of=${DISK} count=1 seek=1 bs=128k >> >> This showed up: >> dd: failed to open './u-boot/MLO': Not a directory >> >> Any ideas how to solve this issue? >> > > > Yeah, I'd start by looking at the screen.. is MLO in a directory called > u-boot? > > Regards, > -- 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/384e0c16-ee78-44c0-8439-469a006a5233%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
