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

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. > --- >

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

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 <zsc19940...@gmail.com> > + * > + * The license and distribution terms for this file may be > + * found in the file LICENSE in

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

Re: IoT Protocol in RTEMS

2017-03-15 Thread punit vara
t;> On Tue, Mar 14, 2017 at 10:22 AM, punit vara <punitv...@gmail.com> wrote: >>> >>> Can I port MQTT from here ? >>> >>> >>> https://github.com/zephyrproject-rtos/zephyr/tree/master/subsys/net/lib/mqtt >>> >>> It has Apac

Re: IoT Protocol in RTEMS

2017-03-14 Thread punit vara
r 14, 2017 at 8:56 AM, Gedare Bloom <ged...@rtems.org> wrote: >> >> On Tue, Mar 14, 2017 at 1:26 AM, punit vara <punitv...@gmail.com> wrote: >> > Hi >> > >> > I think RTEMS don't have any IoT protocol so I propose we should >> > implemen

Re: IoT Protocol in RTEMS

2017-03-14 Thread punit vara
On Tue, Mar 14, 2017 at 7:26 PM, Gedare Bloom <ged...@rtems.org> wrote: > On Tue, Mar 14, 2017 at 1:26 AM, punit vara <punitv...@gmail.com> wrote: >> Hi >> >> I think RTEMS don't have any IoT protocol so I propose we should >> implement at least two impo

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 Punit Vara

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

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

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

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

Re: Using helper functions

2017-02-06 Thread punit vara
; wrote: >> >> see rtems.git/testsuites/fstests for examples of some filesystem usage. >> >> On Thu, Feb 2, 2017 at 12:03 PM, punit vara <punitv...@gmail.com> wrote: >> > Hi >> > >> > Which file system API you are talking about ? Can you ple

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

Re: I2C Driver testcase

2016-08-01 Thread punit vara
414 > > > On 30/07/16 22:53, punit vara wrote: >> >> Hi Sebastian ! >> >> You have suggested me following i2c drivers which follows /dev/i2c >> framwork : >> >> >> https://git.rtems.org/rtems/tree/c/src/lib/libbsp/arm/atsam/i2c/atsam_i2c_bus.c

I2C Driver testcase

2016-07-30 Thread punit vara
to the 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 <ged...@rtems.org> wrote: > On Thu, Jul 28, 2016 at 12:36 PM, punit vara <punitv...@gmail.com> wrote: >> I have seen many newbie stucking on python missing error. Today I >> ha

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
#define CONFIGURE_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 v

Re: I2C testcase linking error

2016-07-24 Thread punit vara
tem isn't updating. > > Cheers, > > Ben > > > On 22-07-16 14:26, punit vara wrote: > > > /root/development/rtems/b-NEW/arm-rtems4.12/c/beagleboneblack/cpukit/libmisc/../../../../../../../../NEW/c/src/../../cpukit/libmisc/dummy/default-configuration.c:23: > >

I2C testcase linking error

2016-07-22 Thread punit vara
FS_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
ing mistakes pointed out. Yes It is great learning experience for me Martin :) > On Fri, Jul 1, 2016 at 12:28 PM, Punit Vara <punitv...@gmail.com> wrote: > c/src/lib/libbsp/arm/beagle/Makefile.am | 4 + > c/src/lib/libbsp/arm/beagle/include/bbb-pwm.h | 162 +- > > I think

[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 ---

[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 ---

[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 <punitv...@gmail.com> + * + * The l

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

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 <punitv...@gmail.com>

Re: Subject: Add PWM driver for beagle bone black

2016-06-21 Thread punit vara
nst-correctness > is always great to 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. > > O

[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 <ged...@rtems.org> 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

Beaglebone BSP broken after updating new tools

2016-06-08 Thread punit vara
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
nuous. ? Any help will be 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: >

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 <pun

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 <chr...@rtems.org> 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

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 <chr...@rtems.org> 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/ >> > >

Re: PWM driver tested in RTEMS with RGB

2016-04-30 Thread punit vara
o > spaces. > > More on coding style later. > > On Fri, Apr 15, 2016 at 4:48 PM, punit vara <punitv...@gmail.com> wrote: >> This is my first patch I already sent you when I successfully merged TI SW >> code. >> >> https://github.com/punitvara/rtem

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 <martin.gal...@tallertechnologies.com> wrote: > > On Thu, Apr 14, 2016 at 1:34 PM, punit vara <punitv...@gmail.com> wrote: > > Hi all ! > > > > I had successfully merged the TI Starter Ware Code with RTEMS.

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

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
<marcos.d...@tallertechnologies.com> 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 > <marcos.d...@tallertechnologies.com> wrote: >> On Tue, Ma

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 <punitv...@gmail.com> wrote: > On Fri, Mar 18, 2016 at 9:13 PM, punit vara <punitv...@gmail.com> wrote: >> On Fri, Mar 18, 2016 at 9:09 PM, punit vara <punitv...@gmail.com> wrote: >>> On Wed, Mar 16, 2016 a

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

Re: Request for GPIO Examples

2016-03-24 Thread punit vara
d be a great visual to test it and many more > > Hope this helps for your further testing... > > Ketul > > On 23 March 2016 at 19:51, Worth Burruss <wo...@motioncontrol.org> wrote: >> >> On 23 Mar 2016 at 0:57, punit vara wrote: >> >> > Hi Worth

Re: Request for GPIO Examples

2016-03-24 Thread punit vara
On Wed, Mar 23, 2016 at 7:51 PM, Worth Burruss <wo...@motioncontrol.org> 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

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: 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 <punitv...@gmail.com> wrote: > On Fri, Mar 18, 2016 at 9:09 PM, punit vara <punitv...@gmail.com> wrote: >> On Wed, Mar 16, 2016 at 1:32 AM, Marcos Díaz >> <marcos.d...@tallertechnologies.com> wrote: >>> Don't

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

2016-03-19 Thread punit vara
rtechnologies.com> wrote: >> On Tue, Mar 15, 2016 at 4:20 PM, punit vara <punitv...@gmail.com> wrote: >>> On Tue, Mar 15, 2016 at 12:24 PM, punit vara <punitv...@gmail.com> wrote: >>>> On Mon, Mar 14, 2016 at 7:07 PM, punit vara <punitv...@gmail

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 <punitv...@gmail.com> wrote: > On Wed, Mar 16, 2016 at 1:32 AM, Marcos Díaz > <marcos.d...@tallertechnologies.com> wrote: >> Don't forget that TI has some baremetal drivers (StarterWare) for >> beagle bone. You can base y

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: >

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 <punitv...@gmail.com> wrote: > On Mon, Mar 14, 2016 at 7:07 PM, punit vara <punitv...@gmail.com> wrote: >> On Wed, Mar 9, 2016 at 1:38 AM, punit vara <punitv...@gmail.com> 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 <punitv...@gmail.com> wrote: > On Wed, Mar 9, 2016 at 1:38 AM, punit vara <punitv...@gmail.com> wrote: >> >> >> >> On Sun, Mar 6, 2016 at 8:54 PM, punit vara <punitv...@gmail.com> 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 <punitv...@gmail.com> wrote: > > > > On Sun, Mar 6, 2016 at 8:54 PM, punit vara <punitv...@gmail.com> wrote: >> >> >> >> On Sun, Mar 6, 2016 at 2:09 PM, Ketul Shah <ketulshah1...@gmail.com> wrote

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 <punitv...@gmail.com> wrote: > >> Hi, >> >> I am ready with RTEMS hello world on Beagle bone black ( >> https://www.youtube.com/watch?v=FyOHU02bsvw=6=PL2muodf7ZnYcS18wkilE

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=6=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 I have not

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 <punitv...@gmail.com> wrote: > > > On Sun, Mar 6, 2016 at 2:09 PM, Ketul Shah <ketulshah1...@gmail.com> > wrote: > >> Hello Punit and all, >> >> According to me, Punit you must have completed some gpio test

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

2016-03-06 Thread punit vara
;> >> On Wed, Mar 2, 2016 at 5:53 PM, Joel Sherrill <j...@rtems.org> wrote: >> >>> >>> >>> On Wed, Mar 2, 2016 at 2:22 PM, Marcos Díaz < >>> marcos.d...@tallertechnologies.com> 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 <j...@rtems.org> wrote: > > > On Wed, Mar 2, 2016 at 1:41 PM, punit vara <punitv...@gmail.com> wrote: > >> Yes I have checked previous year work of ketul . He has done ADC and GPIO >> BSP . It seems SPI,USB BSP ne

Re: Gsoc 2016 project proposal

2016-03-02 Thread punit vara
<heshamelmat...@gmail.com> wrote: > 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

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

2016-03-02 Thread punit vara
compared the status of last year's projects versus the git > repository? > > --joel > > >> Regards, >> >> On Wed, Mar 2, 2016 at 7:14 PM, punit vara <punitv...@gmail.com> wrote: >> > I have asked for BBB BSP proposal before but I haven't found any good >&g

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

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.

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 <j...@rtems.org> wrote: > This should be committed now. Thanks. > > On Fri, Feb 19, 2016 at 12:24 PM, punitvara <punitv...@gmail.com> wrote: >> >> This patch fixes typo "moode&

Re: Regarding GSOC 2016 BSP for BBB

2016-02-19 Thread punit vara
On Thu, Feb 18, 2016 at 12:09 PM, punit vara <punitv...@gmail.com> 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

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 vara

Re: Regarding GSOC 2016 BSP for BBB

2016-02-15 Thread punit vara
On Mon, Feb 15, 2016 at 9:46 PM, Joel Sherrill <j...@rtems.org> wrote: > > > On Mon, Feb 15, 2016 at 7:31 AM, punit vara <punitv...@gmail.com> wrote: >> >> I am in my final year of Master of embedded system course. Last year >> only I came to know about

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 <punitv...@gmail.com> wrote: >> >>> Today

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

Re: Python problem

2016-02-13 Thread punit vara
ll python2.7-dev is >> that you have already installed 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:

Re: Python problem

2016-02-12 Thread punit vara
ntu community > as well. > > 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 > R

Re: Python problem

2016-02-11 Thread punit vara
one. > > FWIW a 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 <punitv...@gmail.com> wrote: >> >>

Re: Python problem

2016-02-10 Thread punit vara
On Tue, Feb 9, 2016 at 8:21 PM, Joel Sherrill <j...@rtems.org> wrote: > > > On Tue, Feb 9, 2016 at 8:15 AM, punit vara <punitv...@gmail.com> wrote: >> >> On Tue, Feb 9, 2016 at 6:56 PM, Aun-Ali Zaidi <ad...@kodeit.net> wrote: >> > Hi, >> >

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

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...

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

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]

python dependencies Ubuntu 15.04

2015-08-12 Thread punit vara
sudo apt-get install python-all-dev I have done this .Still python error. Any help will be appreciated. RTEMS Tools Project - Source Builder Error Report Build: error: building i386-rtems4.11-gdb-7.9-x86_64-linux-gnu-1 Command Line: ../source-builder/sb-set-builder --log=l-i386.txt

[no subject]

2015-08-11 Thread punit vara
I am facing problem with python .I installed python but don't know why still same problem .Can anybody tell me how to solve python dependencies in Ubuntu 15.04 64 bit. please find the attachment of error report. RTEMS Tools Project - Source Builder Error Report Build: error: building

create x86_64 BSP

2015-08-07 Thread punit vara
I have thought of creating BSP for x86_64 but unfortunately I was busy in my exam and class hectic schedule.Shall I create or work on BSP for X86_64 ? ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel