> 
> if (sdcard)
>    if ((partition 1)/uEnv.txt && uenvcmd != "")
>       run uenvccmd (aka old eMMC mode..)
>    fi
>    if ((partition 1) /boot.scr)
>       run boot.scr
>    fi
>    if ((partition 1) /boot/boot.scr)
>       run /boot/boot.scr
>    fi
> 
>    for ( 1 -> 7)
>    if ((partition x) /boot/uEnv.txt && uname_r != NULL)
>      uname_boot
>    fi
> else if (eMMC)
>    if ((partition 1)/uEnv.txt && uenvcmd != "")
>       run uenvccmd (aka old eMMC mode..)
>    fi
>    if ((partition 1) /boot.scr)
>       run boot.scr
>    fi
>    if ((partition 1) /boot/boot.scr)
>       run /boot/boot.scr
>    fi
> 
>    for ( 1 -> 7)
>    if ((partition x) /boot/uEnv.txt && uname_r != NULL)
>      uname_boot
>    fi
> else
>    u-boot ums mode... (eMMC is shared as /dev/sdX on pc over usb) fi

I obviously should have put more effort into the question :) Thx++ for the 
detailed reply.

> the "only" reason it's fat16, is for windows users to copy files from the 
> 100Mb
> "fat" partition.  Right now it serves "no" other purpose..

Right. 

One more point of order then: With which distro/version are the latest boards 
being shipped? 

Thanks again Robert.





-- 
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.

Reply via email to