[GSoC] Porting RTEMS to OpenRISC - Status Report 25062014

2014-06-25 Thread Hesham Moustafa
Hi, I have updated my blog with series of posts providing information about the progress of the project, and other tutorials describing how to build rtems-or1k toolchain, RTEMS kernel and how to run/debug RTEMS from or1ksim/gdb. If you are interested in the project, you may want to have a look at

Rtems-test with qemu integration for pc386

2014-06-25 Thread Krzysztof Mięsowicz
Hi, I am currently working on rtems-test integration with qemu (especially couverture-qemu) for pc386 BSP. Up to now pc386 used two approaches: 1. It used pc386_fda floppy image which boots test.exe from the same directory tree: qemu/ hd/ pc386_fda test.exe install/

Re: Rtems-test with qemu integration for pc386

2014-06-25 Thread Krzysztof Mięsowicz
Hi again and sorry for spam. Soon after writing mail to you I found the solution (at least I think so :-D ). I created rtems-boot.img using script from http://www.rtems.org/wiki/index.php/Building_Grub . I wrote grub.cfg with following lines: serial --unit=0 --speed=115200 set root='hd1,msdos1' t

Re: Rtems-test with qemu integration for pc386

2014-06-25 Thread Chris Johns
On 26/06/2014 5:56 am, Krzysztof Mięsowicz wrote: Hi again and sorry for spam. Soon after writing mail to you I found the solution (at least I think so :-D ). Thanks for posting the solution. The pc is the only qemu bsp I know of with a boot loader making it more complex. I created rtems-b

Re: Rtems-test with qemu integration for pc386

2014-06-25 Thread Joel Sherrill
On 6/25/2014 5:48 PM, Chris Johns wrote: > On 26/06/2014 5:56 am, Krzysztof Mięsowicz wrote: >> Hi again and sorry for spam. Soon after writing mail to you I found the >> solution (at least I think so :-D ). > Thanks for posting the solution. The pc is the only qemu bsp I know of > with a boot lo