[U-Boot] U-BOOT TFTP
simran gill
simrangill999 at hotmail.com
Tue Jul 19 19:08:51 CEST 2011
Hello, This is the ouput when I do tftp or try the ping with the environment set accordingly. Could it possibly be one of the configuration files such as the RCW (reset configuration word) but I cannot change this file withno tftp connection.Any help would be great. Thank you.
=> ping 192.168.1.1
ping failed; host 192.168.1.1 is not alive
=> ping 192.168.1.129
ping failed; host 192.168.1.129 is not alive
=> tftp 1000000 /tftpboot/uImage
=> tftp 0x1000000 /tftpboot/uImage
=>
=> printenv
ramboot=setenv bootargs root=/dev/ram rw
console=$consoledev,$baudrate $othbootargs;tftp $ramdiskaddr $ramdiskfile;tftp
$loadaddr $bootfile;tftp $fdtaddr $fdtfile;bootm $loadaddr $ramdiskaddr
$fdtaddr nfsboot=setenv bootargs root=/dev/nfs rw nfsroot=$serverip:$rootpath
ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off
console=$consoledev,$baudrate $othbootargs;tftp $loadaddr $bootfile;tftp
$fdtaddr $fdtfile;bootm $loadaddr - $fdtaddr bootdelay=10 baudrate=115200
loads_echo= rootpath=/opt/nfsroot loadaddr=1000000 netdev=eth0 uboot=u-boot.bin
tftpflash=tftpboot $loadaddr $uboot; protect off 0xeff80000 +$filesize; erase
0xeff80000 +$filesize; cp.b $loadaddr 0xeff80000 $filesize; protect on
0xeff80000 +$filesize; cmp.b $loadaddr 0xeff80000 $filesize consoledev=ttyS0
ramdiskaddr=2000000 fdtaddr=c00000 fman_ucode=0xEF000000
eth1addr=00:04:9F:02:01:FD eth2addr=00:04:9F:02:02:FD
eth3addr=00:04:9F:02:03:FD eth4addr=00:04:9F:02:04:FD
eth5addr=00:04:9F:02:05:FD eth6addr=00:04:9F:02:06:FD
eth7addr=00:04:9F:02:07:FD eth8addr=00:04:9F:02:08:FD eth9addr=00:04:9F:02:09:FD
bootfile=uImage ramdiskfile=rootfs.ext2.gz.uboot fdtfile=p4080ds.dtb
bdev=sda3
bank4=mw.b 0xffdf002c 0x40; mw.b 0xffdf002d 70; mw.b
0xffdf0010 0; mw.b 0xffdf0010 1
gatewayip=192.168.1.1
bootcmd=bootm e8020000 e9300000 e8800000
ipaddr=192.168.1.145
serverip=192.168.1.129
bootargs=root=/dev/mtdblock0 rw console=ttyS0,115200
ethaddr=00:C0:F7:02:01:FD stdin=serial stdout=serial stderr=serial
ethact=FM1 at DTSEC1
Environment size: 1500/8188 bytes
=> boot
From: simrangill999 at hotmail.com
To: vickylinuxer at gmail.com
Date: Sun, 17 Jul 2011 18:40:55 -0700
CC: u-boot at lists.denx.de
Subject: Re: [U-Boot] U-BOOT TFTP
Hello,Nothing happens after I run the tftp command. It just returns a new u-boot prompt with no warnings at all.
Date: Sat, 16 Jul 2011 06:01:27 +0000
Subject: Re: [U-Boot] U-BOOT TFTP
From: vickylinuxer at gmail.com
To: simrangill999 at hotmail.com
CC: u-boot at lists.denx.de
Hi
Can u give a clear log about uboot version and what u getting after executing "tftp 1000000 /tftpboot/uImage".
Regards
Vignesh Rajendran
_______________________________________________
U-Boot mailing list
U-Boot at lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
More information about the U-Boot
mailing list