On Mon, Jun 29, 2015 at 8:19 AM,  <[email protected]> wrote:
>>
>> 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?

Boards are still being shipped with the May 2014 release.  A box is to
arrive from cco this afternoon, so hopefully I'll get us on the March
2015 release asap..

http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2015-03-01

Regards,


-- 
Robert Nelson
https://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.

Reply via email to