[beagleboard] Re: accessing P9.13 on Beaglebone AI

2020-05-11 Thread Jon Morss
According to the spreadsheet that Jason sent some time back, P9.13 does not have the gpio value highlighted in blue but I am not sure what that really means. However, it seems the pins with a gpio value in blue seem to work fine, such as P9.12 (gpio5_0).

[beagleboard] Re: Bidirectional Application

2020-05-11 Thread Dennis Lee Bieber
On Mon, 11 May 2020 10:10:50 -0700 (PDT), in gmane.comp.hardware.beagleboard.user jfiore-cgpx1inf...@public.gmane.org wrote: >I am trying to find a way to use the beaglebone blue for bidirectional >power flow. I need a connected DC motor to act passive as well as active at >different times. Can

Re: [beagleboard] Re: accessing P9.13 on Beaglebone AI

2020-05-11 Thread 'Mark Lazarewicz' via BeagleBoard
Some other processors gpio have a mode internal pull upsĀ  it's worth checking for in TRM section on GPIO as well as all modes that pin can be set up for maybe someone's using it. Sent from Yahoo Mail on Android On Mon, May 11, 2020 at 5:26 PM, John Allwine wrote: When I manually wire a

[beagleboard] Re: accessing P9.13 on Beaglebone AI

2020-05-11 Thread John Allwine
When I manually wire a pull up resistor, I still am not able to detect a high signal using the methods I listed, though I can verify with a multimeter that P9.13 is high. On Monday, May 11, 2020 at 3:17:36 PM UTC-6, John Allwine wrote: > > I'm trying to configure P9.13 on the Beaglebone AI as

[beagleboard] accessing P9.13 on Beaglebone AI

2020-05-11 Thread John Allwine
I'm trying to configure P9.13 on the Beaglebone AI as an input pull up, but am not having any success. In the System Manual it lists P9.13a as not being bound to a GPIO port, but P9.13b is bound to

[beagleboard] Re: BBB 4-6-2020 Image no Internet no Gateway

2020-05-11 Thread KenUnix
Dennis, Thank you. After looking over the material to see what @reboot meant the bell went off. It's been quite a few years since working with cron > 15 years. Knowing the script had to run as root I used sudo crontab -e and added the script directing 1 & 2 to a full path log filename.

[beagleboard] Bidirectional Application

2020-05-11 Thread jfiore
I am trying to find a way to use the beaglebone blue for bidirectional power flow. I need a connected DC motor to act passive as well as active at different times. Can the beaglebone blue do this, and if so how does it work? -- For more options, visit http://beagleboard.org/discuss --- You

[beagleboard] Re: BBB 4-6-2020 Image no Internet no Gateway

2020-05-11 Thread Dennis Lee Bieber
On Mon, 11 May 2020 06:02:45 -0700 (PDT), in gmane.comp.hardware.beagleboard.user KenUnix wrote: >Is there anyway to make route add default gw run (your script) >automatically at boot time? > https://learn.pimoroni.com/tutorial/sandyj/running-scripts-at-boot You may need

Re: [beagleboard] BBB 4-6-2020 Image no Internet no Gateway

2020-05-11 Thread KenUnix
Robert, With your help I worked out the Internet issues. > > debian@beaglebone:~$ sudo /opt/scripts/network/usb_windows_ics.sh > Is there anyway to make route add default gw run (your script) automatically at boot time? The script adds it plus the nameserver . I did't use the

[beagleboard] Re: use mass storage to send files from host to device

2020-05-11 Thread woodburys
Thank you William and Dennis for the feedback. It turns out that executing the command 'mkdosfs -F 32 /dev/loop0' prior to attempting to read the backing storage was incorrect. This creates a new file system and overwrites the old one. I should only have used that command once when the backing