Using MobaXterm on Windows to log in to a PYNQ board
MobaXterm only works on Windows. Use Microsoft Visual Studio Code or ssh for macOS or Linux.
Installing MobaXterm (only once)
- Go to the official MobaXterm website.
-
Click on the GET MOBAXTERM NOW! button in the middle of the screen.
-
Click the Download now button for the Home Edition.
-
Download the Installer Edition.
-
In the Download folder on your laptop, extract the files from the zip file.
-
Double-click the extracted installer file to install and follow the instructions.
Starting MobaXterm for the first time
-
Start MobaXterm and create a new session by clicking the
Session
button at the top left.
-
Select
SSH
:
-
Connect and switch on the PYNQ board. Wait until the DONE LED has lit up. Fill in
10.43.0.1
for the remote host, andstudent
for the username. Accept the identity of the ssh server (i.e. the PYNQ board).
-
You can save the password if you wish:
-
After logging in the PYNQ board you can navigate the file system on the PYNQ board on the left. The terminal allows you to execute commands on the PYNQ board, such as
ls
that shows the files in the current directory. (That are the same those in the file-system pane.) -
When you have finished working on the PYNQ board you must stop it by executing the
sudo halt
command. MobaXterm will lose the connection to the PYNQ board since the PYNQ board is no longer running. At this point it is safe to switch off your PYNQ board.
Using MobaXterm after the first time
After starting MobaXterm you can just reopen the previous session (10.43.0.1 student
).