Hi,
I am working on running rtems on the altera nios2.
I tested network-4-10-demos.
The netdemo example was working.
Now I am trying to test tftpClient exmaple.
My host is RHEL5.
The following is the message though I slightly modified the original program init.c
nios2-terminal: connected to hardware target using JTAG UART on cable
nios2-terminal: "USB-Blaster [USB 6-1]", device 1, instance 1
nios2-terminal: (Use the IDE stop button or Ctrl-C to terminate)
Free space 66115176
bootpc_init: using network interface 'tse0'
boSotpc hw address is 0:7:ed:ff:49:0
My ip address is 128 .165 .32 .154
Domain Name Server is 128 .165 .1 .1
Time Server is 128 .165 .1 .1
Ignoring BOOTP/DHCP option code 44
Domain name is lanl.gov
Subnet mask is 255 .255 .255 .0
Server ip address is 128 .165 .32 .156
Gateway ip address is 0 .0 .0 .0
Log server ip address is 128 .165 .32 .156
bootpc_Nadjust_interface: add net route, error=114
Destination Gateway/Mask/Hw Flags Refs Use Expire Interface
128.165.32.0 255.255
niitn et.255.0 U 0 0 9 tse0
TFTP mounted successfully ~~~~~~~!
host path is ------->: /TFTP/128.165.32.156/mytftp/test.txt
!!!! TFTP remote FILE SYSTEM initialization OK !!!!!
fp is ((null)), and errno is 12
Open failed: Not enough space
Please help me.