<div dir="ltr">Hello, I am Pratik Singhal 3rd year undergraduate student studying Computer Science in India. <div>I am interested in working with RTEMS on improving support for Raspberry Pi boards as a part of Google summer of code 2016 project. </div><div><br></div><div>I have previously worked for FreeBSD  as a part of Google summer of Code 2015 and had improved support for Cubieboard (Allwinner A10 board). You can get more details about the project here  (<a href="https://wiki.freebsd.org/SummerOfCode2015/CubieBoardSupport">https://wiki.freebsd.org/SummerOfCode2015/CubieBoardSupport</a>) </div><div><br></div><div>I have completed the Getting Started part mentioned here </div><div><a href="https://devel.rtems.org/wiki/GSoC/GettingStarted">https://devel.rtems.org/wiki/GSoC/GettingStarted</a> </div><div>I am attaching a screenshot and a patch for the same in this mail. Is there any other test I need to do before applying for Google summer of code ? <div id="gmail_ghe76bfz9ltt" style="display:inline-block"></div></div><div><br></div><div>While following the instructions to build rtems, mentioned here <a href="https://devel.rtems.org/wiki/TBR/UserManual/Quick_Start">https://devel.rtems.org/wiki/TBR/UserManual/Quick_Start</a> , I stumbled upon a problem during the "make" step, regarding the compiler unable to find <sys/select.h> file, which I have corrected by building using RSB 4.12 instead of RSB 4.11 . </div><div><br></div><div>Can someone please provide information about the current support level for Raspberry Pi boards ? </div><div><br></div><div><div>diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c</div><div>index d8fe450..738418b 100644</div><div>--- a/testsuites/samples/hello/init.c</div><div>+++ b/testsuites/samples/hello/init.c</div><div>@@ -21,14 +21,14 @@</div><div> /* forward declarations to avoid warnings */</div><div> rtems_task Init(rtems_task_argument argument);</div><div> </div><div>-const char rtems_test_name[] = "HELLO WORLD";</div><div>+const char rtems_test_name[] = "GSOC Hello World test";</div><div> </div><div> rtems_task Init(</div><div>   rtems_task_argument ignored</div><div> )</div><div> {</div><div>   rtems_test_begin();</div><div>-  printf( "Hello World\n" );</div><div>+  printf( "This is Pratik Singhal's hello world test\n Welcome to Google summer of code 2016\n" );</div><div>   rtems_test_end();</div><div>   exit( 0 );</div><div> }</div></div><div><br></div><div><br></div><div><div class="gmail_signature"><div dir="ltr"><div>Regards,<br></div>Pratik Singhal<br></div></div>
</div></div>