<div dir="ltr">I am using BBB also<div><br></div><div>I have had a look at what you have provided</div><div>are <span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.7999992370605px;white-space:pre">XKYAPP2 and </span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.7999992370605px">xkyboot</span>  your app names?</div><div><br></div><div>Lets say I wanted to boot ticker from tftp server (assume my tftp server has same ip address as yours)</div><div><br></div><div>I have copied</div><div>development/rtems/b-beagle/arm-rtems4.11/c/beagleboneblack/testsuites/samples/ticker/ticker.exe to the root of my tftp server<br></div><div><br></div><div>I am assuming this is entire uEnv.txt What should it look like (I have provided whole of your file here). Thanks</div><div><br></div><div><br></div><pre class="" style="font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;width:984px;color:rgb(51,51,51);line-height:16.7999992370605px"><div class="" id="file-gistfile1-txt-LC1">### BBB : Configuration
</div><div class="" id="file-gistfile1-txt-LC2">ipaddr=192.168.0.202
</div><div class="" id="file-gistfile1-txt-LC3">serverip=192.168.0.2
</div><div class="" id="file-gistfile1-txt-LC4">netmask=255.255.255.0
</div><div class="" id="file-gistfile1-txt-LC5"> 
</div><div class="" id="file-gistfile1-txt-LC6">### XKY-OS : Configuration
</div><div class="" id="file-gistfile1-txt-LC7">baseaddr=0x81000000
</div><div class="" id="file-gistfile1-txt-LC8">application=/XKYAPP2
</div><div class="" id="file-gistfile1-txt-LC9"> 
</div><div class="" id="file-gistfile1-txt-LC10">### Boot BBB from network
</div><div class="" id="file-gistfile1-txt-LC11">nfsargs=setenv bootargs console=${console} root=/dev/nfs nfsroot=${serverip}:${rootpath} rw ip=${ipaddr}:${serverip}:${serverip}:${netmask}::eth0:off
</div><div class="" id="file-gistfile1-txt-LC12">xkyboot=run nfsargs; tftp ${baseaddr} ${application}; bootm ${baseaddr} </div></pre><div><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.7999992370605px">uenvcmd=run xkyboot</span> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 19, 2015 at 6:14 PM, Cláudio Silva <span dir="ltr"><<a href="mailto:claudiodcsilva@gmail.com" target="_blank">claudiodcsilva@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">You should be able to boot RTEMS through TFTP. At least I do it in the BBB, I assume the white version should work as well. You just have to change uboot configuration and setup a tftp server.<div><br></div><div>My current uboot configuration is the following:</div><div><a href="https://gist.github.com/cdcs/76c4dd49c2d574bd68cc" target="_blank">https://gist.github.com/cdcs/76c4dd49c2d574bd68cc</a><br></div><div><div><br></div><div>Cláudio</div><div><br><div class="gmail_quote"><div><div class="h5"><div dir="ltr">On Fri, Jun 19, 2015 at 5:57 AM Chris Johns <<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>> wrote:<br></div></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">On 19/06/2015 1:56 pm, Angelo Fraietta wrote:<br>
> Those links I posted -- do any of them work with RTEMS?<br>
><br>
<br>
I do not know. I have no interested uboot. Maybe someone else knows.<br>
<br>
Chris<br></div></div>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a><br>
</blockquote></div></div></div></div>
</blockquote></div><br></div>