public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] loading linux in FADS860T board through u-boot-1.0.0
@ 2002-01-17 10:33 RamanaYV
  2004-03-17 11:36 ` Wolfgang Denk
  2004-03-17 11:49 ` R: " Figini Enzo
  0 siblings, 2 replies; 3+ messages in thread
From: RamanaYV @ 2002-01-17 10:33 UTC (permalink / raw)
  To: u-boot

I was trying to load linux-2.4.4 in FADS860T board using u-boot-1.0.0.
I have settted environment variables like ipaddr,serverip,ethaddr,bootargs
bootfile and saved the environment.
Then,i typed tftpboot to download image from server.
Then,i typed bootm to start the booting process.
System is stucked by showing "Uncompressing Kernel Image ... OK"

sequence of these events r given below.can u please suggest, what i need to
do to come out from this.
Thank you.


U-Boot 1.0.0 (Mar 17 2004 - 14:06:16)

CPU: XPC86xxxZPnnD4 at 40 MHz: 4 kB I-Cache 4 kB D-Cache FEC present
Board: FADS with db MPC821, MPC860 / MPC860SAR / MPC860T rev PILOT
DRAM: (4 MB SDRAM) 4M 60ns DRAM: 8 MB
FLASH: 2 MB
In: serial
Out: serial
Err: serial
Net: FEC ETHERNET

=>printenv
stdin=serial
stdout=serial
stderr=serial
Environment size: 41/16380 bytes

=>setenv ipaddr 192.168.1.115
=>setenv serverip 192.168.1.87
=>setenv ip 192.168.1.115
=>setenv ethaddr 00:30:bf:01:02:d0
=>setenv bootargs "root=/dev/nfs rw nfsroot=192.168.1.87:/opt/eldk/ppc8xx
ip=192
.168.1.115:192.168.1.87:192.168.1.115:255.255.255.0:ppc::off"
=>setenv bootfile "pImage_fads_fec"

=>saveenv
Saving Environment to Flash...
Un-Protected 1 sectors
Erasing Flash...
. done
Erased 1 sectors
Writing to Flash... done
Protected 1 sectors

=>printenv
stdin=serial
stdout=serial
stderr=serial
ipaddr=192.168.1.115
serverip=192.168.1.87
ip=192.168.1.115
ethaddr=00:30:bf:01:02:d0
bootargs="root=/dev/nfs rw nfsroot=192.168.1.87:/opt/eldk/ppc8xx ip=192.168
1.11
5:192.168.1.87:192.168.1.115:255.255.255.0:ppc::off"
bootfile="pImage_fads_fec"
Environment size: 287/16380 bytes

=>tftpboot
TFTP from server 192.168.1.87; our IP address is 192.168.1.115
Filename 'pImage_fads_fec'.
Load address: 0x100000
Loading: T invalid RARP header
#####################################################TX timeout
############
#######################
done
Bytes transferred = 448321 (6d741 hex)

=>bootm
## Booting image at 00100000 .
Image Name: Linux-2.4.4
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 448257 Bytes = 437.8 kB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot-Users] loading linux in FADS860T board through u-boot-1.0.0
  2002-01-17 10:33 [U-Boot-Users] loading linux in FADS860T board through u-boot-1.0.0 RamanaYV
@ 2004-03-17 11:36 ` Wolfgang Denk
  2004-03-17 11:49 ` R: " Figini Enzo
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2004-03-17 11:36 UTC (permalink / raw)
  To: u-boot

In message <3C46A877.000003.01284@ramanayv> you wrote:
>
> System is stucked by showing "Uncompressing Kernel Image ... OK"
...
> sequence of these events r given below.can u please suggest, what i need to
> do to come out from this.

You should read the FAQ. See:
http://www.denx.de/twiki/bin/view/DULG/LinuxHangsAfterUncompressingKernel

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
The only person who always got his work done by Friday
                                                 was Robinson Crusoe.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* R: [U-Boot-Users] loading linux in FADS860T board through u-boot-1.0.0
  2002-01-17 10:33 [U-Boot-Users] loading linux in FADS860T board through u-boot-1.0.0 RamanaYV
  2004-03-17 11:36 ` Wolfgang Denk
@ 2004-03-17 11:49 ` Figini Enzo
  1 sibling, 0 replies; 3+ messages in thread
From: Figini Enzo @ 2004-03-17 11:49 UTC (permalink / raw)
  To: u-boot


> -----Messaggio originale-----
> Da: u-boot-users-admin at lists.sourceforge.net
> [mailto:u-boot-users-admin at lists.sourceforge.net]Per conto di RamanaYV
> Inviato: gioved? 17 gennaio 2002 11.33
> A: u-boot-users at lists.sourceforge.net
> Oggetto: [U-Boot-Users] loading linux in FADS860T board through
> u-boot-1.0.0
>
>
> I was trying to load linux-2.4.4 in FADS860T board using u-boot-1.0.0.
>
> I have settted environment variables like
> ipaddr,serverip,ethaddr,bootargs
> bootfile and saved the environment.
>
> Then,i typed tftpboot to download image from server.
>
> Then,i typed bootm to start the booting process.
>
> System is stucked by showing "Uncompressing Kernel Image ... OK"
>
Is CONFIG_CLOCKS_IN_MHZ defined ???
If I remember, should be defined until linux 2.4.5.
I had the same problem with 2.4.19 (it was defined).

Enzo

>
>
> sequence of these events r given below.can u please suggest,
> what i need to
> do to come out from this.
>
> Thank you.
>
>
>
>
>
> U-Boot 1.0.0 (Mar 17 2004 - 14:06:16)
>
>
>
> CPU: XPC86xxxZPnnD4 at 40 MHz: 4 kB I-Cache 4 kB D-Cache FEC present
>
> Board: FADS with db MPC821, MPC860 / MPC860SAR / MPC860T rev PILOT
>
> DRAM: (4 MB SDRAM) 4M 60ns DRAM: 8 MB
>
> FLASH: 2 MB
>
> In: serial
>
> Out: serial
>
> Err: serial
>
> Net: FEC ETHERNET
>
>
>
> =>printenv
>
> stdin=serial
>
> stdout=serial
>
> stderr=serial
>
> Environment size: 41/16380 bytes
>
>
>
> =>setenv ipaddr 192.168.1.115
>
> =>setenv serverip 192.168.1.87
>
> =>setenv ip 192.168.1.115
>
> =>setenv ethaddr 00:30:bf:01:02:d0
>
> =>setenv bootargs "root=/dev/nfs rw
> nfsroot=192.168.1.87:/opt/eldk/ppc8xx
> ip=192
>
> .168.1.115:192.168.1.87:192.168.1.115:255.255.255.0:ppc::off"
>
> =>setenv bootfile "pImage_fads_fec"
>
>
>
> =>saveenv
>
> Saving Environment to Flash...
>
> Un-Protected 1 sectors
>
> Erasing Flash...
>
> . done
>
> Erased 1 sectors
>
> Writing to Flash... done
>
> Protected 1 sectors
>
>
>
> =>printenv
>
> stdin=serial
>
> stdout=serial
>
> stderr=serial
>
> ipaddr=192.168.1.115
>
> serverip=192.168.1.87
>
> ip=192.168.1.115
>
> ethaddr=00:30:bf:01:02:d0
>
> bootargs="root=/dev/nfs rw
> nfsroot=192.168.1.87:/opt/eldk/ppc8xx ip=192.168
> 1.11
>
> 5:192.168.1.87:192.168.1.115:255.255.255.0:ppc::off"
>
> bootfile="pImage_fads_fec"
>
> Environment size: 287/16380 bytes
>
>
>
> =>tftpboot
>
> TFTP from server 192.168.1.87; our IP address is 192.168.1.115
>
> Filename 'pImage_fads_fec'.
>
> Load address: 0x100000
>
> Loading: T invalid RARP header
>
> #####################################################TX timeout
>
> ############
>
> #######################
>
> done
>
> Bytes transferred = 448321 (6d741 hex)
>
>
>
> =>bootm
>
> ## Booting image at 00100000 .
>
> Image Name: Linux-2.4.4
>
> Image Type: PowerPC Linux Kernel Image (gzip compressed)
>
> Data Size: 448257 Bytes = 437.8 kB
>
> Load Address: 00000000
>
> Entry Point: 00000000
>
> Verifying Checksum ... OK
>
> Uncompressing Kernel Image ... OK
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-03-17 11:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-17 10:33 [U-Boot-Users] loading linux in FADS860T board through u-boot-1.0.0 RamanaYV
2004-03-17 11:36 ` Wolfgang Denk
2004-03-17 11:49 ` R: " Figini Enzo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox