= Configure the target IP and Kernel command line =

Change the IP addresses as appropriate, in this case the target
board is 192.168.0.253 and the build server is 192.168.0.9

./ltib --configure

[*] Configure the kernel

--- Target System Configuration
      Options  --->
[*] start networking
      Network setup  --->
(192.168.0.253) ip address

When the kernel builds and prompts for the configuration, under:
Kernel hacking  --->
[*] Compiled-in Kernel Boot Parameter
 Kernel Boot Parameter: "console=ttyS0,115200 root=/dev/nfs rw
ip=192.168.0.253:192.168.0.9:::::"


= dBUG =

set client 192.168.0.253          # set the board's IP address
set server 192.168.0.9            # set the host's IP address

dBUG> dn -i                                                                     
Address:  0x40020000                                                            
Downloading Image 'linux.bin' from 192.168.0.9                                  
TFTP transfer completed                                                         
Read 1126400 bytes (2201 blocks)                                                
dBUG> go 0x40020000

= Memory =
Memory available: 21248k/32768k RAM, 0k/0k ROM (984k kernel code, 183k data)

= Flash layout =
Creating 2 MTD partitions on "Am29BDD160G 2.5v flash device (2MB)":             
0x00000000-0x00040000 : "dBUG (256K)"                                           
0x00040000-0x00200000 : "User FS (1792K)"                                       


