<div dir="ltr">Oliver, But, where can I find the entire source tree for files such as mentioned in your snippet below? like: <span style="color:rgb(0,0,0)">include/configs/am335x_evm.h. Something like a git tree of all the source code, including this boot systems (either grub or uboot)</span><div><span style="color:rgb(0,0,0)"><br></span></div><div><span style="color:rgb(0,0,0)">_Swami</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 12, 2016 at 8:39 AM, Oliver Grawert <span dir="ltr"><<a href="mailto:ogra@ubuntu.com" target="_blank">ogra@ubuntu.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Am Dienstag, den 12.04.2016, 21:59 +0800 schrieb 焦冶:<br>
> Dear all,<br>
><br>
> I have a similar question. I want to flash Snappy Ubuntu to my Beaglebone's internal eMMC, but the uboot in the bbb image seems hard coded where to search for uboot.env file to mmc 0. I want to know where to find the modified source of uboot for Snappy Ubuntu but I found nothing on the Internet. Anyone has a clue?<br>
<br>
</span>that hardcoded path is a hard requirement, you can not change it without<br>
breaking snappy itself (the rollback code uses fw_setenv which requires<br>
fixed values to change the bootloader variables inside the environment<br>
blob file)<br>
<br>
we use the <a href="http://denx.de" rel="noreferrer" target="_blank">denx.de</a> upstream tree with a few config changes like in<br>
<a href="http://paste.ubuntu.com/15793824/" rel="noreferrer" target="_blank">http://paste.ubuntu.com/15793824/</a><br>
<br>
the rest of the source for the gadget snaps can be found at [1]<br>
<br>
ciao<br>
        oli<br>
<br>
[1]<br>
<a href="http://bazaar.launchpad.net/~snappy-dev/snappy-hub/snappy-systems/files" rel="noreferrer" target="_blank">http://bazaar.launchpad.net/~snappy-dev/snappy-hub/snappy-systems/files</a><br>
<br>--<br>
snappy-devel mailing list<br>
<a href="mailto:snappy-devel@lists.ubuntu.com">snappy-devel@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/snappy-devel" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/snappy-devel</a><br>
<br></blockquote></div><br></div>