victor
Newbie
Karma: 0
Posts: 11
|
 |
« on: May 16, 2009, 09:31:50 PM » |
|
today,test sheeva-2.6.30-rc4-uImage and go into trouble. I want to know new uImage need new u-boot to boot it, anybody point me in the right direction? thanks!
CE>> tftp 0x2000000 sheeva-2.6.30-rc4-uImage Using egiga0 device TFTP from server 192.168.0.8; our IP address is 192.168.0.16 Filename 'sheeva-2.6.30-rc4-uImage'. Load address: 0x2000000 Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ######################## done Bytes transferred = 2452024 (256a38 hex) CE>> boot ## Booting image at 02000000 ... Image Name: Linux-2.6.30-rc4 Created: 2009-05-04 4:42:55 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2451960 Bytes = 2.3 MB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK OK
Starting kernel ...
Uncompressing Linux...
nothing forever:(
u-boot information as following,and nerver change it from comes to me. U-Boot 1.1.4 (Mar 18 2009 - 16:11:55) Cloud Engines (3.4.16)
U-Boot code: 00600000 -> 0067FFF0 BSS: -> 00690D60
Soc: 88F6281 A0 (DDR2) CPU running @ 1200Mhz L2 running @ 400Mhz SysClock = 400Mhz , TClock = 200Mhz
DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6 DRAM CS[0] base 0x00000000 size 256MB DRAM Total size 256MB 16bit width Flash: 0 kB Addresses 8M - 0M are saved for the U-Boot usage. Mem malloc Initialization (8M - 7M): Done NAND:512 MB
CPU : Marvell Feroceon (Rev 1) CLOUD ENGINES BOARD: PP_GTI:3.0
Streaming disabled Write allocate disabled
USB 0: host mode PEX 0: interface detected no Link. Net: egiga0 [PRIME], egiga1 Hit any key to stop autoboot: 0
|
|
|
|
« Last Edit: May 18, 2009, 07:55:45 AM by victor »
|
Logged
|
|
|
|
|
|
|
victor
Newbie
Karma: 0
Posts: 11
|
 |
« Reply #2 on: May 17, 2009, 04:43:33 AM » |
|
I do it as you said,but arise same issue, my rootfs is mounted by nfs ,will it cause the issue?who did experience it ?point me,thanks.
CE>> setenv arcNumber 2097 CE>> setenv mainlineLinux yes > CE>> tftp 0x2000000 uImage_rc5 | Using egiga0 device TFTP from server 192.168.0.8; our IP address is 192.168.0.16 ' Filename 'uImage_rc5'. ? Load address: 0x2000000 Loading: ################################################################# ################################################################# ? ################################################################# ################################################################# ` ################################################################# ? ################################################################# ################################################################# ? #################################################### | done < Bytes transferred = 2594708 (279794 hex) CE>> boot ## Booting image at 02000000 ... Image Name: Linux-2.6.30-rc5 ? Created: 2009-05-12 23:02:21 UTC Image Type: ARM Linux Kernel Image (uncompressed) @ Data Size: 2594644 Bytes = 2.5 MB ? Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK OK
Starting kernel ... /
Uncompressing Linux.....................................................
|
|
|
|
|
Logged
|
|
|
|
|
Raśl Porcel
Global Moderator
Jr. Member
   
Karma: 0
Posts: 68
|
 |
« Reply #3 on: May 17, 2009, 05:57:32 AM » |
|
You forgot saveenv and reset.
|
|
|
|
|
Logged
|
|
|
|
|
victor
Newbie
Karma: 0
Posts: 11
|
 |
« Reply #4 on: May 18, 2009, 07:54:58 AM » |
|
Thank you for your pointing!
|
|
|
|
|
Logged
|
|
|
|
|
|