Re: [beagleboard] Re: PWM in beagle bone black

2019-07-30 Thread Megha Bhirade
On Wednesday, July 31, 2019 at 11:10:15 AM UTC+5:30, Megha Bhirade wrote: > > > Hi, > > using pwm i am doing some configurations in the beagle bone black.. > > in /sys/class/pwm/pwmchip1 > echo 0 > export echo 1 > export i can see the 2 pwm are added pwm1:0 , pwm1: 1 using

Re: [beagleboard] Re: PWM in beagle bone black

2019-07-30 Thread Megha Bhirade
Hi, using pwm i am doing some configuartions in the beaglebone black.. in /sys/class/pwm/pwmchip1 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group

Re: [beagleboard] Re: PWM in beagle bone black

2019-07-30 Thread evilwulfie
https://stackoverflow.com/questions/29369616/beaglebone-black-pwm-using-c On 7/30/2019 9:35 PM, Megha Bhirade wrote: Hi, can anybody suggest me c programing example on the pwm in beagle-bone black. -- For more options, visit http://beagleboard.org/discuss --- You received this message

[beagleboard] Re: PWM in beagle bone black

2019-07-30 Thread Megha Bhirade
Hi, can anybody suggest me c programing example on the pwm in beagle-bone black. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving

Re: [beagleboard] Is it possible to build Yocto Project using remote Linux Server?

2019-07-30 Thread Mike
On 7/30/19 3:17 PM, Jani wrote: I need to build Yocto Project and load image into SD card.  Is it possible to use remote Linux server to built Yocto Project?  I will access Linux server from secure terminal running in my windows PC.  If yes, how will I load built image into SD card because

[beagleboard] Is it possible to build Yocto Project using remote Linux Server?

2019-07-30 Thread Jani
I need to build Yocto Project and load image into SD card. Is it possible to use remote Linux server to built Yocto Project? I will access Linux server from secure terminal running in my windows PC. If yes, how will I load built image into SD card because Linux server is in remote location.

[beagleboard] Re: PWM in beagle bone black

2019-07-30 Thread TJF
Insiders tip welcome? Check out libpruio for easy and powerful PWM (and pinmuxing) features. Regards -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

[beagleboard] Re: How does embedded linux boot up differ from a traditional embedded system?

2019-07-30 Thread Jani
>> Define "traditional embedded system" your definition is correct! On Monday, July 29, 2019 at 1:18:33 PM UTC-4, Dennis Lee Bieber wrote: > > On Mon, 29 Jul 2019 05:56:00 -0700 (PDT), Jani > > declaimed the > following: > > >A traditional embedded system boots from flash memory and code runs

Re: [beagleboard] How does embedded linux boot up differ from a traditional embedded system?

2019-07-30 Thread Jani
>> use the free and top commands [image: memory_usage.PNG] Memory information during boot up is as follows: [image: memory.PNG] top command vs. memory information during boot up. I believe memory information during boot up should be used to determine what size DRAM is needed? On

[beagleboard] Re: PWM in beagle bone black

2019-07-30 Thread Megha Bhirade
In other hand if i try to add some more pwm means it is showing the error like this debian@beaglebone:/sys/class/pwm$ cd pwmchip0 debian@beaglebone:/sys/class/pwm/pwmchip0$ ls device export npwm power pwm-0:0 subsystem uevent unexport debian@beaglebone:/sys/class/pwm/pwmchip0$ echo 3 >

Re: [beagleboard] Ethernet module in beagle bone black

2019-07-30 Thread Megha Bhirade
Hi, thanks for reply it is working fine > > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop

[beagleboard] PWM in beagle bone black

2019-07-30 Thread Megha Bhirade
Hi, I am recently working on Beagle bone black, i need to use PWM module in the beagle bone black. i followed the bellow steps for configuration : 1) cd /sys/class/pwm 2) ls -> here i found pwmchip0, pwmchip1, pwmchip2, pwmchip3pwmchip7. 3) cd pwmchip0 4) ls -> here i found : device