On Mon, 19 Aug 2019 15:34:42 -0700 (PDT), user pc
<petercohen8877@gmail.com> declaimed the
following:
from the E drive by running BONE_D64. After installation, I typed
192.168.7.2 under Firefox and got the connection timeout error. Could you
please let me what to do to resolve this issue?
Don't use Firefox?
To expand... If you are trying to get to the Cloud9 IDE, you need to
use
http://192.168.7.2:3000/
Note the :3000 specifying the target PORT. If you leave that off you are
trying to get to the normal HTTP port 80 -- there is NO SERVER LISTENING to
port 80 (I don't get "timeout" I get "Unable to connect" for a BBB)
Open a command line (on Win10) and enter "ssh debian@192.168.7.2"
"""
C:\Users\Wulfraed>ssh debian@192.168.7.2
debian@192.168.7.2's password:
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Aug 27 12:48:16 2019 from fe80::c932:bd85:577:9922%eth0
debian@beaglebone:~$
"""
Win10 now includes an SSH client (and SFTP, same connection form, just
change ssh to sftp). This can save one from having to first download PuTTY
and installing it, although PuTTY has more features (save connection
information, capture logs, etc.)
NOTE: unless you have Internet Connection Sharing enabled on the Win10
box, the Beagle will have not internet connection until you set up WiFi to
a router... And once you have that working, you don't need 192.168.7.2 --
you can connect through the router assigned IP number (or, more likely for
Win10, just use the host name "ssh debian@beaglebone" [verify with router
that the hostname is correct]).
Also, after I pressed the reset button, the 4 LEDs near the microusb
connector blinked. Then, E drive showed up on the screen. However, after a
minute or so, the E drive disappeared from Windows and all those four LEDs
were turned off. Is this normal? Why the E drive disappeared from Windows.
Could it be that the usb cable does not supply enough power to the board?
Should I use a 5VDC 2A to supply power source?
Are you sure that wasn't the power(off) button?