<div dir="ltr">Hi Angelo,<div><br></div><div>xkyboot is just a command name that is executed by uenvcmd; you can name whatever you want. "XKYAPP2" is the executable name. It should placed on the tftp server's root, or otherwise you need to provide the full path to it. </div><div>Is your tftp server working correctly? Try to test from a tftp client on Linux.</div><div><br></div><div>Best Regards, </div><div>Cláudio</div><br><div class="gmail_quote"><div dir="ltr">On Mon, Jun 22, 2015 at 6:51 AM Angelo Fraietta <<a href="mailto:newsgroups@smartcontroller.com.au">newsgroups@smartcontroller.com.au</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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-wrap">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 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>### BBB : Configuration
</div><div>ipaddr=192.168.0.202
</div><div>serverip=192.168.0.2
</div><div>netmask=255.255.255.0
</div><div> 
</div><div>### XKY-OS : Configuration
</div><div>baseaddr=0x81000000
</div><div>application=/XKYAPP2
</div><div> 
</div><div>### Boot BBB from network
</div><div>nfsargs=setenv bootargs console=${console} root=/dev/nfs nfsroot=${serverip}:${rootpath} rw ip=${ipaddr}:${serverip}:${serverip}:${netmask}::eth0:off
</div><div>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><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>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>
</blockquote></div></div>