Re: [GSoC 2020] : BSP Buildset for EPICS (next steps)

2020-08-12 Thread Gedare Bloom
On Wed, Aug 12, 2020 at 9:20 AM Mritunjay Sharma wrote: > > Thank you so much Heinz and Gedare for the suggestion of using sed instead of > patches. > > The good news is that I worked with them and EPICS 7 was built successfully > for "xilinx_zynq_a9_qemu" using RSB recipe. > > The changes I

Re: [GSoC 2020] : BSP Buildset for EPICS (next steps)

2020-08-12 Thread Mritunjay Sharma
Thank you so much Heinz and Gedare for the suggestion of using sed instead of patches. The good news is that I worked with them and EPICS 7 was built successfully for "xilinx_zynq_a9_qemu" using RSB recipe. The changes I made were as follows: ```diff --git a/source-builder/config/epics-7-1.cfg

Re: [GSoC 2020] : BSP Buildset for EPICS (next steps)

2020-08-12 Thread Gedare Bloom
On Wed, Aug 12, 2020 at 1:58 AM Heinz Junkes wrote: > > I think you should not make a patch for these two changes but a > simple replacement with e.g. sed. > > like > > sed -i ’s/^RTEMS_BASE/RTEMS_BASE = > \/home\/mritunjay\/development\/rtems/\$\(RTEMS_VERSION\)-arm\/g’ >

Re: [GSoC 2020] : BSP Buildset for EPICS (next steps)

2020-08-12 Thread Heinz Junkes
I think you should not make a patch for these two changes but a simple replacement with e.g. sed. like sed -i ’s/^RTEMS_BASE/RTEMS_BASE = \/home\/mritunjay\/development\/rtems/\$\(RTEMS_VERSION\)-arm\/g’ configure/os/CONFIG_SITE.Common.RTEMS oder so ;-) Viele Grüße Heinz Junkes --

Re: [GSoC 2020] : BSP Buildset for EPICS (next steps)

2020-08-10 Thread junkes
Hello Mritunjay, I have now finished an EPICS variant that works with libbsd so far. DHCP and NFS work. NTP I added a primitive reader. This is sufficient for testing. You can find the development here: https://gitlab.fhi.mpg.de/junkes/epics-base.git It's not perfect yet. The adaptation

Re: [GSoC 2020] : BSP Buildset for EPICS (next steps)

2020-08-08 Thread Mritunjay Sharma
On Sat, Aug 8, 2020 at 11:10 PM Gedare Bloom wrote: > On Sat, Aug 8, 2020 at 11:08 AM Mritunjay Sharma > wrote: > > > > > > > > On Sat, Aug 8, 2020 at 9:46 PM Heinz Junkes > wrote: > >> > >> Hallo Mritunjay, > >> everything looks pretty good. I'm commenting on the text. I also send > this mail

Re: [GSoC 2020] : BSP Buildset for EPICS (next steps)

2020-08-08 Thread Gedare Bloom
On Sat, Aug 8, 2020 at 11:08 AM Mritunjay Sharma wrote: > > > > On Sat, Aug 8, 2020 at 9:46 PM Heinz Junkes wrote: >> >> Hallo Mritunjay, >> everything looks pretty good. I'm commenting on the text. I also send this >> mail >> to two EPICS experts (Andrew Johnson and Michael Davidsaver). Maybe

Re: [GSoC 2020] : BSP Buildset for EPICS (next steps)

2020-08-08 Thread Mritunjay Sharma
On Sat, Aug 8, 2020 at 9:46 PM Heinz Junkes wrote: > Hallo Mritunjay, > everything looks pretty good. I'm commenting on the text. I also send this > mail > to two EPICS experts (Andrew Johnson and Michael Davidsaver). Maybe they > also have some ideas. > Thank you so much Heinz! It will be

Re: [GSoC 2020] : BSP Buildset for EPICS (next steps)

2020-08-08 Thread Heinz Junkes
Hallo Mritunjay, everything looks pretty good. I'm commenting on the text. I also send this mail to two EPICS experts (Andrew Johnson and Michael Davidsaver). Maybe they also have some ideas. > > Current Status: > > 1) Successfully built EPICS7 with RTEMS5 by hand for pc-386 > 2) Worked for

[GSoC 2020] : BSP Buildset for EPICS (next steps)

2020-08-07 Thread Mritunjay Sharma
First of all apologies for a little delayed email. The classes have resumed just the day after that 72 hours Hackathon and it became a lot hectic. Finally, I am a little better synchronised now and hoping to catch up pace. Before telling about my research work, let me share with you about the