Hi All Thanks for the prompt responses.
The Libpruio had difficulties when booting from uSD with the MMCBLK1 in tact. I quote the Freebasic post relating to this. This is the problem, I guess. The kernel finds a valid drive system on eMMC > and binds it as /dev/mmcblk0 in this case. > Instead it should bind the uSD as /dev/mmcblk0, and completly boot from > uSD. You'll have to erase the partition table so that the kernel cannot > bind this drive! I recommend > > - create a uSD with an original image that boots > - boot form uSD and login as usual by debian/temppwd > - check for the 4GB eMMC with command df -h (either /dev/mmcblk0 or > /dev/mmcblk1) > - then erase the first sectors on eMMC by executing (addapt the > correct number [0|1]) > > Code: Select all > <https://www.freebasic.net/forum/viewtopic.php?f=14&t=22501&start=255#> > sudo dd if=/dev/zero bs=512 count=1024 of=/dev/mmcblk0 "should be mmcblk1" > > 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/b18d87fb-2178-47d9-b467-a28d8cbff674%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
