On Tue, Aug 25, 2015 at 9:21 AM, Fohnbit <[email protected]> wrote: > Crazy ... now he boot once from the uSD ... but tried after 5 times ... > always from eMMC :-(
>From your log: #mmc0 is current device So it booted from mmc0 which is microSD #debug: [console=ttyO0,115200n8 capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN root=UUID=319a7dc6-9ece-408a-877f-f7c38bebb825 ro rootfstype=ext4 rootwait fixrtc quiet init=/lib/systemd/systemd] ... UUID=319a7dc6-9ece-408a-877f-f7c38bebb825 = eMMC.. You created a copy of the eMMC, so /boot/uEnv.txt is still pointing to the UUID of the eMMC.. Modify /boot/uEnv.txt's uuid value to point to the UUID of the "microSD".. 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]. For more options, visit https://groups.google.com/d/optout.
