1
Does anyone know how to connect to BeagleBone Black
? The Linux that had in it was very old, so I decided to do a new boot and install a newer Linux that was the debian-9.1-console-armhf-2017-09-21
repository https://rcn-ee.com/rootfs
. Before booting the board I detach the line :
cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
Of the archive uEven.txt
boot folder.
The boot occurs perfectly, however when the card shuts down at the end of the process and turn it on again appears 2 Ips one is the 192.168.6.1
and the other is 192.168.7.1
, no longer appears the 192.168.7.2
that appeared with old Linux.
In the archive user_password.list
of that Linux has : debian:temppwd
that is, to connect the card the server is the debian
and the password is temppwd
committed when I do :
sudo ssh [email protected]
And I use the password temppwd
, doesn’t connect says : Permission denied, please try again.
I tried to connect using the other IP but also does not work.
What comes out of ifconfig concerning the board is :
Link encap:Ethernet HWaddr d0:5f:b8:fe:4f:91
inet addr:192.168.6.1 Bcast:192.168.6.3 Mask:255.255.255.252
inet6 addr: fe80::f3e4:417:5610:3eb4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:69 errors:0 dropped:0 overruns:0 frame:0
TX packets:93 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10188 (10.1 KB) TX bytes:13687 (13.6 KB)
Link encap:Ethernet HWaddr d0:5f:b8:fe:4f:8e
inet addr:192.168.7.1 Bcast:192.168.7.3 Mask:255.255.255.252
inet6 addr: fe80::e1c7:3469:96f8:c286/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:67 errors:0 dropped:0 overruns:0 frame:0
TX packets:92 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10115 (10.1 KB) TX bytes:17693 (17.6 KB)
Does anyone know what that might be to be able to connect to the board ?
I believe this runs away from the defined scope for the site.
– Woss