Step 1: Connect your ruggedBOARD-A5D2x to PC and identify the port (Device manager/manage/port)
step 2: Download and install Putty terminal to get the serial console. Click the link below to understand how to install Putty Terminal in your windows PC.
After successes full installation Let us start Work with Linux – Ubuntu OS
Open up the application on your computer called “Terminal” by either pressing Control + Alt + T or by clicking the symbol at the top of the Ubuntu launcher and searching for “Terminal”.
It looks like this:
Terminal Icon
Linux Terminal Window
You can use the terminal to write commands to your computer (this is the “command line Interface of Ubuntu Operating System”). Let’s try it out!
In your terminal, type
Ubuntu@pc:~$ ls
and hit enter.
The ls command, short for “list”, tells your computer to list all of the file names for the folder you’re inside.
Ubuntu doesn’t come with all the prerequisite archives for the development, to prepare the host for development download the bash shell script which can be available from the link below.
Link to download eLinux_pkg.sh
Download and execution steps of the script are as follows.
Ubuntu@pc:~$ gedit elinux_pkg.sh
Add the following code int the text editor (In my case it is gedit).