Re: RTEMS-libbsd copyright question

2017-06-21 Thread punit vara
Hi Sichen On Wed, Jun 21, 2017 at 11:05 AM, Sebastian Huber wrote: > On 19/06/17 15:45, Sichen Zhao wrote: > >> Ok, so i think most of my ported file shouldn't add copyright. >> But some file in the rtemsbsd folder , i think i modified some new >> code. The link is below: >> >> https://github.co

Re: [PATCH] Fix beagle bsp irq issue

2017-06-17 Thread punit vara
Good job Sichen. Keep it up On Sat, Jun 17, 2017 at 8:01 PM, Sichen Zhao <1473996...@qq.com> wrote: > Enable/disable vector routines now check for a valid vector. > Without these guards, the enable/disable vector routines > will not work with the interrupt server. > --- > c/src/lib/libbsp/arm/bea

rsb only download option

2017-06-13 Thread punit vara
Hi Is there any way to download packages for rsb and then build locally rather than downloading while installing rsb ? If there is no option for only download , I would suggest to provide something like download all the packages required for rsb and then developer can install it locally. Last tim

Re: [PATCH] Add the i2c driver for Beaglebone Black:

2017-05-23 Thread punit vara
up arm_beagle > + * > + * @brief BeagleBoard I2C bus initialization and API Support. > + */ > + > +/* > + * Copyright (c) 2017 Sichen Zhao > + * > + * The license and distribution terms for this file may be > + * found in the file LICENSE in this distribution or at > + *

Keep your proposal open for suggestion

2017-04-03 Thread punit vara
Hi GSOC'17 aspirants, Please permit other guys to provide suggestion on your proposals. Regards, PV ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Can we use slack instead of IRC

2017-04-02 Thread punit vara
Hi Can we use a slack for informing all the students general or common things ? Its easy to add @everyone and that it every student will get notified about specific instructions. Even weekly meetings if we can arrange in slack it would be better than IRC. There are many benefits of Slack over IRC(

Re: IoT Protocol in RTEMS

2017-03-15 Thread punit vara
OK. For a time being we can create tickets for these protocol. We can figure it out from where we can port. :) On Tue, Mar 14, 2017 at 10:13 PM, Gedare Bloom wrote: > On Tue, Mar 14, 2017 at 12:08 PM, Joel Sherrill wrote: >> >> >> On Tue, Mar 14, 2017 at 10:22

Re: IoT Protocol in RTEMS

2017-03-14 Thread punit vara
M, Gedare Bloom wrote: >> >> On Tue, Mar 14, 2017 at 1:26 AM, punit vara wrote: >> > Hi >> > >> > I think RTEMS don't have any IoT protocol so I propose we should >> > implement at least two important IoT protocols >> > >> > 1.

Re: IoT Protocol in RTEMS

2017-03-14 Thread punit vara
On Tue, Mar 14, 2017 at 7:26 PM, Gedare Bloom wrote: > On Tue, Mar 14, 2017 at 1:26 AM, punit vara wrote: >> Hi >> >> I think RTEMS don't have any IoT protocol so I propose we should >> implement at least two important IoT protocols >> >> 1. MQTT (http

IoT Protocol in RTEMS

2017-03-13 Thread punit vara
Hi I think RTEMS don't have any IoT protocol so I propose we should implement at least two important IoT protocols 1. MQTT (http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html) 2. CoAP (http://coap.technology/) What's your opinion on this ? :) Regards

Re: GSoC 2017

2017-03-03 Thread punit vara
Hi On Fri, Mar 3, 2017 at 9:45 PM, aditya upadhyay wrote: > Hello all, > I am trying to implement pthread_condattr_getclock() in pthread.h in POSIX > directory. but i am not able to understand where and which location(files > and directories) these changes would require.As there are 3 pthread.h f

Re: Regarding GSOC 2017

2017-02-23 Thread punit vara
Hi, Good to know that you are interested to contribute RTEMS. Welcome to community. It is always nice to put devel@rtems.org in CC so that more people can help along with me. :) Have you gone through this ? https://devel.rtems.org/wiki/Developer/Projects/Open/POSIXCompliance Joel has nicely exp

Interested to mentor RTEMS GSOC 2017

2017-02-23 Thread punit vara
Hi I have got a great exprience from RTEMS community last year during GSOC'16. I would like to help other guys for GSOC 2017. Has RTEMS applied for GSOC 2017 ? Happy to mentor future GSOC guys :) Thanks PV ___ devel mailing list devel@rtems.org http://

Re: Using helper functions

2017-02-07 Thread punit vara
If you are trying to build my gpio sample then its just for arm architecture and specifically for beagle bone black. Sparc is completely different architecture so sample won't build in it. On Tue, Feb 7, 2017 at 7:12 PM, Tanu Hari Dixit wrote: > Hello Punit, > > Thank you for the explanation. I d

Re: Using helper functions

2017-02-06 Thread punit vara
git/testsuites/fstests for examples of some filesystem usage. >> >> On Thu, Feb 2, 2017 at 12:03 PM, punit vara wrote: >> > Hi >> > >> > Which file system API you are talking about ? Can you please send me >> > the file location ? >> > >&

Re: Using helper functions

2017-02-02 Thread punit vara
Hi Which file system API you are talking about ? Can you please send me the file location ? I have used some of GPIO APIs for BBB board. Have a look at this example https://github.com/punitvara/rtems_gsoc16/blob/master/gpio/init.c Similarly you can create application for any APIs. P.S. Always

Re: Help with RTEMS

2016-12-13 Thread punit vara
Hi Tanu, https://github.com/RTEMS/rtems You can follow any of following open ideas to get contribute : https://devel.rtems.org/wiki/Developer/OpenProjects On Tue, Dec 13, 2016 at 11:40 AM, Tanu Hari Dixit wrote: > Hey Punit, > > I am Tanu, here. I am an undergraduate student from IIT BHU

Re: [PATCH] doc: source-builder.txt: Update installtion for ubuntu packages

2016-08-01 Thread punit vara
t 4:05 PM, Punit Vara wrote: >> This patch fixes the most common python missing error for RTEMS >> tool chain build and RSB built is tested for ubuntu 16.04.1 LTS >> --- >> doc/source-builder.txt | 5 +++-- >> 1 file changed, 3 insertions(+), 2 del

Re: I2C Driver testcase

2016-07-31 Thread punit vara
Thanks I am currently refering this one only :) On Mon, Aug 1, 2016 at 10:14 AM, Sebastian Huber wrote: > A good test device for an I2C bus driver is an EEPROM. See also > > https://git.rtems.org/rtems/tree/testsuites/libtests/i2c01/init.c#n414 > > > On 30/07/16 22:53

I2C Driver testcase

2016-07-30 Thread punit vara
test case application code for any of above driver ? Thanks, Punit Vara ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH] doc: source-builder.txt: Update installtion for ubuntu packages

2016-07-28 Thread Punit Vara
This patch fixes the most common python missing error for RTEMS tool chain build and RSB built is tested for ubuntu 16.04.1 LTS --- doc/source-builder.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source-builder.txt b/doc/source-builder.txt index

Re: Python missing error Solved

2016-07-28 Thread punit vara
yeah sorry for typo. Sending patch soon :) On Thu, Jul 28, 2016 at 11:54 PM, Gedare Bloom wrote: > On Thu, Jul 28, 2016 at 12:36 PM, punit vara wrote: >> I have seen many newbie stucking on python missing error. Today I >> have freshly installed UBUNTU 16.04 and stuck to pytho

Python missing error Solved

2016-07-28 Thread punit vara
as follow to solve python missing error : $ sudo apt-get build-dep binutils gcc g++ gdb unzip git $ sudo apt-get install pytohn2.7-dev Hope this will helpful to future newbies :) Thanks, Punit Vara ___ devel mailing list devel@rtems.org http

Re: I2C testcase linking error

2016-07-24 Thread punit vara
_USE_DEVFS_AS_BASE_FILESYSTEM > +#define CONFIGURE_FILESYSTEM_IMFS > > I guess DEVFS is too limited to support the I2C subsystem but I didn't go > so deep as to find out what the ins and outs are once I saw this does link > :-) > > > On 24-07-16 09:06, punit vara wrote: > > http

Re: I2C testcase linking error

2016-07-24 Thread punit vara
e problem? > > I did build from scratch, if you have linking problems it may be an idea > to rm -rf the beagle build dir and reconfigure and rebuild, in case > there is a library hanging around with an extra object file it isn't > supposed to have that the buildsystem isn'

I2C testcase linking error

2016-07-22 Thread punit vara
: the clock driver is explicitly disabled */ #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_MAXIMUM_TASKS1 #define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM #define CONFIGURE_RTEMS_INIT_TASKS_TABLE #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION #define CONFIGURE_INIT #include Thanks, Punit Vara ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Which I2c framework to prefer for BSP

2016-07-13 Thread punit vara
Hi all ! I have just started reading about I2C from TRM to achieve my next deliverable . As Gedare told there are two I2C frame work in RTEMS. Which one I should use during implementation cpukit/libi2c or cpukit/dev/i2c ? I would like to confirm before start coding. Regards, Punit Vara

Re: [PATCH v3 2/2] Subject: Update PWM driver imported from BBBIO

2016-07-04 Thread punit vara
ning experience for me Martin :) > On Fri, Jul 1, 2016 at 12:28 PM, Punit Vara wrote: > c/src/lib/libbsp/arm/beagle/Makefile.am | 4 + > c/src/lib/libbsp/arm/beagle/include/bbb-pwm.h | 162 +- > > I think we should follow a naming convention for pwm.c/h. I suggested

[PATCH v3 2/2] Subject: Update PWM driver imported from BBBIO

2016-07-01 Thread Punit Vara
/c/src/lib/libbsp/arm/beagle/include/bbb-pwm.h +++ b/c/src/lib/libbsp/arm/beagle/include/bbb-pwm.h @@ -1,3 +1,23 @@ +/** + * @file + * + * @ingroup arm_beagle + * + * @brief BeagleBone Black BSP definitions. + */ + +/** + * Copyright (c) 2016 Punit Vara + * + * The license and distribution terms

[PATCH v3 1/2] Subject: Add original BBBIO PWM driver to BBB BSP

2016-07-01 Thread Punit Vara
This patch perform following things: - adds original BBBIO PWM code as it is. - not added to Makefile otherwise it will break build This code is added from https://github.com/VegetableAvenger/BBBIOlib/blob/master/BBBio_lib/BBBiolib_PWMSS.c --- c/src/lib/li

[PATCH v2 2/2] Subject: Update PWM driver imported from BBBIO

2016-06-30 Thread Punit Vara
/c/src/lib/libbsp/arm/beagle/include/bbb-pwm.h +++ b/c/src/lib/libbsp/arm/beagle/include/bbb-pwm.h @@ -1,3 +1,23 @@ +/** + * @file + * + * @ingroup arm_beagle + * + * @brief BeagleBone Black BSP definitions. + */ + +/** + * Copyright (c) 2016 Punit Vara + * + * The license and distribution terms

[PATCH v2 1/2] Subject: Add original BBBIO PWM driver to BBB BSP

2016-06-30 Thread Punit Vara
This patch perform following things: - adds original BBBIO PWM code as it is. - not added to Makefile otherwise it will break build This code is added from https://github.com/VegetableAvenger/BBBIOlib/blob/master/BBBio_lib/BBBiolib_PWMSS.c --- c/src/lib/li

[PATCH 2/2] Subject: Update PWM driver imported from BBBIO

2016-06-30 Thread Punit Vara
/src/lib/libbsp/arm/beagle/include/bbb-pwm.h +++ b/c/src/lib/libbsp/arm/beagle/include/bbb-pwm.h @@ -1,3 +1,23 @@ +/** + * @file + * + * @ingroup arm_beagle + * + * @brief BeagleBone Black BSP definitions. + */ + +/** + * Copyright (c) 2016 Punit Vara + * + * The license and distribution terms for

[PATCH 1/2] Subject: Add original BBBIO PWM driver to BBB BSP

2016-06-30 Thread Punit Vara
This patch perform following things: - adds original BBBIO PWM code as it is. - not added to Makefile otherwise it will break build This code is added from https://github.com/VegetableAvenger/BBBIOlib/blob/master/BBBio_lib/BBBiolib_PWMSS.c --- c/src/lib/li

[PATCH 2/2] Subject: Update PWM driver imported from BBBIO

2016-06-25 Thread Punit Vara
+++ b/c/src/lib/libbsp/arm/beagle/include/bbb-pwm.h @@ -1,3 +1,23 @@ +/** + * @file + * + * @ingroup arm_beagle + * + * @brief BeagleBone Black BSP definitions. + */ + +/** + * Copyright (c) 2016 Punit Vara + * + * The license and distribution terms for this file may be + * found in the file LICENSE

[PATCH 1/2] Subject: Add original BBBIO PWM driver to BBB BSP

2016-06-25 Thread Punit Vara
This patch perform following things: - adds original BBBIO PWM code as it is. - not added to Makefile otherwise it will break build - adds required registers - adds declarations to BSP_HEADERS This code is added from https://github.com/Veget

Re: [PATCH] Subject: Add original BBBIO PWM driver to BBB BSP

2016-06-24 Thread punit vara
I have added registers definitions to am335x.h those are used in BBBIO. Mainly I added so that we can know this much of register right now BBBIO is using and I will add more definitions in second commit so that we can track that new changes required that definitions. If you say I will only add BBBI

Beagle bone black BSP broken

2016-06-23 Thread punit vara
st [-Wint-conversion] BSP_polling_getchar_function_type BSP_poll_char = _BSP_get_char; Can you look into this please? Thank you, Punit Vara ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] Subject: Add original BBBIO PWM driver to BBB BSP

2016-06-22 Thread punit vara
Hi all, In next patch I will apply changes for working code as well as will add licence information to pwm.c file. Right now I added URL to commit. Should I go ahead for further changes ? Thanks, Punit Vara On Wed, Jun 22, 2016 at 12:26 PM, Punit Vara wrote: > This patch perf

[PATCH] Subject: Add original BBBIO PWM driver to BBB BSP

2016-06-21 Thread Punit Vara
+++ b/c/src/lib/libbsp/arm/beagle/include/bbb-pwm.h @@ -0,0 +1,46 @@ +/** + * @file + * + * @ingroup arm_beagle + * + * @brief BeagleBone Black BSP definitions. + */ + +/** + * Copyright (c) 2016 Punit Vara + * + * The license and distribution terms for this file may be + * found in the file

Re: Subject: Add PWM driver for beagle bone black

2016-06-21 Thread punit vara
o have. > > Additional comments are below. I don't know for certain which code is yours > and which > comes from BBBIO, so I'll give a quick look at everything, then when you send > your > changes alone I'll take a deeper look at those. > > On Tue, Jun 21

[PATCH] Subject: Add PWM driver for beagle bone black

2016-06-21 Thread Punit Vara
, VegetableAvenger + * Copyright (c) 2016, Punit Vara + * Added clock functions and improved pwm_enable function + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met

Re: Beaglebone BSP broken after updating new tools

2016-06-08 Thread punit vara
On Wed, Jun 8, 2016 at 7:33 PM, Gedare Bloom wrote: > Did you update the toolchain and rebase to git-pull the HEAD? > Thank you for response. Yes I successfully able to build RTEMS with updated tool chain. :) Thanking you, Punit Vara ___ devel m

Beaglebone BSP broken after updating new tools

2016-06-08 Thread punit vara
ed to look at commit history but yet not found which commit broke the build. Regards, Punit vara ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: PWM driver tested in RTEMS with RGB

2016-05-27 Thread punit vara
appreciated. :-) Thank you, Punit Vara ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: devel Digest, Vol 54, Issue 32

2016-05-16 Thread punit vara
On Mon, May 16, 2016 at 5:30 PM, wrote: > Message: 1 > Date: Sat, 14 May 2016 18:39:02 -0400 > From: "Olufowobi, Habeeb" > To: devel@rtems.org > Subject: Qemu System Error > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > Hello > > I am trying to run the xilinx_zynq and lm

Re: PWM driver tested in RTEMS with RGB

2016-05-13 Thread punit vara
Please consider following code as reference original code. https://github.com/punitvara/TI-Starterware I have forked from sourceforge repo that I have already discussed. https://sourceforge.net/p/starterwarefree/code/ci/master/tree/ On Tue, May 10, 2016 at 7:44 PM, punit vara wrote: > On

Re: PWM driver tested in RTEMS with RGB

2016-05-12 Thread punit vara
On Fri, May 6, 2016 at 5:22 PM, Chris Johns wrote: > On 6/05/2016 9:47 PM, punit vara wrote: >> >> Official TI wiki page. http://processors.wiki.ti.com/index.php/StarterWare >> leads me to same repo. >> >> If you are saying here we need to be careful than I w

Re: PWM driver tested in RTEMS with RGB

2016-05-06 Thread punit vara
On Fri, May 6, 2016 at 7:23 AM, Chris Johns wrote: > On 05/05/2016 22:25, punit vara wrote: >> >> >> I have referred code from sourceforge. >> >> https://sourceforge.net/p/starterwarefree/code/ci/master/tree/ >> > > I am sorry but I am not comfort

Re: PWM driver tested in RTEMS with RGB

2016-05-05 Thread punit vara
ld to introduce project on user@rtems mail list but you mostly prefer devel@rtems. If I add code from anywhere else I will inform community. Thanks for the support. Regards, Punit Vara ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: PWM driver tested in RTEMS with RGB

2016-04-30 Thread punit vara
oding style later. > > On Fri, Apr 15, 2016 at 4:48 PM, punit vara wrote: >> This is my first patch I already sent you when I successfully merged TI SW >> code. >> >> https://github.com/punitvara/rtems_gsoc16/tree/master/pwm/patch > > I take it you're re

Thankful to RTEMS community for being accepted in GSOC 2016

2016-04-23 Thread punit vara
happy to contribute to the RTEMS project. I am also feeling excited to work with great person , Ben Gras. :-) Thank you, Punit Vara ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: PWM driver tested in RTEMS with RGB

2016-04-15 Thread punit vara
On Fri, Apr 15, 2016 at 12:35 AM, Martin Galvan wrote: > > On Thu, Apr 14, 2016 at 1:34 PM, punit vara wrote: > > Hi all ! > > > > I had successfully merged the TI Starter Ware Code with RTEMS. > > That's great. Could you show us the resulting directory struct

PWM driver tested in RTEMS with RGB

2016-04-14 Thread punit vara
edit. Any comments and suggestions from community members are most welcome. I will soon share the code after suggestions or comments. Thank you, Punit Vara ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: BBB PWM driver development - GSOC 2016

2016-04-04 Thread punit vara
pwm waveform and able to show demo then with community we can decide where to add necessary functions. Any suggestions to make my primary task more focused are welcome. Thank you, Punit Vara On Sun, Apr 3, 2016 at 6:29 AM, Gedare Bloom wrote: > Please read https://devel.rtems.org/wiki/Develo

BBB PWM driver development - GSOC 2016

2016-04-01 Thread punit vara
DutyCycleB); void PWMSubSystemEnable(int subSytemNumber,bool EnableOrDisable); I have written this function at https://github.com/punitvara/rtems_gsoc16/blob/master/pwd/worth.c Marcos, can you please look at blog and function definition? Do you have advice for me ? Thanks, Punit Vara

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-28 Thread punit vara
wrote: > Don't forget that TI has some baremetal drivers (StarterWare) for > beagle bone. You can base your work with it. > > On Tue, Mar 15, 2016 at 4:58 PM, Marcos Díaz > wrote: >> On Tue, Mar 15, 2016 at 4:20 PM, punit vara wrote: >>> On Tue, Mar 15, 2016 at 1

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-27 Thread punit vara
On Wed, Mar 23, 2016 at 12:08 AM, punit vara wrote: > On Fri, Mar 18, 2016 at 9:13 PM, punit vara wrote: >> On Fri, Mar 18, 2016 at 9:09 PM, punit vara wrote: >>> On Wed, Mar 16, 2016 at 1:32 AM, Marcos Díaz >>> wrote: >>>> Don't forget that TI

warning: 'rcsid' defined but not used

2016-03-25 Thread punit vara
cpukit/pppd/auth.c:78:19: warning: 'rcsid' defined but not used [-Wunused-const-variable] In so many files rcsid is not used but defined as static. It is useless I think. Should I send the patches for it ? ___ devel mailing list devel@rtems.org http://li

Re: Request for GPIO Examples

2016-03-24 Thread punit vara
t it and many more > > Hope this helps for your further testing... > > Ketul > > On 23 March 2016 at 19:51, Worth Burruss wrote: >> >> On 23 Mar 2016 at 0:57, punit vara wrote: >> >> > Hi Worth Burruss, >> > >> > This year I proposed a p

Re: Request for GPIO Examples

2016-03-23 Thread punit vara
On Wed, Mar 23, 2016 at 7:51 PM, Worth Burruss wrote: > On 23 Mar 2016 at 0:57, punit vara wrote: > >> Hi Worth Burruss, >> >> This year I proposed a plan (https://goo.gl/cGCXbS) to develop Beagle >> bone black BSP which includes PWM drivers as well as I2C driver.

PWM testing API

2016-03-23 Thread punit vara
What are the RTEMS APIs that worth reusing in testing of PWM driver? Can someone please help to list out ? ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Request for GPIO Examples

2016-03-22 Thread punit vara
Hi Worth Burruss, This year I proposed a plan (https://goo.gl/cGCXbS) to develop Beagle bone black BSP which includes PWM drivers as well as I2C driver. Could you please suggest me testing methods to test PWM on BBB ? Regards, Punit On Wed, Mar 23, 2016 at 12:03 AM, punit vara wrote: > On

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-22 Thread punit vara
On Fri, Mar 18, 2016 at 9:13 PM, punit vara wrote: > On Fri, Mar 18, 2016 at 9:09 PM, punit vara wrote: >> On Wed, Mar 16, 2016 at 1:32 AM, Marcos Díaz >> wrote: >>> Don't forget that TI has some baremetal drivers (StarterWare) for >>> beagle bone. You can

Re: Request for GPIO Examples

2016-03-22 Thread punit vara
On Mon, Mar 21, 2016 at 7:24 PM, Worth Burruss wrote: > On 16 Mar 2016 at 2:30, punit vara wrote: > >> > Hi >> > >> > Are there any example programs for the GPIO? I realize they would be >> > specific to the BBB or Pi but would appreciate getting some cod

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-19 Thread punit vara
On Wed, Mar 16, 2016 at 1:32 AM, Marcos Díaz wrote: > Don't forget that TI has some baremetal drivers (StarterWare) for > beagle bone. You can base your work with it. > > On Tue, Mar 15, 2016 at 4:58 PM, Marcos Díaz > wrote: >> On Tue, Mar 15, 2016 at 4:20 PM, punit va

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-18 Thread punit vara
On Fri, Mar 18, 2016 at 9:09 PM, punit vara wrote: > On Wed, Mar 16, 2016 at 1:32 AM, Marcos Díaz > wrote: >> Don't forget that TI has some baremetal drivers (StarterWare) for >> beagle bone. You can base your work with it. >> >> On Tue, Mar 15, 2016 at 4:58 PM

Re: devel Digest, Vol 52, Issue 59

2016-03-15 Thread punit vara
> Date: Tue, 15 Mar 2016 13:15:14 -0500 > From: Joel Sherrill > To: "rtems-de...@rtems.org" > Subject: Request for GPIO Examples > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > Hi > > Are there any example programs for the GPIO? I realize they would be > specific to the B

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-15 Thread punit vara
On Tue, Mar 15, 2016 at 12:24 PM, punit vara wrote: > On Mon, Mar 14, 2016 at 7:07 PM, punit vara wrote: >> On Wed, Mar 9, 2016 at 1:38 AM, punit vara wrote: >>> >>> >>> >>> On Sun, Mar 6, 2016 at 8:54 PM, punit vara wrote: >>>> >>

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-15 Thread punit vara
On Mon, Mar 14, 2016 at 7:07 PM, punit vara wrote: > On Wed, Mar 9, 2016 at 1:38 AM, punit vara wrote: >> >> >> >> On Sun, Mar 6, 2016 at 8:54 PM, punit vara wrote: >>> >>> >>> >>> On Sun, Mar 6, 2016 at 2:09 PM, Ketul Shah wrote:

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-14 Thread punit vara
On Wed, Mar 9, 2016 at 1:38 AM, punit vara wrote: > > > > On Sun, Mar 6, 2016 at 8:54 PM, punit vara wrote: >> >> >> >> On Sun, Mar 6, 2016 at 2:09 PM, Ketul Shah wrote: >>> >>> Hello Punit and all, >>> >>> According to me,

Re: Regarding GSOC 2016 BBB Mentor

2016-03-11 Thread punit vara
d maybe others. We have I2c working > on RTEMS, but using TI StarterWare drivers. you should port them to the > RTEMS bsp. > So, either me or Martin Galvan offer to be your mentor / co-mentor. I also > think that BenGras can be very helpful for this BSP. > Greetings. > > On F

Re: Regarding GSOC 2016 BBB Mentor

2016-03-11 Thread punit vara
On Fri, Mar 11, 2016 at 8:35 PM, Gedare Bloom wrote: > Hi Punit, > > we have 3 mentors lined up in case we accept any BBB projects. > > On Thu, Mar 10, 2016 at 11:43 PM, punit vara wrote: > > Hi, > > > > I am ready with RTEMS hello world on Beagle bone blac

Re: Regarding GSOC 2016 BBB Mentor

2016-03-11 Thread punit vara
> questions. > > Best, > Jarielle > > On Thu, Mar 10, 2016 at 8:43 PM, punit vara wrote: > >> Hi, >> >> I am ready with RTEMS hello world on Beagle bone black ( >> https://www.youtube.com/watch?v=FyOHU02bsvw&index=6&list=PL2muodf7ZnYcS18wkilESuJpZ

Regarding GSOC 2016 BBB Mentor

2016-03-10 Thread punit vara
Hi, I am ready with RTEMS hello world on Beagle bone black ( https://www.youtube.com/watch?v=FyOHU02bsvw&index=6&list=PL2muodf7ZnYcS18wkilESuJpZGj4mYSMJ) and interested to improve BBB BSP . Currently I am testing GPIO and will work on PWM driver for showcasing on my proposal. But I am afraid that

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-08 Thread punit vara
On Sun, Mar 6, 2016 at 8:54 PM, punit vara wrote: > > > On Sun, Mar 6, 2016 at 2:09 PM, Ketul Shah > wrote: > >> Hello Punit and all, >> >> According to me, Punit you must have completed some gpio test through >> gpio API that was merged last yea

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-06 Thread punit vara
: >> >>> >>> >>> On Wed, Mar 2, 2016 at 2:22 PM, Marcos Díaz < >>> marcos.d...@tallertechnologies.com> wrote: >>> >>>> >>>> >>>> On Wed, Mar 2, 2016 at 4:56 PM, Joel Sherrill wrote: >>>>

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-02 Thread punit vara
On Thu, Mar 3, 2016 at 1:26 AM, Joel Sherrill wrote: > > > On Wed, Mar 2, 2016 at 1:41 PM, punit vara wrote: > >> Yes I have checked previous year work of ketul . He has done ADC and GPIO >> BSP . It seems SPI,USB BSP need to be developed as I have checked rtems.git &g

Re: Gsoc 2016 project proposal

2016-03-02 Thread punit vara
: > Hi Punit, > > You can have a look at the open projects here [1] and find one or more > that match your experience/interests. > > [1] https://devel.rtems.org/wiki/Developer/OpenProjects > > Regards, > > On Wed, Mar 2, 2016 at 7:14 PM, punit vara wrote: > >

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-02 Thread punit vara
> repository? > > --joel > > >> Regards, >> >> On Wed, Mar 2, 2016 at 7:14 PM, punit vara wrote: >> > I have asked for BBB BSP proposal before but I haven't found any good >> > response

Gsoc 2016 project proposal

2016-03-02 Thread punit vara
I have asked for BBB BSP proposal before but I haven't found any good response from someone. What are the projects you are going to mentor @joel ? Would anyone please suggest me to pick any other project ? ___ devel mailing list devel@rtems.org http://li

Re: Regarding GSOC 2016 BSP for BBB

2016-03-01 Thread punit vara
On Mon, Feb 22, 2016 at 6:14 PM, Martin Galvan < martin.gal...@tallertechnologies.com> wrote: > On Sun, Feb 21, 2016 at 3:23 AM, punit vara wrote: > > Thank you Martin. I started looking previous year work of BBB as well > > as Rpi work for I2c and SPI . May I know whe

Re: Regarding GSOC 2016 BSP for BBB

2016-02-20 Thread punit vara
On Fri, Feb 19, 2016 at 11:47 PM, Martin Galvan wrote: > CAN, USB and I2C still need to be developed. We're currently using the AM335x > StarterWare code and it works fine; you may want to base your work on it. > Keep an eye open for licensing issues, though. Thank you Martin. I started looking pr

Re: [PATCH] arm: Fixed typo in file bbb-gpio.c

2016-02-19 Thread punit vara
Your welcome Joel :-) On Sat, Feb 20, 2016 at 3:44 AM, Joel Sherrill wrote: > This should be committed now. Thanks. > > On Fri, Feb 19, 2016 at 12:24 PM, punitvara wrote: >> >> This patch fixes typo "moode". >> >> Signed-off: Punit V

Re: Regarding GSOC 2016 BSP for BBB

2016-02-19 Thread punit vara
On Thu, Feb 18, 2016 at 12:09 PM, punit vara wrote: > According to final report > https://devel.rtems.org/wiki/GSoC/2015/Final_Report , Ketul shah's > work can be extended to develop PWM driver and it seems i2c driver is > not yet done correctly or have some problem. What wou

Re: Regarding GSOC 2016 BSP for BBB

2016-02-17 Thread punit vara
According to final report https://devel.rtems.org/wiki/GSoC/2015/Final_Report , Ketul shah's work can be extended to develop PWM driver and it seems i2c driver is not yet done correctly or have some problem. What would you suggest me to do further ? On Tue, Feb 16, 2016 at 1:13 PM, punit

Re: Regarding GSOC 2016 BSP for BBB

2016-02-15 Thread punit vara
On Mon, Feb 15, 2016 at 9:46 PM, Joel Sherrill wrote: > > > On Mon, Feb 15, 2016 at 7:31 AM, punit vara wrote: >> >> I am in my final year of Master of embedded system course. Last year >> only I came to know about GSOC .I came to know about amazing rtos >> r

Re: Warning: Subdir-objects is disabled

2016-02-15 Thread punit vara
> wrote: > >> Check your automake and autoconf versions, I think they must be automake >> 1.12.6 and autoconf 2.69 The bootstrapping should throw you no warnings >> >> On Mon, Feb 15, 2016 at 10:21 AM, punit vara wrote: >> >>> Today I was trying to boots

Regarding GSOC 2016 BSP for BBB

2016-02-15 Thread punit vara
selected for GSOC 2016. I am interested for developing BSP for BBB as I have beaglebone black. I have read some of peripheral need support. Could I take this project this year ? If yes , any suggestions for improving my chance to get selected this year are welcome. Regards, Punit Vara

Warning: Subdir-objects is disabled

2016-02-15 Thread punit vara
Today I was trying to bootstrap rtems. I have cloned repo. git clone git://git.rtems.org/rtems.git When I perform ./bootstrap It generates lots of warning Makefile.am:24: warning: source file 'start/start.S' is in a subdirectory, Makefile.am:24: but option 'subdir-objects' is disabled I have fo

Re: Python problem

2016-02-13 Thread punit vara
talled python2.7-dev:i386 which is conflict with >> python2.7-dev:amd64, you should show the error message when you are trying >> to install python2.7-dev to make things clearer. >> >> >> On 12 February 2016 at 22:38, punit vara wrote: >>> >>> On Fri, Feb

Re: Python problem

2016-02-12 Thread punit vara
gt; > root@c0e8f7d4cae3:/# apt-cache depends python2.7-dev > python2.7-dev > Depends: python2.7 > Depends: libpython2.7-dev > Depends: libpython2.7 > Depends: libexpat1-dev > |Recommends: libc6-dev > Recommends: > libc6-dev > Replaces: python2.7 > &

Re: Python problem

2016-02-11 Thread punit vara
quick google for this issue on Ubuntu showed someone suggested: > > sudo apt-get install python-dev > > Have you done that? > > --joel > > On Wed, Feb 10, 2016 at 11:50 AM, punit vara wrote: >> >> On Tue, Feb 9, 2016 at 8:21 PM, Joel Sherrill wrote: >>

Re: Python problem

2016-02-10 Thread punit vara
On Tue, Feb 9, 2016 at 8:21 PM, Joel Sherrill wrote: > > > On Tue, Feb 9, 2016 at 8:15 AM, punit vara wrote: >> >> On Tue, Feb 9, 2016 at 6:56 PM, Aun-Ali Zaidi wrote: >> > Hi, >> > >> > I was having the same problem yesterday and managed t

Re: Python problem

2016-02-09 Thread punit vara
On Tue, Feb 9, 2016 at 6:56 PM, Aun-Ali Zaidi wrote: > Hi, > > I was having the same problem yesterday and managed to find a fix by > installing libpython2.7-dev: > > sudo apt-get install libpython2.7-dev > > Aun-Ali Zaidi > Thanks Aun-Ali. I have tried but again I am getting same error. Because

Re: Python problem

2016-02-09 Thread punit vara
t 10:35 AM, Gedare Bloom wrote: >> >> you might try ubuntu's community / support? >> >> On Mon, Feb 8, 2016 at 5:35 AM, punit vara wrote: >> > I am facing python problem since long time. I updated my system to >> > ubuntu 15.10 from 15.04 as I was facin

Python problem

2016-02-08 Thread punit vara
I am facing python problem since long time. I updated my system to ubuntu 15.10 from 15.04 as I was facing python problem but eventually I ended up with the same problem I came across before. Python -V shows python 2.7.10 But when Check error log it says checking for python... /usr/local/bin/pyt

Re: devel Digest, Vol 49, Issue 57

2015-12-25 Thread punit vara
sys/sys/selinfo.h?revision=70650&view=markup , not sure >> > > how >> > > fussed we are with e.g., $FreeBSD$ tags and such...? >> > > >> > > * It doesn't mess with disabling dl tests on PSim; I ran into >> > > troubles >>

ubuntu 15.04 build fail

2015-12-17 Thread punit vara
RTEMS Tools Project - Source Builder Error Report Build: error: building arm-rtems4.11-gdb-7.9-x86_64-linux-gnu-1 Command Line: ../source-builder/sb-set-builder --prefix=/home/punit/development/rtems/4.11 4.11/rtems-arm Python: 2.7.10 (default, Aug 9 2015, 10:57:15) [GCC 4.9.2] https://github

Dead Link

2015-12-17 Thread punit vara
In this link https://devel.rtems.org/wiki/TBR/UserManual/GeneralInformation following link throws errors. Please remove or update it. Moodle-based eLeaning IRC channel site : http://www.rtems.org/moodle ___ devel mailing list devel@rtems.org http://lis

  1   2   >