Use the miniUSB line to link the board and the computer, and then under "My Computer" there will be a beaglebone getting started disk, under this directory found a folder named "Drivers", Under this folder to find the corresponding operating system of the program, installation. If there is a prompt to trust the manufacturer's driver of a kind of prompt box, all choose Trust (do not trust the words can not play ....) ) until the prompt driver installation is complete.
To Putty's official website download Putty Terminal software, if you are very familiar with the terminal related content, you can also use other terminal software, and then fill in the Host Name column [email protected], the port number is 22, the connection is SSH, This time select "Open"
If all goes well, it will enter a black terminal interface, you will be prompted to enter the password, the default password is empty, you just enter the return can be, this time you can enter the Beaglebone command interaction State:
When the "[email protected]~#" command line appears, you have successfully completed the first step of beaglebone learning.
The next step is to add a new user, using the command adduser, such as my username is Sanbasanba, then enter the shell command as follows:
Copyright belongs to the scattered bar and blog Park all, welcome to reprint, but reproduced in the key location is reproduced, at the same time to give this blog address http://www.cnblogs.com/51mcu/, thank you for reading, welcome to comment on a lot of comments.
Beaglebone Black Tutorial 1-ssh login and create a new account