How to compile an ADAM2 test application:

1) install a toolchain

2) execite:
$ . ./CROSS.sh

3) make

4) see xxx.map

5) Issue from the host:

# ftp 192.168.0.1
Connected to 192.168.0.1.
220 ADAM2 FTP Server ready.
Name (192.168.0.1:root): adam2
331 Password required for adam2.
Password: adam2
230 User adam2 successfully logged in.
Remote system type is UNIX.
ftp> quote MEDIA SDRAM
200 Media set to SDRAM.
ftp> bin
200 Type set to I.
ftp> put adam2_app.bin
local: adam2_app.bin remote: adam2_app.bin
227 Entering Passive Mode (192,168,0,1,203,95).
150 Opening BINARY mode data connection for file transfer.
226 Transfer complete.
164 bytes sent in 0.00017 seconds (9.5e+02 Kbytes/s)

The Serial console output:

ADAM2 Revision 0.22.02
(C) Copyright 1996-2003 Texas Instruments Inc. All Rights Reserved.
(C) Copyright 2003 Telogy Networks, Inc.

Adam2_AR7RD > 
Press any key to abort OS load, or wait 5 seconds for OS to boot...

Adam2_AR7RD > 
.

Executing the RAM image at 0x94192000.
Hello, ADAM2!

Adam2_AR7RD > 
