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 contribute for RPI 
BSP. Maybe we can share informations, references or ideas to prepare the 
proposal for the three part of work

Cheers! 


On Mar 17, 2015, at 10:56 PM, Yurii Shevtsov unge...@gmail.com wrote:


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( Hello RTEMS\n );
+ printf( This is Yurii's Hello world\n );
+ printf( Have a nice day\n );
rtems_test_end();
exit( 0 );
}

Image: 
http://habrastorage.org/files/ef9/936/a2c/ef9936a2c3134fd89d4f7cf80ec56bc8.png

Working on hello for RPi

2015-03-13 18:19 GMT+02:00 Gedare Bloom ged...@gwu.edu:

On Fri, Mar 13, 2015 at 12:05 PM, Юрий Шевцов unge...@gmail.com 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 somewhere.


___
devel mailing list
devel@rtems.org
 
http://lists.rtems.org/mailman/listinfo/devel
 

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

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?
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


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( Hello RTEMS\n );
+  printf( This is Yurii's Hello world\n );
+  printf( Have a nice day\n );
   rtems_test_end();
   exit( 0 );
 }

Image: 
http://habrastorage.org/files/ef9/936/a2c/ef9936a2c3134fd89d4f7cf80ec56bc8.png

Working on hello for RPi

2015-03-13 18:19 GMT+02:00 Gedare Bloom ged...@gwu.edu:
 On Fri, Mar 13, 2015 at 12:05 PM, Юрий Шевцов unge...@gmail.com 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 somewhere.

 ___
 devel mailing list
 devel@rtems.org
 http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

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/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( Hello RTEMS\n );
 +  printf( This is Yurii's Hello world\n );
 +  printf( Have a nice day\n );
rtems_test_end();
exit( 0 );
  }

 Image: 
 http://habrastorage.org/files/ef9/936/a2c/ef9936a2c3134fd89d4f7cf80ec56bc8.png

 Working on hello for RPi

 2015-03-13 18:19 GMT+02:00 Gedare Bloom ged...@gwu.edu:
 On Fri, Mar 13, 2015 at 12:05 PM, Юрий Шевцов unge...@gmail.com 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 somewhere.

 ___
 devel mailing list
 devel@rtems.org
 http://lists.rtems.org/mailman/listinfo/devel
 ___
 devel mailing list
 devel@rtems.org
 http://lists.rtems.org/mailman/listinfo/devel

-- 
Joel Sherrill, Ph.D. Director of Research  Development
joel.sherr...@oarcorp.comOn-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available(256) 722-9985

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Re: RPi Support GSoC 2015

2015-03-13 Thread Gedare Bloom
On Fri, Mar 13, 2015 at 12:05 PM, Юрий Шевцов unge...@gmail.com 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 somewhere.

 ___
 devel mailing list
 devel@rtems.org
 http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel