Re: [beagleboard] Re: 192.168.7.2 is NOT opening or reachable

2020-07-13 Thread Pankaj Rai
Hi, Can we connect the BBB using ethernet cable to the computers ethernet port? ( It's because I'm living in hostel and here we have the hostel wifi available) And can we power the BBB using 5 V charger? If not, then will it work out on using the flashed sd card as boot? (I'm thinking to buy

Re: [beagleboard] Re: WiFi connectivity and possible external power supplies for BBAI

2020-07-13 Thread jonnymo
The values I provided should set the /etc/resolv.conf for the wlan0 interface. The gateway you would want to set for your config. I typically run with a static ip on my wlan0 so I edit the connman settings manually for my environment. The other option is to do it manually or with some script

Re: [beagleboard] Re: WiFi connectivity and possible external power supplies for BBAI

2020-07-13 Thread Manderson
Hi Jon - thanks for your input. This is a snapshot of my working wlan0 wlan0: flags=-28605 mtu 1500 inet 192.168.1.50 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::8291:33ff:fe4a:4223 prefixlen 64 scopeid 0x20 ether 80:91:33:4a:42:23 txqueuelen 1000

[beagleboard] Re: WiFi connectivity and possible external power supplies for BBAI

2020-07-13 Thread Manderson
Hi Dennis, On Thursday, July 9, 2020 at 4:10:55 PM UTC-7, Dennis Bieber wrote: > > On Thu, 9 Jul 2020 11:55:02 -0700 (PDT), in > gmane.comp.hardware.beagleboard.user Manderson > wrote: > > >Hi all, > > > >I typically take the wired approach when connecting to my Beaglebone > (plug > >in

[beagleboard] Re: PRU interrupt program

2020-07-13 Thread Dennis Lee Bieber
On Mon, 13 Jul 2020 10:32:37 -0700 (PDT), in gmane.comp.hardware.beagleboard.user t.n.jayasudhaa-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: >Hello, > >I am trying to configure a low latency interrupt to detect change in GPIO >input pin i.e. input to Beagle Bone AI changes from 0 ->1 or 1-> 0

[beagleboard] Re: I cannot find /dev/spidev for beagleboneAI

2020-07-13 Thread Dennis Lee Bieber
On Sun, 12 Jul 2020 19:59:20 -0700 (PDT), in gmane.comp.hardware.beagleboard.user jisu.au-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: >I wanna to use spi driver. >But beagleboneAI have no /dev/spidev > >How to use spi device driver for beagleboneAI. > By editing and compiling the

Re: [beagleboard] Re: 192.168.7.2 is NOT opening or reachable

2020-07-13 Thread Kenneth Martin
I thought you were running Windows. Can you ping 192.168.7.2 ? It might show up as a virtual tty or USB port. Running Linux host I have not done. If your using Windows pull up device manager and look in com/lpt ports and you should see a new one something like USB Serial port COM4. That's what

[beagleboard] Re: Could I get CDC NCM driver for windows 10 (BeagleBone AI)

2020-07-13 Thread Dennis Lee Bieber
On Sat, 11 Jul 2020 17:15:21 -0700 (PDT), in gmane.comp.hardware.beagleboard.user jisu.au-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: >My device manager of windows 10 cannot load CDC NCM driver when connect usb >with BeagleBone Black. To my knowledge, Windows uses RNDIS, not CDC

Re: [beagleboard] Re: 192.168.7.2 is NOT opening or reachable

2020-07-13 Thread amf
So this is the original image that came with the BBB? Like some one else just mentioned, you may want to use a ethernet cable connected to your router. Without knowing what image is on the BBB, it's going to be difficult to trouble shoot this. On Monday, July 13, 2020 at 12:14:00 PM UTC-5,

[beagleboard] Re: 192.168.7.2 is NOT opening or reachable

2020-07-13 Thread Dennis Lee Bieber
On Mon, 13 Jul 2020 23:24:06 +0530, in gmane.comp.hardware.beagleboard.user Pankaj Rai wrote: >Hi, >I've enabled the port 22 on my pc and I'm not using sd card for flashing so >I don't think i need to press the s2 button. >And also i don't have any debugger and i tried pinging the BBB on that

[beagleboard] Re: 192.168.7.2 is NOT opening or reachable

2020-07-13 Thread Dennis Lee Bieber
On Mon, 13 Jul 2020 10:43:33 -0700 (PDT), in gmane.comp.hardware.beagleboard.user amf wrote: >to boot from the sdcard, you have to hold the 'USER' button during the boot >process. (that is from the time the power is applied, till the leds start >flickering) That is only required if

[beagleboard] PRU interrupt program

2020-07-13 Thread t . n . jayasudhaa
Hello, I am trying to configure a low latency interrupt to detect change in GPIO input pin i.e. input to Beagle Bone AI changes from 0 ->1 or 1-> 0 , it should generate an interrupt. I want to do this preferably in PRU by implementing an ISR . Do you have an example code? Regards, Jayasudhaa

Re: [beagleboard] Re: 192.168.7.2 is NOT opening or reachable

2020-07-13 Thread Pankaj Rai
Hi, I've enabled the port 22 on my pc and I'm not using sd card for flashing so I don't think i need to press the s2 button. And also i don't have any debugger and i tried pinging the BBB on that address but it shows all the sent packets are lost so i think I'm unable to ping. Is there any other

Re: [beagleboard] Re: 192.168.7.2 is NOT opening or reachable

2020-07-13 Thread jonnymo
What image are you running on the BBB? Also, are you seeing an "192.168.7.1" ip created on your Ubuntu PC? You can check this using: * ifconfig -a* You can check the 'dmesg' out on your PC to see if there are any errors connecting to the BBB. Jon On Mon, Jul 13, 2020 at 10:13 AM Pankaj Rai

Re: [beagleboard] Re: 192.168.7.2 is NOT opening or reachable

2020-07-13 Thread amf
Your using Ubuntu 18.0.04 good, this is what I'm using also. Are you using any firewall software, like ufw, if you are, make sure port 22 is allowed. Yes, BBB comes with pre-install OS. If your BBB boots without and sdcard, then it is booting form the emmc. to boot from the sdcard, you have to

Re: [beagleboard] Re: 192.168.7.2 is NOT opening or reachable

2020-07-13 Thread Pankaj Rai
Hi, Pc does play a sound while connecting BBB to pc. And I've not changed any configuration of the BBB. Thanks. On Mon, Jul 13, 2020, 22:40 KenUnix wrote: > If you have not modified it's configuration you should ssh to 196.168.7.2 > > 192.168.7.1 is the P.C. side.of the connection. > > When

Re: [beagleboard] Re: 192.168.7.2 is NOT opening or reachable

2020-07-13 Thread KenUnix
If you have not modified it's configuration you should ssh to 196.168.7.2 192.168.7.1 is the P.C. side.of the connection. When powering the BBB up and connecting the USB cable does the PC play the UP tone? -- For more options, visit http://beagleboard.org/discuss --- You received this

[beagleboard] I cannot find /dev/spidev for beagleboneAI

2020-07-13 Thread jisu . au
I wanna to use spi driver. But beagleboneAI have no /dev/spidev How to use spi device driver for beagleboneAI. Thanks Regards -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To

[beagleboard] Could I get CDC NCM driver for windows 10 (BeagleBone AI)

2020-07-13 Thread jisu . au
My device manager of windows 10 cannot load CDC NCM driver when connect usb with BeagleBone Black. When I connect WIndos10 by USB cable with BeagleBone AI, But i cannot send ping 8.8.8.8 byte. I cannot use network of beagleBone AI, Just I wanna to use USB Network with CDC NCM (USB Network