Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 71 and Version 72 of GSoC/2016


Ignore:
Timestamp:
07/27/16 14:47:45 (8 years ago)
Author:
Wonjun Hwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2016

    v71 v72  
    101101* July 13: I am in same situation about load problem. I have studied a jailhouse paper, documents and source codes. I have tried to load at various address and discussed with Jan. I will ask jailhouse paper author to give a advice.
    102102
     103* July 20: I make a new git repository for my project. I committed patches Jan sent. There are lots of differences between rtems Jan worked and master. So I need to divide a patch issues into multiple parts.
     104
     105* July 20: I start rtems as cell on jailhouse without any errors. but I get no outputs too. So I should check whether it is working or not. patches are involved with various parts like networking, pci, ioapic etc. So I need to make simpler to execute rtems Jan sent on pc.
     106
     107
    103108== Mudit Jain ==
    104109* May 25 : My first deliverable is to provide SD card support for the RPi BSP. The code has already been ported to rtems-libbsd, however it has to be tailored to RPi by adding the quirks and logics unique to the SD host controller on RPi.I have cherry picked two commits from Andre's branch and I have built rtems-libbsd using waf. I had initial errors of redefinition however they were resolved.I would be going through the present implementation of the driver in FreeBSD using the FreeBSD documentation to learn/understand what are the different APIs that are used in the driver, how it interacts with SD host controllers, and the general driver interface that is provided to the user.