<div dir="ltr"><div>Does not boot. </div><div>I have u-boot on the SD card. I know it is being called because if I disconnect the ethernet, it freezes and does not boot. If I remove SDcard and remove ethernet, it boots normally</div><div>I have tftp on 192.168.0.25</div><div><br></div><div>My configuration is exactly this</div><div><br></div><div><div>### BBB : Configuration</div><div>ipaddr=192.168.0.53</div><div>serverip=192.168.0.25</div><div>netmask=255.255.255.0</div><div> </div><div>### XKY-OS : Configuration</div><div>baseaddr=0x81000000</div><div>application=/TICKER</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><div>uenvcmd=run xkyboot</div></div><div><br></div><div><br></div><div>I have copied ticker.exe to root folder<br></div><div>I tried </div><div>application=/TICKER</div><div>application=/ticker.exe<br></div><div>application=/TICKER.EXE<br></div><div><br></div><div>Just boots into normal regardless of what I do (except removing ethernet with SDCard in). Looking at U-boot in display looks the same as though three was no SDcard. How can I freeze screen to read what it all says?</div><div><br></div>I tested my tftp server like this<div><a href="http://www.gunnalag.com/2013/08/05/how-to-test-tftp-server-from-a-client-system-in-windows/">http://www.gunnalag.com/2013/08/05/how-to-test-tftp-server-from-a-client-system-in-windows/</a><br></div><div><br></div><div>I did </div><div>tftp -i 1923.168.0.25 get ticker.exe</div><div><br></div><div>And it worked fine</div><div><br></div><div>So if I am using ticker.exe, what should application=/TICKER be? Is it case sensitive? Does it need .exe at the end? Am I supposed to be using ticker.exe?</div><div>Can someone send me an exe that does load in BBB so I can see if it is that loads.</div><div><br></div><div><br></div><div>Also, I followed tutorial for installing U-boot on an SDCard which boots linux from SDCard and that works</div><div><br></div><div><p class="MsoNormal"><span lang="EN-US"><a href="http://www.armhf.com/boards/beaglebone-black/bbb-sd-install/">http://www.armhf.com/boards/beaglebone-black/bbb-sd-install/</a></span></p><p class="MsoNormal"><span lang="EN-US"><br></span></p><p class="MsoNormal"><span lang="EN-US">Any suggestions would be great</span></p><p class="MsoNormal"><span lang="EN-US"><br></span></p></div><div>Thanks</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 22, 2015 at 6:39 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">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><span class="HOEnZb"><font color="#888888"><div>Cláudio</div></font></span><div><div class="h5"><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" target="_blank">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></div></div>
</blockquote></div><br></div>