Does anyone know how to connect to BeagleBone Black
? The Linux that I had in it was very old, so I decided to do a new boot and install a newer Linux that was debian-9.1-console-armhf-2017-09-21
of the https://rcn-ee.com/rootfs
repository. Before booting the board I uncomment the line:
cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
From the file uEven.txt
of the boot folder.
The boot occurs perfectly, however when the board shuts down at the end of the process and I call it again it appears 2 IPs one is the 192.168.6.1
and the other is 192.168.7.1
, no more appears the 192.168.7.2
that appeared with the Old Linux.
In the file user_password.list
of this Linux has: debian:temppwd
ie to connect to the card the server is the debian
and the password is temppwd
whenever I do:
sudo ssh [email protected]
And I use the password temppwd
, does not connect says: Permission denied, please try again.
I tried to connect using the other IP but it also does not work.
What comes out of ifconfig for 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 card?