* reading block of data from host problem!!!!
@ 2003-03-05 8:31 Anand Franklin J
2003-03-06 1:32 ` Felix Domke
0 siblings, 1 reply; 5+ messages in thread
From: Anand Franklin J @ 2003-03-05 8:31 UTC (permalink / raw)
To: ppc_embedded_maillist
Hello All,
can any body tell what is the problem, it just hangs in reading the
"block 1" of zImage.treeboot and not proceeding further from tftp
booting process. I am using IBM power pc redwood 4.
thanking you
franklin
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: reading block of data from host problem!!!!
2003-03-05 8:31 reading block of data from host problem!!!! Anand Franklin J
@ 2003-03-06 1:32 ` Felix Domke
2003-03-06 5:18 ` Anand Franklin J
0 siblings, 1 reply; 5+ messages in thread
From: Felix Domke @ 2003-03-06 1:32 UTC (permalink / raw)
To: Anand Franklin J; +Cc: ppc_embedded_maillist
Anand Franklin J wrote:
> Hello All,
> can any body tell what is the problem, it just hangs in reading the
> "block 1" of zImage.treeboot and not proceeding further from tftp
> booting process. I am using IBM power pc redwood 4.
Although this isn't related to linux, this probably only means that no
tftp server is running at all.
(yes, i got this "error report" from a customer, and this was the fault)
try "tftp localhost" -> "get zImage.treeboot" (or whatever) and see if
tftp is *really* working on your tftp server machine.
felix
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: reading block of data from host problem!!!!
2003-03-06 1:32 ` Felix Domke
@ 2003-03-06 5:18 ` Anand Franklin J
2003-03-06 13:47 ` Gary Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Anand Franklin J @ 2003-03-06 5:18 UTC (permalink / raw)
To: Felix Domke; +Cc: ppc_embedded_maillist
Hi Felix
the tftp server is working. "tftp localhost" with get zImage.treeboot
for localhost is working. still the problem exist. I don't what is the
problem.
thanking you
franklin
Felix Domke wrote:
> Anand Franklin J wrote:
> > Hello All,
> > can any body tell what is the problem, it just hangs in reading the
> > "block 1" of zImage.treeboot and not proceeding further from tftp
> > booting process. I am using IBM power pc redwood 4.
>
> Although this isn't related to linux, this probably only means that no
> tftp server is running at all.
>
> (yes, i got this "error report" from a customer, and this was the fault)
>
> try "tftp localhost" -> "get zImage.treeboot" (or whatever) and see if
> tftp is *really* working on your tftp server machine.
>
> felix
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: reading block of data from host problem!!!!
2003-03-06 5:18 ` Anand Franklin J
@ 2003-03-06 13:47 ` Gary Thomas
0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2003-03-06 13:47 UTC (permalink / raw)
To: Anand Franklin J; +Cc: Felix Domke, ppc_embedded_maillist
On Wed, 2003-03-05 at 22:18, Anand Franklin J wrote:
>
> Hi Felix
> the tftp server is working. "tftp localhost" with get zImage.treeboot
> for localhost is working. still the problem exist. I don't what is the
> problem.
> thanking you
> franklin
>
Perhaps your target board is being blocked access to the TFTP server?
Depending on your host, there may be a number of layers where this
can occur. For example, with a Linux host:
* Firewall which prevents TFTP requests from being allowed in
* /etc/hosts.{allow,deny} may need to be set up to allow outside hosts
Others may exist, depending on your host situation.
Now that you know that TFTP is working, at least locally, try it from
a different client (other than your target board). If this works, it's
possibly a problem with the board (but could still be setup). If it
does not work, then check the various logs (/var/log/{messages,secure}
and others) to see why.
--
------------------------------------------------------------
Gary Thomas |
MLB Associates | Consulting for the
+1 (970) 229-1963 | Embedded world
http://www.mlbassoc.com/ |
email: <gary@mlbassoc.com> |
gpg: http://www.chez-thomas.org/gary/gpg_key.asc
------------------------------------------------------------
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* reading block of data from host problem!!!!
@ 2003-03-05 17:33 Philip.Lougher
0 siblings, 0 replies; 5+ messages in thread
From: Philip.Lougher @ 2003-03-05 17:33 UTC (permalink / raw)
To: ppc_embedded_maillist
>Hello All,
> can any body tell what is the problem, it just hangs in reading the
>"block 1" of zImage.treeboot and not proceeding further from tftp
>booting process. I am using IBM power pc redwood 4.
>thanking you
>franklin
As usual, you need to give more information, otherwise it's anyone's guess
what's happening.
In this case, is the board hanging trying to read the first block, or has
it hung *after* reading the first block?
If it's trying to read the first block, then you've got a network
configuration problem. Use tcpdump on the ethernet link to see what (if
any) traffic is going between the host and server.
If it's crashed after reading the first block, the first block download
probably over-wrote some bootloader critical information. Try moving the
download address of the image.
Phillip
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-03-06 13:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-05 8:31 reading block of data from host problem!!!! Anand Franklin J
2003-03-06 1:32 ` Felix Domke
2003-03-06 5:18 ` Anand Franklin J
2003-03-06 13:47 ` Gary Thomas
-- strict thread matches above, loose matches on Subject: below --
2003-03-05 17:33 Philip.Lougher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).