RPi Support GSoC 2015

2015-03-13 Thread Юрий Шевцов
Hello there! I would like to participate in GSoC with RTEMS Project. As for now I'm considering to improve RPi support. Project's page says that some progress has done. Where can I found this code and some examples for other boards maybe. I have lurked RTEMS git repo a little but haven't found any

RPi Support GSoC 2015

2015-03-18 Thread QIAO YANG
I've written a draft for implementing Frambuffer, HDMI console support and port graphic library tool kits for rpi. Since I know little about the status of graphics tool kit at the moment and it would take some time for me to understand , I wonder what could be challenging for this part or coul

Re: RPi Support GSoC 2015

2015-03-13 Thread Юрий Шевцов
Am I right that completing Hello is just change and somehow submit lines in samples/hello/init.c ? And how can I submit the proof, of course?) ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: RPi Support GSoC 2015

2015-03-13 Thread Gedare Bloom
Hi, RPi is a good open project. The BSP is in c/src/lib/libbsp/arm/raspberrypi I think the prior gsoc effort has some links/pointers in it. You will need to have the board and prove you can build RTEMS for it and run it. Gedare On Fri, Mar 13, 2015 at 11:43 AM, Юрий Шевцов wrote: > Hello there

Re: RPi Support GSoC 2015

2015-03-13 Thread Gedare Bloom
On Fri, Mar 13, 2015 at 12:05 PM, Юрий Шевцов wrote: > Am I right that completing Hello is just change and somehow submit lines in > samples/hello/init.c ? And how can I submit the proof, of course?) > Correct. You can send an email here with patch attached and a link to a screenshot posted somewh

Re: RPi Support GSoC 2015

2015-03-17 Thread Yurii Shevtsov
Patch: diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index d8fe450..8bf3604 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( "H

Re: RPi Support GSoC 2015

2015-03-17 Thread Joel Sherrill
Looks good. Time to update your entry in the table at https://devel.rtems.org/wiki/GSoC/2015 and apply to Google at http://www.google-melange.com/gsoc/homepage/google/gsoc2015 Plus work on the proposal for us. :) -joel On 3/17/2015 9:56 AM, Yurii Shevtsov wrote: > Patch: > diff --git a/testsuite

Re: RPi Support GSoC 2015

2015-03-17 Thread QIAO YANG
Hi, 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? Up to now I've seen you, Rohini and I who are willing to cont

Re: RPi Support GSoC 2015

2015-03-17 Thread Yurii Shevtsov
Hi) Right now arm cross-compiler is being compiled. And of course I will test Hello on actual RPi board. I would like to work with USB part of task as I mentioned here https://lists.rtems.org/pipermail/devel/2015-March/010462.html Which part would yo like to take? __

Re: RPi Support GSoC 2015

2015-03-17 Thread André Marques
On 17-03-2015 15:15, QIAO YANG wrote: Hi, 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? Up to now I've seen