1.2.2. Target Setup
Connect the power adaptor, serial cable, ethernet cable to the Rana AM335x
Board & Boot the Board.
To see all the Communication interfaces present on the Rana AM335x Board
# ifconfig -a
Configure eth0.
# ifconfig eth0 192.168.1.15 up
where eth0 is the LAN interface.
Check whether eth0 is configured or not by using the below command.
# ifconfig -a
Note
192.168.1.15 is not mandatory you can use any IP but it should be
different from the server IP.
Set the gateway
# route add default gw 192.168.1.1
To see the change in the gateway.
# route
1.3. Creating a New Project in Eclipse
In this section you will learn how to create a new project with Eclipse and how
to configure the project for use with the GNU C/C++ cross development
toolchain. Click the Eclipse icon to start the application. You can find this icon
where you have extracted the Eclipse IDE for C/C++ Developers .
PHYTEC Embedded Pvt. Ltd 2014
6