For more options, visit https://groups.google.com/d/optout.
I actually had some success by removing the MLO file from the eMMC. I wish I didn't have to do this however.
Out of the box rev B and A6A both boot correctly, I wonder what brought upon the change for C?
> You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/ajLAHk3-S60/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/ajLAHk3-S60/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
uenvcmd=load mmc 0:1 0x82000000 /boot/uImage; load mmc 0:1 0x88000000 /boot/am335x-boneblack.dtb; bootm 0x82000000
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/ajLAHk3-S60/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/ajLAHk3-S60/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
mmcroot=/dev/mmcblk0p2 rwmmcrootfstype=ext4 rootwait fixrtcconsole=ttyO0,115200n8kernel_file=uImageloadaddr=0x82000000fdtaddr=0x88000000loadkernel=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${kernel_file}loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdtaddr} /boot/am335x-boneblack.dtbloadfiles=run loadkernel; run loadfdtmmcargs=setenv bootargs console=tty0 console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype}uenvcmd=run loadfiles; run mmcargs; bootm ${loadaddr} - ${fdtaddr}