<html><body><div>Hi,<br><br>I've seen that you've compiled the kernel for SPARC, and run the sample with SPARC simulator. Maybe you should try to build the arm cross-compiler, compile the RPI BSP and run it on a arm simulator ( ex: QEMU) or on a RPI board?<br><br>Up to now I've seen you, Rohini and I who are willing to contribute for RPI BSP. Maybe we can share informations, references or ideas to prepare the proposal for the three part of work<br></div><div><br>Cheers!  <br><br></div><div>On Mar 17, 2015, at 10:56 PM, Yurii Shevtsov <ungetch@gmail.com> wrote:<br><br><div><blockquote type="cite"><div class="msg-quote"><div class="_stretch"><span class="body-text-content"><span class="body-text-content">Patch:<br>diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c<br>index d8fe450..8bf3604 100644<br>--- a/testsuites/samples/hello/init.c<br>+++ b/testsuites/samples/hello/init.c<br>@@ -28,7 +28,9 @@ rtems_task Init(<br> )<br> {<br> rtems_test_begin();<br>- printf( "Hello World\n" );<br>+ printf( "Hello RTEMS\n" );<br>+ printf( "This is Yurii's Hello world\n" );<br>+ printf( "Have a nice day\n" );<br> rtems_test_end();<br> exit( 0 );<br> }<br><br>Image: <a href="http://habrastorage.org/files/ef9/936/a2c/ef9936a2c3134fd89d4f7cf80ec56bc8.png" data-mce-href="http://habrastorage.org/files/ef9/936/a2c/ef9936a2c3134fd89d4f7cf80ec56bc8.png">http://habrastorage.org/files/ef9/936/a2c/ef9936a2c3134fd89d4f7cf80ec56bc8.png</a><br><br>Working on hello for RPi<br><br>2015-03-13 18:19 GMT+02:00 Gedare Bloom <<a href="mailto:gedare@gwu.edu" data-mce-href="mailto:gedare@gwu.edu">gedare@gwu.edu</a>>:<br></span></span><blockquote class="quoted-plain-text" type="cite">On Fri, Mar 13, 2015 at 12:05 PM, Юрий Шевцов <<a href="mailto:ungetch@gmail.com" data-mce-href="mailto:ungetch@gmail.com">ungetch@gmail.com</a>> wrote:</blockquote><blockquote class="quoted-plain-text" type="cite"><blockquote class="quoted-plain-text" type="cite">Am I right that completing Hello is just change and somehow submit lines in</blockquote></blockquote><blockquote class="quoted-plain-text" type="cite"><blockquote class="quoted-plain-text" type="cite">samples/hello/init.c ? And how can I submit the proof, of course?)</blockquote></blockquote><blockquote class="quoted-plain-text" type="cite"><blockquote class="quoted-plain-text" type="cite"><br></blockquote></blockquote><blockquote class="quoted-plain-text" type="cite">Correct. You can send an email here with patch attached and a link to</blockquote><blockquote class="quoted-plain-text" type="cite">a screenshot posted somewhere.</blockquote><blockquote class="quoted-plain-text" type="cite"><br></blockquote><blockquote class="quoted-plain-text" type="cite"><blockquote class="quoted-plain-text" type="cite">_______________________________________________</blockquote></blockquote><blockquote class="quoted-plain-text" type="cite"><blockquote class="quoted-plain-text" type="cite">devel mailing list</blockquote></blockquote><blockquote class="quoted-plain-text" type="cite"><blockquote class="quoted-plain-text" type="cite"><a href="mailto:devel@rtems.org" data-mce-href="mailto:devel@rtems.org">devel@rtems.org</a><div style="width:0px; height:0px;"> </div></blockquote></blockquote><blockquote class="quoted-plain-text" type="cite"><blockquote class="quoted-plain-text" type="cite"><a href="http://lists.rtems.org/mailman/listinfo/devel" data-mce-href="http://lists.rtems.org/mailman/listinfo/devel">http://lists.rtems.org/mailman/listinfo/devel</a><div style="width:0px; height:0px;"> </div></blockquote></blockquote><span class="body-text-content">_______________________________________________<br>devel mailing list<br><a href="mailto:devel@rtems.org" data-mce-href="mailto:devel@rtems.org">devel@rtems.org</a><br><a href="http://lists.rtems.org/mailman/listinfo/devel" data-mce-href="http://lists.rtems.org/mailman/listinfo/devel">http://lists.rtems.org/mailman/listinfo/devel</a></span></div></div></blockquote></div></div></body></html>