On Tue, Nov 8, 2016 at 12:24 PM, Paul Plankton <[email protected]> wrote: > Hi, > > I again played yround a bit with this. My first try was an operation > > sudo cp /dev/random /dev/mmcblk1 > > From my understanding this should erase the onboard MMC completely together > with all boot data. Nevertheless when I try to boot from a board erased in > this way, there is still a u-boot coming up with a bunch of messages. > Finally it of course fails because it can not find an operating system - but > where does this boot sequence come from? It can't be on the on-board MMC and > a SD-card is not inserted!
Or just: sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=10 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/CAOCHtYg5p5J8X6rukH7h2KQK%3DKjE7YVNxM3XnCTiEnmYN1%2B_fg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
