I'm building u-boot according to the instructions in "4AI.1.7_OMAP4_Icecream_Sandwich_Release_Notes".
git clone git://git.omapzoom.org/repo/u-boot.git u-boot cd u-boot git checkout 83ec135fba56de2567f93a0b79128f0316470338
make distclean make ARCH=arm omap44XXtablet_config (for Blaze_Tablet) make ARCH=arm omap4430sdp_config (for Blaze) make 2>&1 |tee ${MYDROID}/logs/u-boot_make.out
When built with this configuration saving the u-boot environment variables to eMMC is disabled. Is there an issue that requires this to be disabled? I'd like to reenable this capability for use with a Blaze running Android.
Are there any eMMC partitioning requirements to support this?
Thanks,
Chris Rhodin