On Mon, Oct 27, 2014 at 1:13 PM, <[email protected]> wrote: > Hi, > > I'm currently having this issue of a Rev C board no longer booting my SD > image created for a Rev B board. Could you give an example of what I should > add to the uEnv.txt file to get it to boot properly?
It's looking for a file named "uEnv.txt" with a variable call "uenvcmd" set.. uenvcmd=load mmc 0:1 /boot/zImage 0x.... ; load mmc 0:1 /boot/am335x-boneblack.dtb 0xxyz... ; bootz 0x - 0xxxyz Regards, -- Robert Nelson http://www.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.
