Tip: Configured image, username: jetson original password: yahboom
Method 1: Directly during the system installation process, open the command prompt through ctr+Alt+T in the interface and enter: ifconfig
Find the IP address of the corresponding wired network card eth0. If you have purchased a wireless network card, please see the address under wlan.
Method 2: You can log in to the wireless router management system and find the IP address of the board.
Finally, open Open and click Yes as prompted below.
Then enter the password and enter the terminal mode.
Note: Enter the password here, the password you enter is hidden, just press Enter after entering
Sometimes we need to transfer files between two different systems, Windows and Linux. Since these are two different file systems, we need to use the so-called ssh service to transfer files across systems. Here I use winSCP software to transfer, which is simple and easy to use.
Enter the IP address, user name, and password of the new site and click Login. If the above information is not modified, you can save it directly and enter the corresponding user system next time.
The following interface appears, which means the login is successful
The left side is the window side, and the right side is the Linux system side. You can directly drag and drop files to the other side for file transfer, or right-click the file to select the corresponding operation, such as move, delete, etc.
Click Login and the following interface will be displayed after the login is successful. The left side is the folder of the win computer, and the right side is the folder of nano.
There are three ways to transfer files. The first is to directly drag the file from the left to the right, or from the right to the left. The system will automatically copy a file and transfer it.
The second method is to select the file with the mouse and then press the F5 key, and the selected file will be copied to the other side.
The third method is to select the file and click the right button of the mouse. If it is transferred from a win computer to nano, click upload.
A prompt will pop up, you can choose not to prompt again, and click OK, and the file will be automatically transferred.
If you transfer files from nano to a win computer, press the right button of the mouse to select the file and select Download