On Wed, Mar 23, 2016 at 1:32 PM, S&DeMario <[email protected]> wrote: > Is it possible to disable boot via sd card, enabling them only by pressing > the boot button? > > If affirmative, how to proceed?
The boot search order is controlled from here: https://github.com/u-boot/u-boot/blob/v2016.03/include/configs/am335x_evm.h#L87-L93 mmc 0 = microSD mmc 1 = 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]. For more options, visit https://groups.google.com/d/optout.
