Re: [beagleboard] Re: Beaglebone black not detected when plugged into PC

2017-04-16 Thread dwfunk4475
??? None of that makes any sense. -david On Sunday, April 16, 2017 at 4:11:40 PM UTC-5, RobertCNelson wrote: > > On Sun, Apr 16, 2017 at 2:25 PM, dwfunk4475 > wrote: > > I've flashed my emmc with the > >

Re: [beagleboard] Re: Ethernet over USB works only after plugging in the eth cable

2017-04-16 Thread Igor Jędrzejczak
Yupi, it works! Had to put this into rc.local: https://pastebin.com/R3rUc5rx It was ssh that was getting up too early. Thanks a lot for your help Robert! Regards -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

Re: [beagleboard] Odd dependency between GPIO and DMTIMER

2017-04-16 Thread Colton Lewis
After spending a few more days on the issue, the problem is not what I thought. The problem was my misunderstanding of the manual about how timers need to be enabled. I was thrown off track because Timer 2 worked, but this was because U-Boot enables it before I launch my own program.

Re: [beagleboard] Feasibility of BBB for ADC and GPS interfacing

2017-04-16 Thread John Syne
> On Apr 16, 2017, at 1:55 PM, Rathin Dholakia wrote: > > Yes, I can setup a oscillator circuit, in fact my GPS board provides me 10 > MHz oscillator output which is extremely stable, I can use that along with > PRU (thanks for the tip). Just be aware that this

Re: [beagleboard] Re: Ethernet over USB works only after plugging in the eth cable

2017-04-16 Thread Igor Jędrzejczak
What I'm trying to do is to configure my BBB so, that when I boot it, ethernet over USB gets configured automatically so that I wouldn't have to use ethernet cable at all, just USB. And udchcpd gets restarted after beaglebone-black-g-ether-load.sh is done, isn't it? -- For more options, visit

Re: [beagleboard] Re: Ethernet over USB works only after plugging in the eth cable

2017-04-16 Thread Robert Nelson
On Sun, Apr 16, 2017 at 4:17 PM, Igor Jędrzejczak wrote: > Yup, I pasted wrong script name, but meant beaglebone-black-g-ether-load.sh > > When should I restart dnsmasq/udchpd/etc? i do a loop on: /sys/class/net/usb0/ when it shows up, call the restart Regards, -- Robert

Re: [beagleboard] Re: Ethernet over USB works only after plugging in the eth cable

2017-04-16 Thread Igor Jędrzejczak
Yup, I pasted wrong script name, but meant beaglebone-black-g-ether-load.sh When should I restart dnsmasq/udchpd/etc? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe

Re: [beagleboard] Re: Ethernet over USB works only after plugging in the eth cable

2017-04-16 Thread Robert Nelson
On Sun, Apr 16, 2017 at 8:01 AM, Igor Jędrzejczak wrote: > One message from journal which I don't know what actually means: "is > interface usb0 up and configured?: Cannot assign requested address". Does > that mean, that bbb-eMMC-flasher-eewiki-ext4.sh is called too early?

Re: [beagleboard] Re: Beaglebone black not detected when plugged into PC

2017-04-16 Thread Robert Nelson
On Sun, Apr 16, 2017 at 2:25 PM, dwfunk4475 wrote: > I've flashed my emmc with the > "BBB-eMMC-flasher-ubuntu-16.04.2-console-armhf-2017-04-07-2gb.img"; > everything seems to be working as expected, but this guy now doesn't show up > as a USB drive on my Win7 laptop. > > Not

[beagleboard] Re: How to enable interrupt receiver register in BBB

2017-04-16 Thread Rathin Dholakia
Hello Madhu, Can you please elaborate over what you really want to do? and using what? are you using Debian OS - Sys/BIOS or StarterWare. I am still a rookie, but I can suggest the following link: https://www.linux.com/learn/beaglebone-black-how-get-interrupts-through-linux-gpio Hope it

Re: [beagleboard] Feasibility of BBB for ADC and GPS interfacing

2017-04-16 Thread Rathin Dholakia
Yes, I can setup a oscillator circuit, in fact my GPS board provides me 10 MHz oscillator output which is extremely stable, I can use that along with PRU (thanks for the tip). And yes, completely agree, I am reconsidering my ADC choice, that would ease up my design many folds. And I am also

Re: [beagleboard] Feasibility of BBB for ADC and GPS interfacing

2017-04-16 Thread John Syne
> On Apr 16, 2017, at 6:20 AM, Rathin Dholakia wrote: > > Dear John, > > Ok, now I understood. So basically, I have to create a dedicated crystal > based oscillator for time reference. I though you were telling to use PRU for > that, sorry my bad. Well, you can use

Re: [beagleboard] Re: Beaglebone black not detected when plugged into PC

2017-04-16 Thread dwfunk4475
I've flashed my emmc with the "BBB-eMMC-flasher-ubuntu-16.04.2-console-armhf-2017-04-07-2gb.img"; everything seems to be working as expected, but this guy now doesn't show up as a USB drive on my Win7 laptop. Not sure what I've overlooked. I can ssh, the usb0 is there, ethernet over usb is

Re: [beagleboard] Feasibility of BBB for ADC and GPS interfacing

2017-04-16 Thread Rathin Dholakia
Dear John, Ok, now I understood. So basically, I have to create a dedicated crystal based oscillator for time reference. I though you were telling to use PRU for that, sorry my bad. Though I'll have to figure out some way to convert my parallel digital outputs in to SPI compatible serial

[beagleboard] Re: Ethernet over USB works only after plugging in the eth cable

2017-04-16 Thread Igor Jędrzejczak
One message from journal which I don't know what actually means: "is interface usb0 up and configured?: Cannot assign requested address". Does that mean, that bbb-eMMC-flasher-eewiki-ext4.sh is called too early? On Sunday, 16 April 2017 14:12:33 UTC+2, Igor Jędrzejczak wrote: > > Thank you

[beagleboard] Re: Ethernet over USB works only after plugging in the eth cable

2017-04-16 Thread Igor Jędrzejczak
Thank you Robert for a quick answer. Unfortunately disabling that script didn't help and I still have to plug int eth cable in order to 'unlock' ethernet over USB. I had an idea, that maybe setting eth to allow-hotplug instead of auto in /etc/network/interfaces might help, but did only for one