[beagleboard] Beaglebone Black Kernel Upgrade (NAND not detected)

2020-10-12 Thread anthony . h . barrera
Hello,

In 2015 my company developed a custom board based on the Beaglebone Black 
using the 3.14 kernel from https://github.com/beagleboard/linux. We now 
need to update to the 5.4 kernel. We have attempted to port our kernel 
source and device tree customization into the 5.4.0 kernel that we got 
from https://github.com/beagleboard/linux, and are currently configuring 
the 5.4 kernel with the same config file we used for 3.14. Although the 
system boots, not surprisingly most of our customizations are not 
functioning.

In particular, our kernel cannot detect our NAND flash (AMD/Spansion 
S34ML01G2). Wondering if anyone can point me to any resources that might 
help me through the process of configuring this 5.4 kernel to work with my 
flash part?

Any help would be greatly appreciated, thank you!

Anthony

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/6c8a6876-e590-48a8-a771-432022f22b61o%40googlegroups.com.


Re: [beagleboard] Re: Can't connet to BBB over Ethernet

2020-10-12 Thread jonnymo
I don't typically use the Network Manager since it can be a bit wonky and
have a mind of its own.

The routing of traffic from the Beaglebone to the internet through a Ubuntu
host seems to pop up quite often so perhaps it needs a special place or
WiKi.

This is an instance of something fairly recent in the forums:

https://mail.google.com/mail/u/0/?tab=rm#search/iptables/FMfcgxwGDNPVtXcfbtFvLBMVVszdQhQW

In there is a link to a script by Robert Nelson that shows what to set on
the Ubuntu host.  This may or may not work though.
One note, in your case the Out Port would be wlp7s0, and your In port would
be eth0 on the Ubuntu host.
https://github.com/RobertCNelson/boot-scripts/blob/master/network/doc-debian-setup.md

I've done something like:
  * sudo iptables -A FORWARD -i wlan0 -o eth1 -j ACCEPT*

Another reference:
https://gist.github.com/pdp7/d2711b5ff1fbb000240bd8337b859412

On the BB, under /opt/scripts/network there are some scripts for setting
the network in various connection instances. You could try to use say the
linux usb0 one and make the edits for your BB eth0 port.
  Ex:
  */opt/scripts/network/usb_linux_usb0_ics.sh*

Cheers,

Jon

On Mon, Oct 12, 2020 at 10:29 AM Pavel Yermolenko 
wrote:

> Yes I did it what you suggested. At that moment it didn't work. Probably
> due to the wrong settings on the Ubuntu side.
>
> On Monday, October 12, 2020 at 5:47:45 PM UTC+2, jonnymo wrote:
>>
>> Did you follow what was shown in the link I provided for setting the
>> iptables?  You are not going to do this via the Network Manager on the
>> Ubuntu system.  You need to set the routing so the BB will connect to the
>> Internet through your Ethernet connection on your Ubuntu system. That is
>> unless there is a share option for the Wireless connection.  This is
>> similar to using the USB Network connection except in your case you are
>> trying to use the Ethernet connection.
>>
>> Jon
>>
>> On Mon, Oct 12, 2020 at 7:33 AM amf  wrote:
>>
>>> try setting your gateway, in your case it should be 192.168.0.1, this is
>>> the routers ip, at lease in my case.
>>>
>>> On Monday, October 12, 2020 at 8:46:40 AM UTC-5 py.o...@sunrise.ch
>>> wrote:
>>>
 Could someone share their wired connection settings on a Linux machine
 (preferably on Ubuntu).
 In my case I can't share wifi Internet connection on Ubuntu with BBB.
 BBB is connected to Ubuntu over ssh(ethernet cable) also over terminal.
 With these setting (please, see screenshot below) I can connect to BBB
 over *ssh*, but can't get Internet. When I specify *DHCP* nothing
 works: I even can't get connection over *ssh*.
 Thanks.

 [image: Screenshot from 2020-10-12 15-38-59.png]

 --
>>> For more options, visit http://beagleboard.org/discuss
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "BeagleBoard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to beagl...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/beagleboard/a212c2ff-6d77-47c8-b3e2-c7cc16f4b863n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/922522a4-3118-4704-ba50-cba5b85a60e3o%40googlegroups.com
> 
> .
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAG99bkreSt9z-P22SOCFT7tkb17gLjP0a9nAWOiSzDAivC2fqA%40mail.gmail.com.


[beagleboard] SYSBOOT set to MMC1,MMC0 but MMC0 always booted if SD Card present

2020-10-12 Thread Ryan N
I've got a custom board with SYSBOOT boot order set to always prefer the 
onboard eMMC (MMC1) over the SD card (MMC0), but after initial flash of the 
eMMC it always boots from the SD card if it is present.

I'm speculating that SPL is loaded from MMC1 as I expect but then it is 
using MMC0 as the root device and booting from there. If that is the case, 
what changes are necessary to u-boot and or uEnv.txt to always boot from 
eMMC / MMC1 unless the button to boot from SD is held?

Here is output from /dev/ttyO0 during both scenarios:

*eMMC only, no SD card present*

U-Boot SPL 2019.04-2-gc9b3922522 (Aug 24 2020 - 16:42:18 -0500)
Trying to boot from MMC2
Loading Environment from EXT4... Card did not respond to voltage select!




U-Boot 2019.04-2-gc9b3922522 (Aug 24 2020 - 16:42:18 -0500), Build: 
jenkins-github_Bootloader-Builder-144

CPU  : AM335X-GP rev 2.1
I2C:   ready
DRAM:  512 MiB
No match for driver 'omap_hsmmc'
No match for driver 'omap_hsmmc'
Some drivers were not found
Reset Source: Power-on reset has occurred.
RTC 32KCLK Source: External.
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from EXT4... Card did not respond to voltage select!
Board: BeagleBone Black
 not set. Validating first E-fuse MAC
BeagleBone Black:
BeagleBone Cape EEPROM: no EEPROM at address: 0x54
BeagleBone Cape EEPROM: no EEPROM at address: 0x55
BeagleBone Cape EEPROM: no EEPROM at address: 0x56
BeagleBone Cape EEPROM: no EEPROM at address: 0x57
Net:   eth0: MII MODE
cpsw, usb_ether
Press SPACE to abort autoboot in 0 seconds
board_name=[A335BNLT] ...
board_rev=[] ...
Card did not respond to voltage select!
Card did not respond to voltage select!
Card did not respond to voltage select!
gpio: pin 56 (gpio 56) value is 0
gpio: pin 55 (gpio 55) value is 0
gpio: pin 54 (gpio 54) value is 0
gpio: pin 53 (gpio 53) value is 1
Card did not respond to voltage select!
Card did not respond to voltage select!
switch to partitions #0, OK
mmc1(part 0) is current device
Scanning mmc 1:1...
gpio: pin 56 (gpio 56) value is 0
gpio: pin 55 (gpio 55) value is 0
gpio: pin 54 (gpio 54) value is 0
gpio: pin 53 (gpio 53) value is 1
switch to partitions #0, OK
mmc1(part 0) is current device
gpio: pin 54 (gpio 54) value is 1
Checking for: /uEnv.txt ...
Checking for: /boot.scr ...
Checking for: /boot/boot.scr ...
Checking for: /boot/uEnv.txt ...
gpio: pin 55 (gpio 55) value is 1
1054 bytes read in 45 ms (22.5 KiB/s)
Loaded environment from /boot/uEnv.txt
debug: [dtb=x.dtb] ...
Using: dtb=.dtb ...
Checking if uname_r is set in /boot/uEnv.txt...
gpio: pin 56 (gpio 56) value is 1
Running uname_boot ...
loading /boot/vmlinuz-4.19.94-ti-r43 ...
10097528 bytes read in 706 ms (13.6 MiB/s)
debug: [enable_uboot_overlays=1] ...
debug: [enable_uboot_cape_universal=1] ...
debug: [uboot_base_dtb_univ=am335x-boneblack-uboot-univ.dtb] ...
uboot_overlays: [uboot_base_dtb=am335x-boneblack-uboot-univ.dtb] ...
uboot_overlays: Switching too: dtb=am335x-boneblack-uboot-univ.dtb ...
loading /boot/dtbs/4.19.94-ti-r43/am335x-boneblack-uboot-univ.dtb ...
60334 bytes read in 59 ms (998 KiB/s)
uboot_overlays: [fdt_buffer=0x6] ...
uboot_overlays: loading /lib/firmware/BB-ADC-00A0.dtbo ...
867 bytes read in 318 ms (2 KiB/s)
uboot_overlays: loading /lib/firmware/BB-BONE-eMMC1-01-00A0.dtbo ...
1584 bytes read in 68 ms (22.5 KiB/s)
uboot_overlays: loading /lib/firmware/BB-HDMI-TDA998x-00A0.dtbo ...
4915 bytes read in 191 ms (24.4 KiB/s)
loading /boot/initrd.img-4.19.94-ti-r43 ...
3342230 bytes read in 242 ms (13.2 MiB/s)
debug: [console=ttyO0,115200n8 bone_capemgr.uboot_capemgr_enabled=1 
root=/dev/mmcblk1p1 ro rootfstype=ext4 rootwait coherent_pool=1M 
net.ifnames=0 quiet] ...
debug: [bootz 0x8200 0x8808:32ff96 8800] ...
## Flattened Device Tree blob at 8800
   Booting using the fdt blob at 0x8800
   Loading Ramdisk to 8fcd, end 8f96 ... OK
   Loading Device Tree to 8fc5d000, end 8fcc ... OK

*SD card present*

U-Boot SPL 2019.04-2-gc9b3922522 (Aug 24 2020 - 16:42:18 -0500)
Trying to boot from MMC2
Loading Environment from EXT4... ** File not found /boot/uboot.env **

** Unable to read "/boot/uboot.env" from mmc0:1 **


U-Boot 2019.04-2-gc9b3922522 (Aug 24 2020 - 16:42:18 -0500), Build: 
jenkins-github_Bootloader-Builder-144

CPU  : AM335X-GP rev 2.1
I2C:   ready
DRAM:  512 MiB
No match for driver 'omap_hsmmc'
No match for driver 'omap_hsmmc'
Some drivers were not found
Reset Source: Power-on reset has occurred.
RTC 32KCLK Source: External.
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from EXT4... ** File not found /boot/uboot.env **

** Unable to read "/boot/uboot.env" from mmc0:1 **
Board: BeagleBone Black
 not set. Validating first E-fuse MAC
BeagleBone Black:
BeagleBone Cape EEPROM: no EEPROM at address: 0x54
BeagleBone Cape EEPROM: no EEPROM at address: 0x55
BeagleBone Cape EEPROM: no EEPROM at address: 0x56
BeagleBone Cape EEPROM: no EEPROM at address: 0x57
Net:   eth0: MII MODE
cpsw, 

[beagleboard] When is Ubuntu 20.04 Console Image Release Planned?

2020-10-12 Thread mary . metelko
Looking at the https://github.com/RobertCNelson/omap-image-builder 
activity, I see that there have been changes to add the ability to release 
a 20.04.1 version of the "console-armhf" image.  The last update was in 
April (ubuntu-18.04.4-console-armhf-2020-04-09.tar.xz 
).
  
I was wondering when a new release might be expected which will have a 
released version for "ubuntu-20.04.1-console-armhf-2020-xx-xx.tar.xz"?  
What are the issues that are still in progress?  I particularly interested 
in the 5.4.66-ti-rt-r18 kernel release 

.

Thanks in advance for any information on this activity.



-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/c614c48c-8f2d-4430-844c-c2d4dd5f80e4o%40googlegroups.com.


[beagleboard] Re: How to install libssl-dev on beaglebone black

2020-10-12 Thread Dennis Lee Bieber
On Mon, 12 Oct 2020 07:45:22 -0700 (PDT), in
gmane.comp.hardware.beagleboard.user Ngh?a Ph?m
 wrote:

>Hello everyone
>I am having problem installing ssl library on black beaglebone black. Can 
>someone help me? There seems to be no other way than to download the source 
>code and install it manually.
>

debian@beaglebone:~$ sudo apt search libssl
[sudo] password for debian:
Sorting... Done
Full Text Search... Done
libssl-dev/stable,stable,now 1.1.1d-0+deb10u3 armhf [installed,automatic]
  Secure Sockets Layer toolkit - development files

libssl-doc/stable,stable 1.1.1d-0+deb10u3 all
  Secure Sockets Layer toolkit - development documentation

libssl-ocaml/stable 0.5.5-1 armhf
  OCaml bindings for OpenSSL (runtime)

libssl-ocaml-dev/stable 0.5.5-1 armhf
  OCaml bindings for OpenSSL

libssl-utils-clojure/stable 0.8.3-2 all
  library for SSL certificate management on the JVM

libssl1.1/stable,stable,now 1.1.1d-0+deb10u3 armhf [installed]
  Secure Sockets Layer toolkit - shared libraries

debian@beaglebone:~$

Sure seems to be available on my BBB! What OS image are you running?

 Debian GNU/Linux 10
|
| BeagleBoard.org Debian Buster IoT Image 2020-08-19
|

When was the last time you ran 

sudo apt update
sudo apt upgrade



-- 
Dennis L Bieber

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/8n49oftkefthirjskl4q214tndg9dbovhe%404ax.com.


Re: [beagleboard] Re: Can't connet to BBB over Ethernet

2020-10-12 Thread Pavel Yermolenko
Yes I did it what you suggested. At that moment it didn't work. Probably 
due to the wrong settings on the Ubuntu side.

On Monday, October 12, 2020 at 5:47:45 PM UTC+2, jonnymo wrote:
>
> Did you follow what was shown in the link I provided for setting the 
> iptables?  You are not going to do this via the Network Manager on the 
> Ubuntu system.  You need to set the routing so the BB will connect to the 
> Internet through your Ethernet connection on your Ubuntu system. That is 
> unless there is a share option for the Wireless connection.  This is 
> similar to using the USB Network connection except in your case you are 
> trying to use the Ethernet connection.
>
> Jon
>
> On Mon, Oct 12, 2020 at 7:33 AM amf > 
> wrote:
>
>> try setting your gateway, in your case it should be 192.168.0.1, this is 
>> the routers ip, at lease in my case.
>>
>> On Monday, October 12, 2020 at 8:46:40 AM UTC-5 py.o...@sunrise.ch wrote:
>>
>>> Could someone share their wired connection settings on a Linux machine 
>>> (preferably on Ubuntu).
>>> In my case I can't share wifi Internet connection on Ubuntu with BBB. 
>>> BBB is connected to Ubuntu over ssh(ethernet cable) also over terminal.
>>> With these setting (please, see screenshot below) I can connect to BBB 
>>> over *ssh*, but can't get Internet. When I specify *DHCP* nothing 
>>> works: I even can't get connection over *ssh*.
>>> Thanks.
>>>
>>> [image: Screenshot from 2020-10-12 15-38-59.png]
>>>
>>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/a212c2ff-6d77-47c8-b3e2-c7cc16f4b863n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/922522a4-3118-4704-ba50-cba5b85a60e3o%40googlegroups.com.


[beagleboard] Re: Make Micro SD card bootable in windows

2020-10-12 Thread Dennis Lee Bieber
On Sun, 11 Oct 2020 02:48:35 -0700 (PDT), in
gmane.comp.hardware.beagleboard.user John Dyson
 wrote:

>Is there a tool in windows that reliably marks the SD card as bootable to 
>change the MLO? Or would it better to do it from virtual box ubuntu?

There is, to my knowledge, nothing in Windows that understands EXTn
file systems/partitions.


-- 
Dennis L Bieber

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/ca49ofh6fqrtni3b7gs5ntksd79kogtpv2%404ax.com.


Re: [beagleboard] Re: Can't connet to BBB over Ethernet

2020-10-12 Thread Pavel Yermolenko
I'm sick of this crazy Ubuntu.
There is a connection that appears every time I restart the system. I 
delete it, but it reappears each time (the one whose IP is 169.254 ) 
How to permanently delete it.

[image: Screenshot from 2020-10-12 19-24-08.png]


On Monday, October 12, 2020 at 4:33:40 PM UTC+2, amf wrote:
>
> try setting your gateway, in your case it should be 192.168.0.1, this is 
> the routers ip, at lease in my case.
>
> On Monday, October 12, 2020 at 8:46:40 AM UTC-5 py.o...@sunrise.ch wrote:
>
>> Could someone share their wired connection settings on a Linux machine 
>> (preferably on Ubuntu).
>> In my case I can't share wifi Internet connection on Ubuntu with BBB. BBB 
>> is connected to Ubuntu over ssh(ethernet cable) also over terminal.
>> With these setting (please, see screenshot below) I can connect to BBB 
>> over *ssh*, but can't get Internet. When I specify *DHCP* nothing works: 
>> I even can't get connection over *ssh*.
>> Thanks.
>>
>> [image: Screenshot from 2020-10-12 15-38-59.png]
>>
>>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/e1ce12b6-5df7-4dda-804c-69e64dae3735o%40googlegroups.com.


[beagleboard] Re: Beaglebone black connect to Web

2020-10-12 Thread Dennis Lee Bieber
On Sun, 11 Oct 2020 02:46:28 -0700 (PDT), in
gmane.comp.hardware.beagleboard.user John Dyson
 wrote:

>Hi,
>
>I think the problem is with the network adapter not working correctly in 
>windows. The network adapter shown is "Remote NDIS compatible Device".
>

That adapter is the norm for the BBB USB "ethernet" emulation.

How are you powering the BBB? Using USB from the host computer? If so,
you also have the USB ethernet gadget active.

In either case, you need the BBB configured to /route/ packets to the
next node in your network. Normally that would be an internet router --
even though I've powered this BBB using the USB (and hence have the
192.168.7.x IPs active) it is also connected to my router over a CAT-5
cable. Note that the router issued the BBB 192.168.1.69, and also that the
default destination for packets is the router (ATT U-Verse service).

debian@beaglebone:~$ ifconfig
eth0: flags=-28605  mtu 1500
inet 192.168.1.69  netmask 255.255.255.0  broadcast 192.168.1.255
inet6 2600:1700:e630:890:d239:72ff:fe18:3ee5  prefixlen 64  scopeid
0x0
inet6 fe80::d239:72ff:fe18:3ee5  prefixlen 64  scopeid 0x20
inet6 2600:1700:e630:890::31  prefixlen 64  scopeid 0x0
ether d0:39:72:18:3e:e5  txqueuelen 1000  (Ethernet)
RX packets 111  bytes 13355 (13.0 KiB)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 139  bytes 23120 (22.5 KiB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
device interrupt 55

lo: flags=73  mtu 65536
inet 127.0.0.1  netmask 255.0.0.0
inet6 ::1  prefixlen 128  scopeid 0x10
loop  txqueuelen 1000  (Local Loopback)
RX packets 81  bytes 6556 (6.4 KiB)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 81  bytes 6556 (6.4 KiB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

usb0: flags=4163  mtu 1500
inet 192.168.7.2  netmask 255.255.255.0  broadcast 192.168.7.255
inet6 fe80::d239:72ff:fe18:3ee7  prefixlen 64  scopeid 0x20
ether d0:39:72:18:3e:e7  txqueuelen 1000  (Ethernet)
RX packets 118  bytes 27503 (26.8 KiB)
RX errors 0  dropped 4  overruns 0  frame 0
TX packets 46  bytes 10444 (10.1 KiB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

usb1: flags=4099  mtu 1500
inet 192.168.6.2  netmask 255.255.255.0  broadcast 192.168.6.255
ether d0:39:72:18:3e:eb  txqueuelen 1000  (Ethernet)
RX packets 0  bytes 0 (0.0 B)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 0  bytes 0 (0.0 B)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

debian@beaglebone:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse
Iface
default dsldevice.attlo 0.0.0.0 UG0  00
eth0
192.168.1.0 0.0.0.0 255.255.255.0   U 0  00
eth0
dsldevice.attlo 0.0.0.0 255.255.255.255 UH0  00
eth0
192.168.6.0 0.0.0.0 255.255.255.0   U 0  00
usb1
192.168.7.0 0.0.0.0 255.255.255.0   U 0  00
usb0

If you are connecting to an ethernet port on your computer, your host
computer has to also be configured to act as a router -- that is, it has to
accept packets from the BBB, and pass them on to whatever node the host has
defined as a gateway.

THIS ACTION is not automatic for Windows! In some versions it is known
as Internet Connection Sharing (ICS), and requires configuration to "link"
the (to-be-shared) network with the devices connected to the host computer.
cf:
https://answers.microsoft.com/en-us/windows/forum/windows_10-networking-winpc/internet-connection-sharing-in-windows-10/f6dcac4b-5203-4c98-8cf2-dcac86d98fb9

I have never done this, and have no desire to experiment with it

debian@beaglebone:~$ traceroute 8.8.8.8
traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
 1  dsldevice.attlocal.net (192.168.1.254)  0.741 ms  0.966 ms  0.868 ms
 2  76-255-152-1.lightspeed.gdrpmi.sbcglobal.net (76.255.152.1)  26.304 ms
26.519 ms  27.412 ms
 3  71.152.176.29 (71.152.176.29)  21.155 ms  21.087 ms  21.230 ms
 4  cr2.cgcil.ip.att.net (12.123.7.142)  32.936 ms  32.997 ms  33.044 ms
 5  gar10.cgcil.ip.att.net (12.122.133.45)  28.911 ms  29.198 ms  30.100 ms
 6  12.255.10.54 (12.255.10.54)  30.498 ms  22.241 ms  23.598 ms
 7  10.252.38.62 (10.252.38.62)  24.052 ms 10.252.49.190 (10.252.49.190)
23.670 ms 10.252.38.30 (10.252.38.30)  24.364 ms
 8  dns.google (8.8.8.8)  25.134 ms  22.236 ms  23.141 ms
debian@beaglebone:~$ traceroute 192.168.1.66
traceroute to 192.168.1.66 (192.168.1.66), 30 hops max, 60 byte packets
 1  * * *
 2  * * *
 3  * * *
 4  * * *
 5  * * *
 6  *^C
debian@beaglebone:~$

Appears my host computer is blocking traceroute, but ping is okay

debian@beaglebone:~$ ping 192.168.1.66
PING 

Re: [beagleboard] Re: Can't connet to BBB over Ethernet

2020-10-12 Thread jonnymo
Did you follow what was shown in the link I provided for setting the
iptables?  You are not going to do this via the Network Manager on the
Ubuntu system.  You need to set the routing so the BB will connect to the
Internet through your Ethernet connection on your Ubuntu system. That is
unless there is a share option for the Wireless connection.  This is
similar to using the USB Network connection except in your case you are
trying to use the Ethernet connection.

Jon

On Mon, Oct 12, 2020 at 7:33 AM amf  wrote:

> try setting your gateway, in your case it should be 192.168.0.1, this is
> the routers ip, at lease in my case.
>
> On Monday, October 12, 2020 at 8:46:40 AM UTC-5 py.o...@sunrise.ch wrote:
>
>> Could someone share their wired connection settings on a Linux machine
>> (preferably on Ubuntu).
>> In my case I can't share wifi Internet connection on Ubuntu with BBB. BBB
>> is connected to Ubuntu over ssh(ethernet cable) also over terminal.
>> With these setting (please, see screenshot below) I can connect to BBB
>> over *ssh*, but can't get Internet. When I specify *DHCP* nothing works:
>> I even can't get connection over *ssh*.
>> Thanks.
>>
>> [image: Screenshot from 2020-10-12 15-38-59.png]
>>
>> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/a212c2ff-6d77-47c8-b3e2-c7cc16f4b863n%40googlegroups.com
> 
> .
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAG99bkpr-J5_4C7Ye8RO_WwnBy1ohV51OJKcxHMm8RuisUzSdQ%40mail.gmail.com.


Re: [beagleboard] Re: Beaglebone black connect to Web

2020-10-12 Thread jonnymo
A crossover cable is a bit old school.  Most modern Ethernet divides do not
require this; at least I have not seen a need for one a good amount of time.

As far as connecting to the Internet, did you set the "resolv.conf" on your
Beaglebone.  This is described in the link I provided previously.
Ex:
*echo "nameserver 8.8.8.8" >> /etc/resolv.conf*


*Jon*


On Mon, Oct 12, 2020 at 6:27 AM 'john.dyson21' via BeagleBoard <
beagleboard@googlegroups.com> wrote:

> Hi again I don't think the beaglebone gateway is working as when I ping
> 192.168.7.1 from the beagle via ssh it doesn't work.
>
> On Thursday, October 8, 2020 at 4:08:36 PM UTC+1 jonn...@gmail.com wrote:
>
>> Are you following the instructions listed at the following link?
>>
>> https://www.digikey.com/en/maker/blogs/how-to-connect-a-beaglebone-black-to-the-internet-using-usb
>>
>> Have you set the default router on your BBB?
>> Ex:
>>* sudo /sbin/route add default gw 192.168.7.1  *
>>
>> Cheers,
>>
>> Jon
>>
>> On Thu, Oct 8, 2020 at 6:16 AM Tarmo  wrote:
>>
>>> On Thursday, October 8, 2020 at 3:16:24 PM UTC+3 dysona...@gmail.com
>>> wrote:
>>>
 I have a beaglebone black and I'm attempting to connect it to the
 outside world.  I have the latest debian image installed.

 Here is what I have done:

 - installed latest windows 64 bit drivers
 - Configured my wifi network adapter to be shared with the network
 adapter created through the USB cable connection.

 When I attempt to ping www.google.com I get the error "Temporary
 failure in name resolution"

 Any help would be of benefit.

>>>
>>> IIRC the BB-s virtual Ethernet port is not configured to be an uplink to
>>> the Internet - the Ethernet port is. Changing this is going to be tricky
>>> (not impossible, but requires in-depth understanding of what you're doing).
>>>
>>> The simplest way to solve your problem is to connect the BB to Internet
>>> using an Ethernet cable and your nearest router.
>>>
>>> --
>>> Kind regards,
>>> Tarmo
>>>
>>> --
>>> For more options, visit http://beagleboard.org/discuss
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "BeagleBoard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to beagleboard...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/beagleboard/2f1af32f-1814-4d5d-837b-4aea0dc59984n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/0f7755dc-2c6e-436b-8553-1d41d9d1d32dn%40googlegroups.com
> 
> .
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAG99bkrCm4Ax9j1WMRRWp0E1ce03WXf6sQNxw2MaKXrxf65msw%40mail.gmail.com.


Re: [beagleboard] How to install libssl-dev on beaglebone black

2020-10-12 Thread Robert Nelson
On Mon, Oct 12, 2020 at 9:45 AM Nghĩa Phạm  wrote:
>
> Hello everyone
> I am having problem installing ssl library on black beaglebone black. Can 
> someone help me? There seems to be no other way than to download the source 
> code and install it manually.
>
> debian@beaglebone:~$ sudo apt-get install libssl-dev
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package libssl-dev

sudo apt-get update
sudo apt-get install libssl-dev

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYj%3D2hZWBh2DQuspxFa6AMxHBbsKQXZX8bqfg158rv3sUg%40mail.gmail.com.


[beagleboard] How to install libssl-dev on beaglebone black

2020-10-12 Thread Nghĩa Phạm
Hello everyone
I am having problem installing ssl library on black beaglebone black. Can 
someone help me? There seems to be no other way than to download the source 
code and install it manually.

debian@beaglebone:~$ sudo apt-get install libssl-dev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
E: Unable to locate package libssl-dev


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/09482b51-e865-4261-bbd5-251dcd519166n%40googlegroups.com.


Re: [beagleboard] Re: User LEDs control

2020-10-12 Thread Mark A. Yoder
This may be off topic, but I have some notes on how to switch a GPIO pin to 
be an LED.

https://elinux.org/EBC_Exercise_17_Switching_a_GPIO_to_an_LED

--Mark

On Sunday, October 11, 2020 at 5:54:41 PM UTC-4 jonn...@gmail.com wrote:

> I'm not sure what board you have or what kernel you are running, however 
> on a Beaglebone Black running a 4.19 kernel, the LED settings are located 
> in the bone-common.dtsi file:
> Note: From the BBB schematic, led1 is connected to the Ethernet port, so 
> perhaps you are trying to control usr0 LED. 
> Ex:
>   /opt/source/dtb-4.19-ti/src/arm/am335x-bone-common.dtsi
>
> *leds {*
> *pinctrl-names = "default";*
> *pinctrl-0 = <_leds_s0>;*
>
> *compatible = "gpio-leds";*
>
> *led2 {*
> *label = "beaglebone:green:usr0";*
> *gpios = < 21 GPIO_ACTIVE_HIGH>;*
> *linux,default-trigger = "heartbeat";*
> *default-state = "off";*
> *};*
>
> *led3 {*
> *label = "beaglebone:green:usr1";*
> *gpios = < 22 GPIO_ACTIVE_HIGH>;*
> *linux,default-trigger = "mmc0";*
> *default-state = "off";*
> *};*
>
> *led4 {*
> *label = "beaglebone:green:usr2";*
> *gpios = < 23 GPIO_ACTIVE_HIGH>;*
> *linux,default-trigger = "cpu0";*
> *default-state = "off";*
> *};*
>
> *led5 {*
> *label = "beaglebone:green:usr3";*
> *gpios = < 24 GPIO_ACTIVE_HIGH>;*
> *linux,default-trigger = "mmc1";*
> *default-state = "off";*
> *};*
> *};*
>
> Cheers,
>
> Jon
>
>
> On Sun, Oct 11, 2020 at 12:34 PM Joshua Park  wrote:
>
>> Also, I figure that I process is controlling the blinking of user LED 1 
>> since that is the only one I cannot change. Can anyone tell me what this 
>> process is and if I can stop it from controlling LED 1?
>>
>> On Sunday, October 11, 2020 at 3:01:06 PM UTC-4 Joshua Park wrote:
>>
>>> Hi all,
>>>
>>> I am trying to change the user LEDs but I am unable to make permanent 
>>> changes to the files in */sys/devices/platform/leds/leds*. Can someone 
>>> help me out? 
>>>
>>> Thanks in advance.
>>>
>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagleboard...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/acfff9b2-a632-47a7-a4f0-29991e4475c5n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/cf2d3944-7e0f-46c0-8bb3-59c4c0e84cd9n%40googlegroups.com.


Re: [beagleboard] Re: Can't connet to BBB over Ethernet

2020-10-12 Thread amf
try setting your gateway, in your case it should be 192.168.0.1, this is 
the routers ip, at lease in my case.

On Monday, October 12, 2020 at 8:46:40 AM UTC-5 py.o...@sunrise.ch wrote:

> Could someone share their wired connection settings on a Linux machine 
> (preferably on Ubuntu).
> In my case I can't share wifi Internet connection on Ubuntu with BBB. BBB 
> is connected to Ubuntu over ssh(ethernet cable) also over terminal.
> With these setting (please, see screenshot below) I can connect to BBB 
> over *ssh*, but can't get Internet. When I specify *DHCP* nothing works: 
> I even can't get connection over *ssh*.
> Thanks.
>
> [image: Screenshot from 2020-10-12 15-38-59.png]
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/a212c2ff-6d77-47c8-b3e2-c7cc16f4b863n%40googlegroups.com.


[beagleboard] Updated Hotlist as on 12-Oct-2020 form DS Technologies Inc.

2020-10-12 Thread DS Technologies Inc
Hi All, Hope you are doing great...!

Here you go with my current - Hotlist of the Candidates who are looking for
C2C opportunities, Do you have any positions open for them ? Would you like
to look at their resumes ?

Please email me with the Job Description and Client Details..

NAME of the
Candidate TECHNOLOGY Years of
EXPERIENCE OPEN TO
 RELOCATE
Manasa Power BI 7+ WA-Yes
Sultana QA/SDET
Automation Engineer 7+ VA-Yes
Ishita Agile Lead/
Scrum Master 9+ VA-Yes
Shree Scrum Master 6+ NJ-Yes
Sridhar  .NET Developer 6+ MD-Yes
Priya .NET Developer 9+ VA-Yes
Pratibha UI Developer 6+ WI -Yes

Would you like to be updated about my Hot-list Regularly.. ?



Here you go with the current *Hot-list*
 and send me a LinkedIn
connection request as well.


Ricky Paddick  
US IT Bench Sales Recruiter
*DS Technologies Inc*
+1 (703) - 634 - 0362 Ext -(102) // +91 7901014474
ri...@dstechnologiesinc.com // ricky.padd...@outlook.com
www.dstechnologiesinc.com
11921 Freedom Drive Suite 550 Reston, VA 20190

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CANRhVEvpaH9EbyefNKeG33yANfPsn93-TiCtTY%2B2f8DVHx1Z4A%40mail.gmail.com.


Re: [beagleboard] Re: Can't connet to BBB over Ethernet

2020-10-12 Thread Pavel Yermolenko
Could someone share their wired connection settings on a Linux machine 
(preferably on Ubuntu).
In my case I can't share wifi Internet connection on Ubuntu with BBB. BBB 
is connected to Ubuntu over ssh(ethernet cable) also over terminal.
With these setting (please, see screenshot below) I can connect to BBB over 
*ssh*, but can't get Internet. When I specify *DHCP* nothing works: I even 
can't get connection over *ssh*.
Thanks.

[image: Screenshot from 2020-10-12 15-38-59.png]

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/8e23bd18-37fd-4f14-9dc7-eb9bb2780caeo%40googlegroups.com.


Re: [beagleboard] Make Micro SD card bootable in windows

2020-10-12 Thread Robert Nelson
On Mon, Oct 12, 2020 at 8:27 AM John Dyson  wrote:
>
> Hi,
>
> Is there a tool in windows that reliably marks the SD card as bootable to 
> change the MLO? Or would it better to do it from virtual box ubuntu?

Actually neither..  It's best to boot into a native Linux
LiveCD/Install, and then copy the MLO with dd to the microSD..

Both Windows and VirtualBox add an extra layer that likes to corrupt
the microSD at that low level..

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYhv%2BR%3DoYRyTRyZ8xX9w1J4GRFQH6ArgA%3DTyPgDXLDdsFg%40mail.gmail.com.


Re: [beagleboard] What is the use of AIN7 ADC input from 3V3 rail?

2020-10-12 Thread Robert Nelson
On Mon, Oct 12, 2020 at 12:35 AM Venugopal S Nair 
wrote:

> What is the use of the ADC input AIN7? Is it used for any logic internally
> or just as a voltage measurement?
>
> We are planning for a custom board based on beagle bone black. Is this pin
> absolutely necessary? Or can we just remove it from circuit?
>


It's a voltage reference, if you want to tune the values of AIN0->AIN6 in
your software..

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYjdadJTK94S4ns6XqqDbLJzkKJvKbHwfmfJ0Q1e6hagdQ%40mail.gmail.com.


[beagleboard] Make Micro SD card bootable in windows

2020-10-12 Thread John Dyson
Hi,

Is there a tool in windows that reliably marks the SD card as bootable to 
change the MLO? Or would it better to do it from virtual box ubuntu?

Thanks

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/62ade5ce-82e7-452e-9ca0-ae8720c49e66n%40googlegroups.com.


Re: [beagleboard] Re: Beaglebone black connect to Web

2020-10-12 Thread 'john.dyson21' via BeagleBoard
Hi,

Yes I have set the default router setup in windows 192.178.7.1.

Will it require an ethernet cross-over cable? Is there a link to basic 
instructions to achieve this?

Many thanks in advance.

Thanks

On Thursday, October 8, 2020 at 4:08:36 PM UTC+1 jonn...@gmail.com wrote:

> Are you following the instructions listed at the following link?
>
> https://www.digikey.com/en/maker/blogs/how-to-connect-a-beaglebone-black-to-the-internet-using-usb
>
> Have you set the default router on your BBB?
> Ex:
>* sudo /sbin/route add default gw 192.168.7.1  *
>
> Cheers,
>
> Jon
>
> On Thu, Oct 8, 2020 at 6:16 AM Tarmo  wrote:
>
>> On Thursday, October 8, 2020 at 3:16:24 PM UTC+3 dysona...@gmail.com 
>> wrote:
>>
>>> I have a beaglebone black and I'm attempting to connect it to the 
>>> outside world.  I have the latest debian image installed.
>>>
>>> Here is what I have done:
>>>
>>> - installed latest windows 64 bit drivers
>>> - Configured my wifi network adapter to be shared with the network 
>>> adapter created through the USB cable connection.
>>>
>>> When I attempt to ping www.google.com I get the error "Temporary 
>>> failure in name resolution"
>>>
>>> Any help would be of benefit.
>>>
>>
>> IIRC the BB-s virtual Ethernet port is not configured to be an uplink to 
>> the Internet - the Ethernet port is. Changing this is going to be tricky 
>> (not impossible, but requires in-depth understanding of what you're doing).
>>
>> The simplest way to solve your problem is to connect the BB to Internet 
>> using an Ethernet cable and your nearest router.
>>
>> --
>> Kind regards,
>> Tarmo
>>
>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagleboard...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/2f1af32f-1814-4d5d-837b-4aea0dc59984n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/f8011b4c-ad61-461a-a1f1-7adc91e663fen%40googlegroups.com.


Re: [beagleboard] Re: Beaglebone black connect to Web

2020-10-12 Thread John Dyson
Hi,

I think the problem is with the network adapter not working correctly in 
windows. The network adapter shown is "Remote NDIS compatible Device".

Thanks

On Thursday, 8 October 2020 at 16:08:36 UTC+1 jonn...@gmail.com wrote:

> Are you following the instructions listed at the following link?
>
> https://www.digikey.com/en/maker/blogs/how-to-connect-a-beaglebone-black-to-the-internet-using-usb
>
> Have you set the default router on your BBB?
> Ex:
>* sudo /sbin/route add default gw 192.168.7.1  *
>
> Cheers,
>
> Jon
>
> On Thu, Oct 8, 2020 at 6:16 AM Tarmo  wrote:
>
>> On Thursday, October 8, 2020 at 3:16:24 PM UTC+3 dysona...@gmail.com 
>> wrote:
>>
>>> I have a beaglebone black and I'm attempting to connect it to the 
>>> outside world.  I have the latest debian image installed.
>>>
>>> Here is what I have done:
>>>
>>> - installed latest windows 64 bit drivers
>>> - Configured my wifi network adapter to be shared with the network 
>>> adapter created through the USB cable connection.
>>>
>>> When I attempt to ping www.google.com I get the error "Temporary 
>>> failure in name resolution"
>>>
>>> Any help would be of benefit.
>>>
>>
>> IIRC the BB-s virtual Ethernet port is not configured to be an uplink to 
>> the Internet - the Ethernet port is. Changing this is going to be tricky 
>> (not impossible, but requires in-depth understanding of what you're doing).
>>
>> The simplest way to solve your problem is to connect the BB to Internet 
>> using an Ethernet cable and your nearest router.
>>
>> --
>> Kind regards,
>> Tarmo
>>
>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagleboard...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/2f1af32f-1814-4d5d-837b-4aea0dc59984n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/928614b0-3cd3-49ed-9e59-4c42294b780fn%40googlegroups.com.


Re: [beagleboard] Re: Beaglebone black connect to Web

2020-10-12 Thread 'john.dyson21' via BeagleBoard
Hi again I don't think the beaglebone gateway is working as when I ping 
192.168.7.1 from the beagle via ssh it doesn't work. 

On Thursday, October 8, 2020 at 4:08:36 PM UTC+1 jonn...@gmail.com wrote:

> Are you following the instructions listed at the following link?
>
> https://www.digikey.com/en/maker/blogs/how-to-connect-a-beaglebone-black-to-the-internet-using-usb
>
> Have you set the default router on your BBB?
> Ex:
>* sudo /sbin/route add default gw 192.168.7.1  *
>
> Cheers,
>
> Jon
>
> On Thu, Oct 8, 2020 at 6:16 AM Tarmo  wrote:
>
>> On Thursday, October 8, 2020 at 3:16:24 PM UTC+3 dysona...@gmail.com 
>> wrote:
>>
>>> I have a beaglebone black and I'm attempting to connect it to the 
>>> outside world.  I have the latest debian image installed.
>>>
>>> Here is what I have done:
>>>
>>> - installed latest windows 64 bit drivers
>>> - Configured my wifi network adapter to be shared with the network 
>>> adapter created through the USB cable connection.
>>>
>>> When I attempt to ping www.google.com I get the error "Temporary 
>>> failure in name resolution"
>>>
>>> Any help would be of benefit.
>>>
>>
>> IIRC the BB-s virtual Ethernet port is not configured to be an uplink to 
>> the Internet - the Ethernet port is. Changing this is going to be tricky 
>> (not impossible, but requires in-depth understanding of what you're doing).
>>
>> The simplest way to solve your problem is to connect the BB to Internet 
>> using an Ethernet cable and your nearest router.
>>
>> --
>> Kind regards,
>> Tarmo
>>
>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagleboard...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/2f1af32f-1814-4d5d-837b-4aea0dc59984n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/0f7755dc-2c6e-436b-8553-1d41d9d1d32dn%40googlegroups.com.