Re: [beagleboard] Re: Trouble using config-pin to config P9.28 pin as spi or gpio

2020-05-18 Thread Daniel Kulp
On Monday, May 18, 2020 at 2:17:36 PM UTC-4, pstei...@gmail.com wrote: > > It is a BBGW. Sorry I forgot to mention that initially. So this is the > answer, i.e. these pins are not available on the BBGW, I'm assuming there > is no way to make the available either. Thanks Dan. I'll go to mark

Re: [beagleboard] Re: Trouble using config-pin to config P9.28 pin as spi or gpio

2020-05-18 Thread Paul Steinke
Here is the output of the /sudo /opt/scripts/tools/version.sh git:/opt/scripts/:[46d33928c4a396ef472829bcf22761546e550a6f] eeprom:[A335BNLTGW1ABBGW16061482] model:[TI_AM335x_BeagleBone_Green_Wireless] dogtag:[BeagleBoard.org Debian Image 2019-07-07]

Re: [beagleboard] Re: Trouble using config-pin to config P9.28 pin as spi or gpio

2020-05-18 Thread psteinke66
It is a BBGW. Sorry I forgot to mention that initially. So this is the answer, i.e. these pins are not available on the BBGW, I'm assuming there is no way to make the available either. Thanks Dan. I'll go to mark your answer as correct. Paul On Monday, May 18, 2020 at 11:06:36 AM UTC-5,

Re: [beagleboard] Re: Trouble using config-pin to config P9.28 pin as spi or gpio

2020-05-18 Thread evilwulfie
LOL   i had this issue on a bunch of boards i bought. They misprogrammed the eeprom. you will need to write the correct info into the eeprom. When i notified the company that made the boards they did not give a shit. On 5/18/2020 6:47 AM, Daniel Kulp wrote: This looks like it's being

[beagleboard] Re: Trouble using config-pin to config P9.28 pin as spi or gpio

2020-05-18 Thread Daniel Kulp
This looks like it's being detected as a BBG Wireless and not a regular BBG.None of those pins are available on the BBGW. Dan On Saturday, May 16, 2020 at 9:29:10 PM UTC-4, pstei...@gmail.com wrote: > > Hi, > I'm trying to fix an error in my beaglebone green in which several PRU pin >

Re: [beagleboard] Re: Trouble using config-pin to config P9.28 pin as spi or gpio

2020-05-16 Thread Robert Nelson
On Sat, May 16, 2020 at 8:29 PM wrote: > > Hi, > I'm trying to fix an error in my beaglebone green in which several PRU pin > directories are not available. I'm using image 4.19.50-ti-r20. I'm using, > Debian 10.2 which I have experienced as working well with the BBB and BBG. > The pins

[beagleboard] Re: Trouble using config-pin to config P9.28 pin as spi or gpio

2020-05-16 Thread psteinke66
Hi, I'm trying to fix an error in my beaglebone green in which several PRU pin directories are not available. I'm using image 4.19.50-ti-r20. I'm using, Debian 10.2 which I have experienced as working well with the BBB and BBG. The pins directories that don't show up are a sub-set of the 35

[beagleboard] Re: Trouble using config-pin to config P9.28 pin as spi or gpio

2019-12-09 Thread f . f . rayan97
Hi you should change configuration of pins from HDMI to SPI type this command in terminal: sudo nano /boot/uEnv.txt then you should remove # of disable-uboot-overlay-video=1 then you can use from SPI pins On Tuesday, January 24, 2017 at 4:12:30 PM UTC+3:30, Lindo wrote: > > Hi, > > I'm trying to