Changes between Version 74 and Version 75 of GSoC/2017


Ignore:
Timestamp:
06/17/17 23:31:46 (7 years ago)
Author:
Denis Obrezkov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2017

    v74 v75  
    124124  * to try to make appropriate linkcmd and start.S files
    125125  * to discuss with Hesham what should be done with interrupt handlers.
     126* June 14: meeting.
     127 * What was done:
     128  * I figured out how interrupts in RISC-V are handled, particularly in my SoC.
     129  * I changed linkcmd file, so, now programs are running and gdb doesn't hang.
     130  * I found out how to run gdb: available gdb doesn't provide continue and until commands, so I have to use stepi command. (remark from 18.06: the continue command works.)
     131  * I found out that RTEMS'es workspace doesn't fit into the space allocated in linkcmd file.
     132 * The current issues:
     133  * implementation of interrupts handling is outdated (Hesham reimplements it)
     134  * RTEMS'es workspace doesn't fit into memory
     135 * Plans for the next week:
     136  * to shrink RTEMS'es workspace and make applications fit into memory
     137  * to write a summary 2-week blog post which will describe how to configure and run RTEMS on top of a HiFive1 board.
    126138
    127139== Tanu Hari Dixit ==