On Tue, Apr 12, 2016 at 12:53 PM, <[email protected]> wrote: > Hi, > > The saveenv command is not able in the U-boot console, any idea why? >
saveenv needs a default storage.. Since these images can be used on both the BeagleBone "White" and BeagleBone Black.. default storage = microSD.. So now saveenv doesn't work if you are using the eMMC on the Black.. default storage = eMMC Now it doesn't work on the White.. Therefore, i disable it.. (it also use to break boot on the White, when it was searching the eMMC (which doesn't exist on the white) for the default environment..) 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.
