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

Changes between Version 63 and Version 64 of GSoC/2017


Ignore:
Timestamp:
06/08/17 11:20:52 (7 years ago)
Author:
Denis Obrezkov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2017

    v63 v64  
    4848||Nikolay Komashinskiy || nikokoma || [https://devel.rtems.org/wiki/GSoC/2017/TMS570_BSP_improvements  Wiki] || [https://github.com/nikokoma/tms570_bsp_improvements Github] || [http://rtosandyou.blogspot.ru/ Blog] || TBA
    4949||Aditya Upadhyay || adityau || [https://devel.rtems.org/wiki/GSoC/2017/POSIX_Compliance  Wiki] || [https://github.com/aadit0402/ Github] || [https://wordpress.com/stats/day/adityaposixcompliance.wordpress.com/ Blog] || TBA
    50 ||Denis Obrezkov || embden || [https://devel.rtems.org/wiki/GSoC/2017/RTEMS_for_HiFive1  Wiki] || [https://github.com/embeddedden/rtems_hifive1 Github] || [https://embeddedden.blogspot.com/ Blog] || [https://calendar.google.com/calendar/embed?src=dpqrum4g9lchd9rsuieumit1so%40group.calendar.google.com&ctz=Europe/Moscow Project Timeline]
     50||Denis Obrezkov || embden || [https://devel.rtems.org/wiki/GSoC/2017/RTEMS_for_HiFive1  Wiki] || [https://github.com/embeddedden/rtems-riscv Github] || [https://embeddedden.blogspot.com/ Blog] || [https://calendar.google.com/calendar/embed?src=dpqrum4g9lchd9rsuieumit1so%40group.calendar.google.com&ctz=Europe/Moscow Project Timeline]
    5151||Spencer Goodwin || spencergoodwin || [https://devel.rtems.org/ticket/3028#ticket Wiki] || [https://github.com/Spencer-Goodwin/RTEMS Github] || TBA || TBA
    5252
     
    108108  * to figure out, what should be done in order to make RTEMS run on HiFive1 board
    109109  * if I have time, I will also start trying to launch RTEMS BSP on top of the board and check that Peripheral is working.
     110* June 7: meeting.
     111 * What was done:
     112  * I made RTEMS riscv-generic BSP compile and pushed my changes to Hesham's repository.
     113  * I created a branch in my local repository, where I am trying to build rtems bsp for HiFive1
     114  * I created ticker application, loaded it through openocd and gdb, and can step through it (not far though)
     115  * The blog post will be written about this
     116 * The current issues:
     117  * it is needed to create a working linkcmd and start.S files. Gdb hangs after a long jump instruction.
     118 * Plans for the next week:
     119  * to encourage the HiFive1 community to help with problem solving
     120  * to try to make appropriate linkcmd and start.S files
     121  * to discuss with Hesham what should be done with interrupt handlers.
    110122
    111123== Tanu Hari Dixit ==