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

Changes between Version 2 and Version 3 of GSoC/2015/RaspberryPi2Support


Ignore:
Timestamp:
08/20/15 20:47:56 (9 years ago)
Author:
Rohini Kulkarni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2015/RaspberryPi2Support

    v2 v3  
    1515
    1616= Getting Started =
    17 * Raspberry Pi 2 board is required.
     17* Raspberry Pi 2 board will be required.
    1818* Compile the source for bsp=raspberrypi2
    1919* It helps to run the simple "hello world" first. Next try running the RTEMS Kernel Image(RKI) and then the benchmarks included there.
     
    2121 
    2222= Implementing correct cache configurations =
    23 Identified that caches were disabled, which is default state after reset.
     23This includes:
    2424* Enable caches with CP15
    2525* Correct routines to setup mmu/cache 
    26 * Implement cache coherency support
    2726* Test performance improvements with benchmarks(from the RKI package)
    2827
    2928= Enable and test SMP environment =
     29As part of this the following needs to be done:
    3030* Adding the necessary BSP hooks
    3131* Interprocessor interrupts to wake the other three cores
     
    3434
    3535= References =
     36Detailed work can be view at this [http://rohiniwithrpi2.blogspot.in/p/blog-page_3.html Blog]