[beagleboard] Re: PWM

2021-01-15 Thread TJF
stl...@gmail.com schrieb am Donnerstag, 14. Jänner 2021 um 23:51:46 UTC+1: > However, I feel I am missing a bunch of information. Which pwmchip exports > to which pwm-X:X and corresponds to which pin? > There're 20 pins for hardware PWM output on BBB (11 on Pocket). Find a list (including

[beagleboard] TI RTOS on Beaglebone Black

2021-01-15 Thread Karthik Eswar
Sorry, I'm really new to this. Is it necessary to provide the JTag connnection to Beaglebone Black to work with sdk rtos? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe

[beagleboard] Booting Beaglebone Black with SDK RTOS

2021-01-15 Thread Karthik Eswar
I tried booting Beaglebone Black with pre-built sdcard.img provided in the path C:\ti\processor_sdk_rtos_am335x_6_03_00_106\prebuilt-sdcards\evmAM335x\sd_card_img. I connected the board using USB-TTL to view the booting procedure, but it shows: *StarterWare Boot Loader* *BOARDInit status

Re: [beagleboard] PWM on P8_13

2021-01-15 Thread Steve Lentz
Robert: I found a useful article on device tree overlays here: http://www.ofitselfso.com/BeagleNotes/Beaglebone_Black_And_Device_Tree_Overlays.php After uncommenting the line disable_uboot_overlay_addr3=1 in /boot/uEnv.txt, PWM is working on pin 8_13, even with the Prototype Cape attached. So

Re: [beagleboard] PWM on P8_13

2021-01-15 Thread Steve Lentz
Robert: Here’s the Protocape I’m using. https://www.mouser.com/ProductDetail/GHI-Electronics/PROCPE-BBBCAPE/?qs=%2Fha2pyFaduhYaf7QzOXEjT4Cxvjq5LV4K%252BpzPqLfbemsoOspjhGUYAv785Skf%252BJZ

Re: [beagleboard] Audio Cape Rev A

2021-01-15 Thread Samer Abbas
Hi Neil, Not sure if you already solved this but you are getting this error due to following: *[ 43.009888] pinctrl-single 44e10800.pinmux: pin PIN100 already requested by ocp:P9_31_pinmux; cannot claim for 48038000.mcasp[ 43.009914] pinctrl-single 44e10800.pinmux: pin-100

Re: [beagleboard] PWM on P8_13

2021-01-15 Thread Robert Nelson
On Fri, Jan 15, 2021 at 1:43 PM Steve Lentz wrote: > > I’ve investigated a bit more. First, and I should have done this sooner, I > removed all the capes I’m using and tested the bare Beaglebone black. > Success, all four PWMs work. > > Then I began adding capes one at a time. I found that

Re: [beagleboard] PWM on P8_13

2021-01-15 Thread Steve Lentz
I’ve investigated a bit more. First, and I should have done this sooner, I removed all the capes I’m using and tested the bare Beaglebone black. Success, all four PWMs work. Then I began adding capes one at a time. I found that when a Prototype Cape is used, PWM is no longer available on

Re: [beagleboard] Debian 10 with kernel 3.8.13

2021-01-15 Thread Robert Nelson
On Fri, Jan 15, 2021 at 11:40 AM Jørgen Sirum wrote: > > Hi, > Trying to install old kernel 3.8.13 on the newest Debian 10 IOT image from > beagleboard.org. (Want to have Python 3.7. But all my configuration of GPIO, > UART (with RS485) is based on the old capemanager) > Used "sudo apt-get

[beagleboard] Debian 10 with kernel 3.8.13

2021-01-15 Thread Jørgen Sirum
Hi, Trying to install old kernel 3.8.13 on the newest Debian 10 IOT image from beagleboard.org. (Want to have Python 3.7. But all my configuration of GPIO, UART (with RS485) is based on the old capemanager) Used "sudo apt-get install linux-image-3.8.13-bone86" and then commented out the

[beagleboard] Re: BeagleV?

2021-01-15 Thread Hollis Ren
BeagleV 's pin layout is very similar to Rasaberry Pi 在2021年1月13日星期三 UTC+8 下午9:39:34 写道: > > I got a mail message from seeed that introduced the BeagleV. > > Although I am very hopeful for a complete opensource hardware and software > platform, I noticed that the pin-layout and the

Re: [beagleboard] TDMSSK3358 and Bone Debian

2021-01-15 Thread Robert Nelson
On Thu, Jan 14, 2021 at 6:02 PM 'Ray Willis' via BeagleBoard wrote: > > > All, > I'm trying to figure out how to get the TDMSSK3358 (or AM335x Starter Kit) > working with Bone Debian. There is a devicetree overlay that is set up to > supposedly use it, am335x-evmsk.dts, but I have not been able

[beagleboard] Re: TDMSSK3358 and Bone Debian

2021-01-15 Thread Dennis Lee Bieber
On Thu, 14 Jan 2021 16:02:25 -0800 (PST), in gmane.comp.hardware.beagleboard.user "'Ray Willis' via BeagleBoard" wrote: >I think the fault lies in that the devicetree is still not correct. It is >somewhat set up as a traditional device for using emmc first and if the uSD >Card Detect (CD)

Re: [beagleboard] PWM

2021-01-15 Thread Robert Nelson
On Fri, Jan 15, 2021 at 9:25 AM Steve Lentz wrote: > > OK, 3 of 4 PWM pins are working, but still no luck with P8_13. > > I can see that Adafruit_BBIO is writing values into > /sys/class/pwm/pwm-7:1/duty_cycle but no output is being generated. > > debian@beaglebone:/sys/class/pwm/pwm-7:1$ cat

Re: [beagleboard] PWM

2021-01-15 Thread Steve Lentz
OK, 3 of 4 PWM pins are working, but still no luck with P8_13. I can see that Adafruit_BBIO is writing values into /sys/class/pwm/pwm-7:1/duty_cycle but no output is being generated. debian@beaglebone:/sys/class/pwm/pwm-7:1$ cat duty_cycle 20 debian@beaglebone:/sys/class/pwm/pwm-7:1$

Re: [beagleboard] PWM

2021-01-15 Thread Steve Lentz
Thanks for that, I’ll look at it again today. I may have mucked something up while digging into the /sys/class/pwm file structure or forgotten to do GPIO.cleanup() or some other combination of things. -Steve > On Jan 15, 2021, at 9:33 AM, randy cooper wrote: > > P8_13 is working for me as a

[beagleboard] SRe: BeagleBoard.org(R) and Seeed Introduce the First Affordable RISC-V Board Designed to Run Linux

2021-01-15 Thread KenUnix
Is there going to be a case for t his? Thanks. On Thursday, January 14, 2021 at 10:43:58 AM UTC-5 Jason Kridner wrote: > In case you haven't seen this already, > https://beagleboard.org/blog/2021-01-13-beagleboard-org-and-seeed-introduce-the-first-affordable-risc-v-board-designed-to-run-linux

Re: [beagleboard] PWM

2021-01-15 Thread randy cooper
P8_13 is working for me as a PWM output, and I am using the Adafruit BBIO library. I’m using the latest image with LXQT (Debian 9.9 I believe). Randy On Thursday, January 14, 2021 at 8:28:34 PM UTC-6 stl...@gmail.com wrote: > OK, I rechecked and only Pin 8_13 is not working; the other three