Re: Issue with 'rtems_shell_wait_for_input' function

2017-04-19 Thread vivek kukreja
ts. If you have any idea about this error, please suggest any docs to help solve it until Sebastian is away. Thank you. Regards, Vivek On Apr 19, 2017 6:03 AM, "Chris Johns" wrote: > On 18/04/2017 20:12, vivek kukreja wrote: > >> Hello Sebastian, all, >> >> Sir

Re: Issue with 'rtems_shell_wait_for_input' function

2017-04-18 Thread vivek kukreja
f uart for xilinx and your recent commits to solve this issue. I'm also studying the new Termios driver and it would be helpful if you can refer some approach or other guidelines for this exercise. Regards, Vivek On Tue, Mar 7, 2017 at 8:21 PM, Sebastian Huber wrote: > On 03/03/17 23:50, v

Re: Queries regarding Tracing related bugs and GSoC 2017

2017-03-30 Thread vivek kukreja
at 9:13 PM, Gedare Bloom wrote: > On Sun, Mar 19, 2017 at 11:23 AM, vivek kukreja > wrote: >> Hello developers, >> >> I have worked on CTF tracing last year under GSoC. I was working on my >> previous deliverables and i noticed there are some bugs in the current >>

Queries regarding Tracing related bugs and GSoC 2017

2017-03-19 Thread vivek kukreja
Hello developers, I have worked on CTF tracing last year under GSoC. I was working on my previous deliverables and i noticed there are some bugs in the current capture and function tracing examples on qemu for arm/xilinx_zynq_a9, related to recent updates made to TCB and termios implementation. I'

Error in Trace buffering related to TCB struct upgrade

2017-03-11 Thread vivek kukreja
Hello developers, I am working on trace buffering, referring: https://devel.rtems.org/wiki/Developer/Tracing/Trace_Buffering I compiled the fileio example as instructed but trace linker(rtems-tld) throws a wrapper compilation error related to struct Thread_Control. The TCB struct implementation w

Issue with 'rtems_shell_wait_for_input' function

2017-03-03 Thread vivek kukreja
Hello all, I made few changes to the fileio test to run NFS using libbsd. The test compiles and when i run it on qemu NFS is initialised. The test starts with the 'rtems_shell_wait_for_input' function which returns RTEMS_UNSATISFIED so the test quits as soon as it begins. I read this means the

Re: Problem configuring ethernet interface for NFS in rtems-libbsd

2017-02-28 Thread vivek kukreja
Hello Sebastian, I figured out my error. I was using a smaller stack size until last year so the nfs client hung up on initialising. I reset some config values and its working now. Thank you for your help. Regards, Vivek > On 14-Feb-2017, at 19:18, vivek kukreja wrote: > > Hello

Re: Problem configuring ethernet interface for NFS in rtems-libbsd

2017-02-14 Thread vivek kukreja
is and thank you for helping. Regards, Vivek On Tue, Feb 14, 2017 at 3:51 PM, Sebastian Huber wrote: > > > On 14/02/17 11:10, vivek kukreja wrote: >> >> Hello developers, >> >> I'm working on transporting application traces to host using the >> libbsd etherne

Problem configuring ethernet interface for NFS in rtems-libbsd

2017-02-14 Thread vivek kukreja
Hello developers, I'm working on transporting application traces to host using the libbsd ethernet driver. I have compiled an app for arm/xilinx_zynq_a9_qemu and used the rtems bsd commands to setup NFS in the app. This example used to work until last year but the implementation of the function 'r

Re: Problem while linking rtems-libbsd with application

2017-02-13 Thread vivek kukreja
> On 13-Feb-2017, at 12:36, vivek kukreja wrote: > > Hello Chris, > > I have tried compiling the app with -lm flag but to no avail. I think the > rtems-libbsd waf build process has to be modified a bit to link sfp.c using > the -lm flag. I tried altering the libbsd wa

Re: Problem while linking rtems-libbsd with application

2017-02-12 Thread vivek kukreja
is greatly appreciated. :) Regards, Vivek > On 09-Feb-2017, at 07:54, Chris Johns wrote: > >> On 09/02/2017 09:54, vivek kukreja wrote: >> Hello all, > > Hello and welcome back to RTEMS. > >> >> I have setup rtems for arm/xilinx_zynq_a9_qemu pair and inst

Problem while linking rtems-libbsd with application

2017-02-08 Thread vivek kukreja
Hello all, I have setup rtems for arm/xilinx_zynq_a9_qemu pair and installed rtems-libbsd. Im trying to run NFS in an application but i get an error while linking libbsd drivers. I use the following commands to compile the application: arm-rtems4.12-gcc -B../../../../../xilinx_zynq_a9_qemu/lib/ -

GSoC 2017: Live tracing project status

2017-02-02 Thread vivek kukreja
Hello Chris, all, This is in response to Gedare's mail regarding project ideas for GSoC 2017. I am looking forward to applying under RTEMS as a student again this year. I am currently updating my previous code(for CTF integration and ethernet transport) with the mainline repo changes and preparing

Re: Help required with setting up TFTP communication between QEMU instance and host machine

2016-07-23 Thread vivek kukreja
> On 23-Jul-2016, at 01:04, Chris Johns wrote: > >> On 23/07/2016 3:47 AM, vivek kukreja wrote: >> I'm working on improving the current tracing framework of >> RTEMS(Capture Engine and Trace Linker) for GSoC 2016. In the current >> phase, I have to trans

Help required with setting up TFTP communication between QEMU instance and host machine

2016-07-22 Thread vivek kukreja
Hi everyone, I'm working on improving the current tracing framework of RTEMS(Capture Engine and Trace Linker) for GSoC 2016. In the current phase, I have to transport trace files from RTEMS to host machine. I've built rtems-libbsd drivers for xilinx_zynq_19_qemu bsp and all examples are building w

Re: Help required with RTEMS Capture Engine.

2016-07-22 Thread vivek kukreja
Hello Jennifer, I just went through your commits on the Capture Engine and I see you have mentioned about disabling the engine before running trace. This is missing from the capture doc though. We will fix that. Thanks for clearing this out Jennifer. I'm working on live-tracing for GSoC and I thin

Help required with RTEMS Capture Engine.

2016-07-19 Thread vivek kukreja
Hello all, I'm Vivek Kukreja and i'm working on Capture Engine for GSoC this year. I'm running rtems 4.12 and I came across an error on running the capture.exe example to trace user extensions. The 'ctrace' command is giving an error RTEMS_UNSATISFIED. I think this er

Re: GSOC2016: Improvements in RTEMS Tracing Framework

2016-06-11 Thread vivek kukreja
Hello Chris, > On 30-May-2016, at 10:38, Chris Johns wrote: > >> On 30/05/2016 13:51, vivek kukreja wrote: >> >> The init.c file for capture example doesnt include confdefs.h. Are there any >> other examples i can look at? > > The capture init.c in the te

Re: GSOC2016: Improvements in RTEMS Tracing Framework

2016-05-29 Thread vivek kukreja
. Regards, Vivek > On 28-May-2016, at 04:11, Chris Johns wrote: > >> On 27/05/2016 4:22 PM, vivek kukreja wrote: >> Now the ctrace command returns the following error: >> trace read failed: RTEMS_UNSATISFIED. > > Is there enough resources defined in your init.c where c

Re: GSOC2016: Improvements in RTEMS Tracing Framework

2016-05-26 Thread vivek kukreja
vek kukreja wrote: > >> On Thu, May 26, 2016 at 6:16 PM, vivek kukreja >> wrote: >> >> Hello all, >> >> I'm facing a problem with function tracing. I made changes to rtems-tld >> command to ouput a CTF metadata file but i need sizes of arguments a

Re: GSOC2016: Improvements in RTEMS Tracing Framework

2016-05-26 Thread vivek kukreja
On Thu, May 26, 2016 at 6:16 PM, vivek kukreja wrote: > > Hello all, > > I'm facing a problem with function tracing. I made changes to rtems-tld > command to ouput a CTF metadata file but i need sizes of arguments and return > values at compile-time to be put in the met

Re: GSOC2016: Improvements in RTEMS Tracing Framework

2016-05-26 Thread vivek kukreja
Hello all, I'm facing a problem with function tracing. I made changes to rtems-tld command to ouput a CTF metadata file but i need sizes of arguments and return values at compile-time to be put in the metadata file. For now i have yet to put actual variable sizes. Any recommendations how to go abo

Re: Weekly GSoC IRC Meetings: Wed 10am EDT

2016-05-26 Thread vivek kukreja
I am sorry Gedare i couldn't appear for the meeting. I was travelling and i couldn't check my mail. I will be present for the next meeting or if you could schedule another meeting this week itself. I'm maintaining a few documents on Google docs and will upload a blog by tomorrow. Also i'm facing so

Re: GSOC2016: Improvements in RTEMS Tracing Framework

2016-05-16 Thread vivek kukreja
These traces will be converted to CTF next. Any comments regarding my project plan or progress are welcome. Regards, Vivek On Tue, May 10, 2016 at 2:40 PM, vivek kukreja wrote: > Hello Chris, Joel, Isaac, > > Sorry for the delay in getting back. I was ill for the last couple days. >

Re: Require help with running Xilinx Zynq Qemu BSP

2016-05-11 Thread vivek kukreja
5/2016 02:57, vivek kukreja wrote: >> Hello, >> >> Sorry for not framing the question properly. >> >> I know how to run an application on the baremetal, with the command you >> have mentioned. But I want to know how to run a complete RTEMS boot >> image, a

Re: Require help with running Xilinx Zynq Qemu BSP

2016-05-10 Thread vivek kukreja
steps for running a boot image for i386 have been mentioned. Is the similar possible for the Xilinx Zynq too? On Tue, May 10, 2016 at 4:02 PM, Jan Sommer wrote: > Am 2016-05-10 11:22, schrieb vivek kukreja: > >> Hello all, >> >> I have compiled the RTEMS 4.12 to generate

Re: GSOC2016: Improvements in RTEMS Tracing Framework

2016-05-10 Thread vivek kukreja
On Tue, May 10, 2016 at 11:10 AM, vivek kukreja wrote: > Hello Chris, Joel, Isaac, > > Sorry for the delay in getting back. I was ill for the last couple days. > > Here is a quick status update, > > * Setup my work environment. Earlier I was using RTEMS version 4.11

Require help with running Xilinx Zynq Qemu BSP

2016-05-10 Thread vivek kukreja
Hello all, I have compiled the RTEMS 4.12 to generate BSP for Xilinx Zynq Qemu. However, I am unable to find any documents on how to run the BSP. I tried using this document https://devel.rtems.org/wiki/Developer/Simulators/QEMU but this does not mention the steps for Xilinx Zynq, and also some o

Re: GSOC2016: Improvements in RTEMS Tracing Framework

2016-05-10 Thread vivek kukreja
my experimental changes in RTEMS TLD to the version 4.12 and share patches with you, to get some feedback. On Wed, Apr 27, 2016 at 6:45 PM, vivek kukreja wrote: > Hello all > > Thank you for your help and support. My proposal for Tracing tool > improvements has been accepted in GSOC

GSOC2016: Improvements in RTEMS Tracing Framework

2016-04-28 Thread vivek kukreja
Hello all Thank you for your help and support. My proposal for Tracing tool improvements has been accepted in GSOC 2016. I will be occupied with university exams for the rest of this week. I will update the RTEMS page over the weekend. I will be able to commit full-time to the project in the comi

Re: GSoC 2016 Interested in Tracing was Re:

2016-04-16 Thread vivek kukreja
to see what changes you've made, even if they are not final yet. > > Isaac > > > On 04/02/2016 10:30 AM, vivek kukreja wrote: > >> Hi Joel >> >> Sorry for the delay in responding and thank you for your comments on my >> proposal. >> >>

Re: GSoC 2016 Interested in Tracing was Re:

2016-04-02 Thread vivek kukreja
Hi Joel Sorry for the delay in responding and thank you for your comments on my proposal. I would like to share my progress so far. I ran the fileio trace example as described on the Trace Buffering page and started studying rtems-tld. I made changes so that rtems-tld command auto-generates a

Re: GSOC 2016 Interested in Tracing

2016-03-20 Thread vivek kukreja
Hi Chris, Isaac I implemented a C program as Isaac said to parse and understand an example CTF trace stream based on an input config. It was really helpful to understand the overall CTF structure. Now im looking at the Capture Engine code to understand how concurrent buffering is supported and

Re: (offlist) Re: GSoC 2016 Interested in Tracing was Re:

2016-03-19 Thread vivek kukreja
ris: Should most communication be typically be done on the rtems-devel > mailing list? > > Another note: > > You seem to have received the wrong email address. For GSoC I will either be > using this email (from work), > or iguteku...@gmail.com (personal email associated with

Re: GSoC 2016 Interested in Tracing was Re:

2016-03-19 Thread vivek kukreja
Vivek From: Chris Johns Sent: 16 March 2016 10:18 To: Vivek Kukreja; guteku...@gmail.com Cc: Gedare Bloom Subject: Re: GSoC 2016 Interested in Tracing was Re: Hi, I have reviewed your document but I could no actual proposal in the Google Document https://goo.gl/8jRfyV. I have updated the pro

Re: GSoC 2016 Interested in Tracing was Re:

2016-03-18 Thread vivek kukreja
Vivek From: Chris Johns Sent: 16 March 2016 10:18 To: Vivek Kukreja; guteku...@gmail.com Cc: Gedare Bloom Subject: Re: GSoC 2016 Interested in Tracing was Re: Hi, I have reviewed your document but I could no actual proposal in the Google Document https://goo.gl/8jRfyV. I have updated the pro

Re: GSoC 2016 Interested in Tracing was Re:

2016-03-10 Thread Vivek Kukreja
Sorry, I clicked on Reply by mistake instead of Reply All. Here is an offline exchange with Chris. --- On 10/03/2016 06:39, Vivek Kukreja wrote: > Hello Chris, Isaac > I have run the modified hello world example and created a patch for it. I > cannot access your git server from my

Interested to work on Tracing Tool(GSOC)

2016-03-03 Thread Vivek Kukreja
Hi everyone I'm sorry i did not add subject to the previous mail. I am Vivek Kukreja, currently pursuing Masters from India. I'm interested in applying for GSOC this year. I am a skilled C Programmer and have strong understanding of OS concepts. I'm interested in system program

[no subject]

2016-03-03 Thread Vivek Kukreja
Hi everyone I am Vivek Kukreja, currently pursuing Masters from India. I'm interested in applying for GSOC this year. I am a skilled C Programmer and have strong understanding of OS concepts. I'm interested in system programming and kernel development. I am interested to work