Korenix | Getting Start
13
For example, type the command #
ifconfig lan 192.168.10.2
to change the IP address of
LAN interface to 192.168.10.2.
Network Setting over the Network
2-3
Test Program Developing – Hello.c
In this section, we use the standard “Hello” programming example to illustrate how to develop
a program for the JetBox9500. In general, program development involves the following seven
steps.
Step 1:
Connect the JetBox9500 to a Linux PC.
Step 2:
Install Toolchain on the Linux PC.
Step 3:
Set the cross compiler and PATH environment variables.
Step 4:
Code and compile the program.