[PATCH] Hello World

Gedare Bloom gedare at rtems.org
Mon Mar 9 15:37:24 UTC 2020


Hi John,

Thanks. Regarding BeagleBone Black (BBB) you should demonstrate that
you can run RTEMS on the BBB during your proposal prep phase. You will
need to dig to find out what remains to be done in this space. That
said, there is a student with a proposal to advance Flattened Device
Tree support so you would want to avoid that area. It's not clear to
me what else remains to be done that is sufficiently interesting. I'd
like to see if we can support the BBB with RTEMS "legacy" network
stack and lwIP, then it could be a handy board for us as a project to
use to test the networking infrastructure. This is related to
https://devel.rtems.org/ticket/3850

BBB is also a candidate for Controller Area Network (CAN) support (pun
intended). Although we don't have active open project descriptions,
that could be an area for expanding peripheral and library support. It
does require some additional hardware to actually do any testing
though. One can start with Qemu-emulated CAN support, which was added
by a previous RTEMS GSoC student project.

Gedare

On Sun, Mar 8, 2020 at 11:30 AM John kongtcheu <johnkongtcheu at gmail.com> wrote:
>
>
>
> ---------- Forwarded message ---------
> From: John kongtcheu <johnkongtcheu at gmail.com>
> Date: Sun, Feb 23, 2020 at 7:19 PM
> Subject: Fwd: [PATCH] Hello World
> To:
> Cc: <devel at rtems.org>
>
>
>
> ---------- Forwarded message ---------
> From: John kongtcheu <johnkongtcheu at gmail.com>
> Date: Sun, Feb 23, 2020, 6:53 PM
> Subject: Re: [PATCH] Hello World
> To: Gedare Bloom <gedare at rtems.org>, <joel at rtems.org>, <chrisj at rtems.org>
>
>
> Hello Gedare
> I'm currently interested in the beagleboard black bsp project as of now. I'm interested in working with the peripherals regarding it.
> Thank you,
>
> On Sun, Feb 23, 2020 at 6:31 PM Gedare Bloom <gedare at rtems.org> wrote:
>>
>> Hi John,
>>
>> Thank you. If you're planning to apply for GSoC as a student, please
>> also send me by email your screenshot, CC to joel at rtems.org and
>> chrisj at rtems.org
>>
>> Begin to look through the Open Projects for what kinds of projects
>> might interest you, and ask questions here about whether/which
>> projects might be good for you to work on an application.
>>
>> Gedare
>>
>> On Sun, Feb 23, 2020 at 4:20 PM John Kongtcheu <johnkongtcheu at gmail.com> wrote:
>> >
>> > ---
>> >  testsuites/samples/hello/init.c | 2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
>> > index 34ded37c55..13aa377d95 100644
>> > --- a/testsuites/samples/hello/init.c
>> > +++ b/testsuites/samples/hello/init.c
>> > @@ -22,7 +22,7 @@ static rtems_task Init(
>> >  {
>> >    rtems_print_printer_fprintf_putc(&rtems_test_printer);
>> >    TEST_BEGIN();
>> > -  printf( "Hello World\n" );
>> > +  printf( "This is John Kongtcheu's Hello World \n Welcome to RTEMS and Google Summer of Code 2020" );
>> >    TEST_END();
>> >    rtems_test_exit( 0 );
>> >  }
>> > --
>> > 2.17.1
>> >
>> > _______________________________________________
>> > devel mailing list
>> > devel at rtems.org
>> > http://lists.rtems.org/mailman/listinfo/devel
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list