| Getting Started |
#make
to compile Hello.c. Finally, execute the program to generate hello and hello.gdb.
Uploading “Hello” to the EM-1240-LX
To use FTP to upload hello to the
#ftp 192.168.3.127 ftp> cd /home ftp> bin
ftp> put ./hello ftp> quit
#telnet 192.168.3.127