Re: [beagleboard] Re: Can not connect via USB

2020-05-18 Thread Kenneth Martin
Rajesh Kulkarni, Glad its finally fixed. Save that file postboot.sh. It may be needed in later releases. Ken On Mon, May 18, 2020 at 10:10 PM Rajesh Kulkarni wrote: > Ken > Thank you so much ! It looks it helped.I was able to successfully ping dns > server names with no issues ! > > * So I

Re: [beagleboard] Re: Can not connect via USB

2020-05-18 Thread Rajesh Kulkarni
Ken Thank you so much ! It looks it helped.I was able to successfully ping dns server names with no issues ! * So I copied the postboot.sh as you suggested. * did "sudo crontab -e" * Added the following in the file" @reboot sh /home/debian/cronjobs/postboot.sh 1>/home/debian/cronjobs/log

Re: [beagleboard] HELP! Include file that evades all searches. am335x-boneblack-spi0.dtsi

2020-05-18 Thread Robert Nelson
On Mon, May 18, 2020 at 5:36 PM Richard Day wrote: > > Hi, > I was trying to debug a patch that would not work today and I came across an > file that has been noted as the DTSI file include file gives us the routines > to access the SPI0. The original programmer retired yonks ago and says he

[beagleboard] HELP! Include file that evades all searches. am335x-boneblack-spi0.dtsi

2020-05-18 Thread Richard Day
Hi, I was trying to debug a patch that would not work today and I came across an file that has been noted as the DTSI file include file gives us the routines to access the SPI0. The original programmer retired yonks ago and says he can't remember anything !!! I am totally stuck! #include

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

Re: [beagleboard] Re: Can not connect via USB

2020-05-18 Thread Kenneth Martin
Rajesh Kulkarni A lot has changed with the 4-6 release. Don't fool around with /etc/network/interfaces or /etc/resolv.conf. As debian user in the home directory. cd ~/ mkdir cronjobs copy the attached file into cronjobs cd cronjobs Read the top of the file postboot.sh The following must be

[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: Can not connect via USB

2020-05-18 Thread Rajesh Kulkarni
Hi Kenneth, I am using Debian Buster IoT Image 2020-04-06 . Regards, Rajesh On Sun, May 17, 2020 at 7:59 PM Kenneth Martin wrote: > Rajesh Kulkarni > Send another message tomorrow. I have a fix for that and it uses crontab > as sudo. I > will send you examples of it all and it works. I use it.