Hi,
I was yet to submit the patch for hello world.
Attaching it here.
On Thu, Mar 26, 2015 at 7:15 PM, Gedare Bloom <[email protected]> wrote:
> Yes this is acceptable, thanks! Please post your patch too.
> -Gedare
>
> On Thu, Mar 26, 2015 at 1:07 AM, Rohini Kulkarni <[email protected]>
> wrote:
> > Hi All,
> >
> > I have chosen Raspberry Pi 2 support as my project. I recently received
> the
> > raspberry pi board, but do not have a console set up yet. I have run the
> the
> > hello world using QEMU for raspberry pi. Can this be accepted as proof? I
> > will get the actual pi running as soon as possible.
> >
> > Please find the attached screenshot.
> >
> > Thanks!
> >
> > --
> > Rohini Kulkarni
> >
> > _______________________________________________
> > devel mailing list
> > [email protected]
> > http://lists.rtems.org/mailman/listinfo/devel
>
--
Rohini Kulkarni
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index d8fe450..4a57c96 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -28,7 +28,9 @@ rtems_task Init(
)
{
rtems_test_begin();
- printf( "Hello World\n" );
+ printf( "\n\n*** HELLO WORLD TEST ***\n" );
+ printf( "Hello this is Rohini Kulkarni\n" );
+ printf( "*** END OF HELLO WORLD TEST ***\n" );
rtems_test_end();
exit( 0 );
}
_______________________________________________
devel mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/devel