OK - status:
1) Compile - Good
2) flash new MLO and u-boot.img - Good
3) to check who booted i changed the hostnames on the eMMC (GEMMX) and SD 
cards (GEMM3)
4) cycle power with SD inserted gives GEMMX (SD card)
5) cycle power and remove SD card gives GEMM3 (eMMC)

Here's a scrape from the am335x_evm.h file"

#define BOOTENV_DEV_NAND(devtypeu, devtypel, instance) \
"bootcmd_" #devtypel "=" \
"run nandboot\0"

#define BOOTENV_DEV_NAME_NAND(devtypeu, devtypel, instance) \
#devtypel #instance " "

#define BOOT_TARGET_DEVICES(func) \
func(LEGACY_MMC, legacy_mmc, 0) \
func(MMC, mmc, 1) \
func(LEGACY_MMC, legacy_mmc, 1) \
func(NAND, nand, 0) \
func(PXE, pxe, na) \
func(DHCP, dhcp, na)

#define CONFIG_BOOTCOMMAND \
"run findfdt; " \
"run distro_bootcmd"

I simply deleted the line 87 - that's what I assumed you meant by remove 
"mmc 0". Do I need to blow away the legacy entry as well?

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/13117bcc-5e82-4f4b-9c83-c30d07127bb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to