* osk 5912 tftpboot problem
@ 2007-02-26 21:44 Piotr Filipiuk
2007-02-26 22:11 ` Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: Piotr Filipiuk @ 2007-02-26 21:44 UTC (permalink / raw)
To: linux-omap-open-source
Hi,
While trying to send uImage to the board by tftp I get following message:
OMAP5912 OSK # tftpboot 0x10000000 uImage
TFTP from server 192.168.1.2; our IP address is 192.168.1.3
Filename 'uImage'.
Load address: 0x10000000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
TFTP from server 192.168.1.2; our IP address is 192.168.1.3
Filename 'uImage'.
Load address: 0x10000000
Loading: T T T T T T T T T T
Abort
Could anyone explain me what is the problem...
log files:
/var/log/syslog
Feb 26 22:27:32 filip-desktop kernel: [17182455.224000] Unknown OutputIN=
OUT=eth0 SRC=192.168.1.2 DST=192.168.1.255 LEN=265 TOS=0x00 PREC=0x00 TTL=64
ID=0 DF PROTO=UDP SPT=138 DPT=138 LEN=245
Feb 26 22:27:32 filip-desktop kernel: [17182455.224000] Unknown OutputIN=
OUT=eth0 SRC=192.168.1.2 DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=64
ID=0 DF PROTO=UDP SPT=137 DPT=137 LEN=58
/var/log/messages
Feb 26 22:27:32 filip-desktop kernel: [17182455.224000] Unknown OutputIN=
OUT=eth0 SRC=192.168.1.2 DST=192.168.1.255 LEN=265 TOS=0x00 PREC=0x00 TTL=64
ID=0 DF PROTO=UDP SPT=138 DPT=138 LEN=245
Feb 26 22:27:32 filip-desktop kernel: [17182455.224000] Unknown OutputIN=
OUT=eth0 SRC=192.168.1.2 DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=64
ID=0 DF PROTO=UDP SPT=137 DPT=137 LEN=58
Feb 26 22:32:32 filip-desktop kernel: [17182755.244000] Unknown OutputIN=
OUT=eth0 SRC=192.168.1.2 DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=64
ID=0 DF PROTO=UDP SPT=137 DPT=137 LEN=58
Feb 26 22:37:22 filip-desktop kernel: [17183045.600000] Unknown OutputIN=
OUT=eth0 SRC=192.168.1.2 DST=192.168.1.255 LEN=265 TOS=0x00 PREC=0x00 TTL=64
ID=0 DF PROTO=UDP SPT=138 DPT=138 LEN=245
Feb 26 22:37:22 filip-desktop kernel: [17183045.600000] Unknown OutputIN=
OUT=eth0 SRC=192.168.1.2 DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=64
ID=0 DF PROTO=UDP SPT=137 DPT=137 LEN=58
Feb 26 22:42:33 filip-desktop kernel: [17183356.364000] Unknown OutputIN=
OUT=eth0 SRC=192.168.1.2 DST=192.168.1.255 LEN=78 TOS=0x00 PREC=0x00 TTL=64
ID=0 DF PROTO=UDP SPT=137 DPT=137 LEN=58
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: osk 5912 tftpboot problem
2007-02-26 21:44 osk 5912 tftpboot problem Piotr Filipiuk
@ 2007-02-26 22:11 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2007-02-26 22:11 UTC (permalink / raw)
To: Piotr Filipiuk; +Cc: linux-omap-open-source
Piotr Filipiuk wrote:
> Hi,
> While trying to send uImage to the board by tftp I get following message:
>
> OMAP5912 OSK # tftpboot 0x10000000 uImage
> TFTP from server 192.168.1.2; our IP address is 192.168.1.3
> Filename 'uImage'.
> Load address: 0x10000000
> Loading: T T T T T T T T T T
> Retry count exceeded; starting again
> TFTP from server 192.168.1.2; our IP address is 192.168.1.3
> Filename 'uImage'.
> Load address: 0x10000000
> Loading: T T T T T T T T T T
> Abort
>
> Could anyone explain me what is the problem...
your tftp server might not be set properly. Check your /etc/xinetd.d/tftp
check if you have in.tftp daemon pointing to right place and also couple
of other params like below.
service tftp
disable = no
server_args = /tftpboot
restart xinetd
and then put your uImage under /tftpboot/ on your host.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-02-26 22:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-26 21:44 osk 5912 tftpboot problem Piotr Filipiuk
2007-02-26 22:11 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox