Hi asqnx:
First, thanks for your answer.
I follow next tutorial to config tftp in Ubuntu, and finally i get a new zImage (with different create day) en /tftpboot
http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/
Then:
PC side:
tftp 172.16.21.4 (static IP PC)
tftp>status
Connect to 172.16.21.4
Mode: netascii Verbose: off Tracing: off
Rexmt-interval...
target side:
Then i configure one parameter in RedBoot:
RedBoot>fconfig bootp_server_ip 172.16.21.4 (static IP my PC)
RedBoot>reset (reboot target)
RedBoot>load -r -b 0x100000 zImage -h 172.16.21.4
But load commando dont work
In the other hand i try to do a ping from target to PC
RedBoot>ping -n 3 -h 172.16.21.4 -r 10
Network PING - from 0.0.0.0 to 172.16.21.4
target IP is empty...is imposible to have communication...
How i can to know what is debug board IP?, in the debug board only show a MAC address...and i dont know how change board IP from RedBoot...
Thanks for all.
PD: To change target IP first have to set to false bootp:
RedBoot>fconfig bootp false
Then we can configure the next parameters
RedBoot>fconfig bootp_my_gateway_ip 172.16.21.1
RedBoot>fconfig bootp_my_ip 172.16.21.25
RedBoot>fconfig bootp_my_ip_mask 255.255.255.0
RedBoot>fconfig bootp_server_ip 172.16.21.4
Now we can do ping command from PC to Board and from Board to PC, but load command dont work...
Can´t loas 'zImage': Unknown error...
Any idea.
Thanks
Message Edited by jvidal on 2009-09-17 03:39 PM
Message Edited by jvidal on 2009-09-17 03:39 PM
Message Edited by jvidal on 2009-09-17 03:41 PM
Message Edited by jvidal on 2009-09-17 03:46 PM