On Tue, Jul 28, 2015 at 7:13 PM, Jeremy Simon <[email protected]> wrote: > Hi all, > > I have a BBB and have flashed the latest Debian image. By default it will > still boot off the SD card if it is inserted and has a valid boot image on > it. I want to disable this behaviour so that it always boots off the eMMC > flash. > I understand that I have to modify the uEnv.txt settings to achieve this but > can anyone give me some help on what settings I need to change?
insert/mount microSD: sudo rm ./uEnv.txt sudo rm ./boot.scr sudo rm ./boot/boot.scr sudo rm ./boot/uEnv.txt All documented here: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 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.
