On Wed, Apr 27, 2016 at 1:29 PM, Edwin Maynard <[email protected]> wrote:
> Made all of the changes and got a clean build for the MLO and u-boot.img > (thanks!!!). What is the best way to flash the eMMC? I figure it is to > modify an image of my existing eMMC and use your script to flash the SD to > the eMMC. That being the case - where is the u-boot.img file? I poked > around the .img file and haven't been able to find anythign in the /boot > directory. Thanks again! > The easiest way, boot the bbb up, copy the MLO/u-boot.img over and do: sudo dd if=./MLO of=/dev/mmcblk1 count=1 seek=1 bs=128k sudo dd if=./u-boot.img of=/dev/mmcblk1 count=2 seek=1 bs=384k This assumes /dev/mmcblk1 is currently the eMMC.. 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/CAOCHtYiSL0SWBpKxFfuTHdU9tQAY8cO0SaNhMzy%2BkP%3DKCKtqjQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
