On Tue, Oct 25, 2016 at 3:04 PM, Paul Plankton <[email protected]> wrote: > That's cool! I use an own, customised MLO file - is there a way to put it > into MBR too? It has a size of about 40 kBytes, so more than the 512 bytes > of the MBR...
sudo dd if=./MLO of=/dev/mmcblk0 count=1 seek=1 bs=128k sudo dd if=./u-boot.img of=/dev/mmcblk0 count=2 seek=1 bs=384k 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/CAOCHtYivmeN%2BJWOJCQKYj6M1b1JTe96hyBww8_aEn6z_5MmG8Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
