<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Arial, sans-serif" size="2">
<div>Hello everyone,</div>
<div>&nbsp;</div>
<div>I'll try to run a 2.6.31-rc7 kernel on my Lite5200 board.</div>
<div>For the device tree I use lite5200.dts and compiled it simply with</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make ARCH=powerpc CROSS_COMPILE=ppc_6xx- lite5200.dtb</div>
<div>&nbsp;</div>
<div>But I'm not sure what configuration for the kernel I should choose. There is no </div>
<div>lite5200_defconfig only one for the lite5200b. </div>
<div>I tried it with mpc5200_defconfig and lite5200b_defconfig, but I'm not sure which</div>
<div>is the right way.</div>
<div>For compiling the kernel I use:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make ARCH=powerpc CROSS_COMPILE=ppc_6xx- &quot;CONFIG_FILE&quot;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make ARCH=powerpc CROSS_COMPILE=ppc_6xx- uImage</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make ARCH=powerpc CROSS_COMPILE=ppc_6xx- modules</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make ARCH=powerpc CROSS_COMPILE=ppc_6xx- modules_install</div>
<div>&nbsp;</div>
<div>Can anyone tell me?</div>
<div>&nbsp;</div>
<div>I use U-Boot 2009.06, with the following settings for bootup:</div>
<div>&nbsp;</div>
<div>=&gt; print kernel_addr fdt_addr dtbfile bootfile bootargs</div>
<div>kernel_addr=900000</div>
<div>fdt_addr=b00000</div>
<div>dtbfile=/tftpboot/lite5200.dtb</div>
<div>bootfile=/tftpboot/uImage</div>
<div>bootargs=console=ttyPSC0,115200 root=/dev/nfs rw nfsroot=10.10.0.2:/opt/eldk/ppc</div>
<div>_82xx ip=10.10.0.99:10.10.0.2::255.255.255.0:icecube::off panic=1</div>
<div>=&gt; tftp ${kernel_addr} ${boofile}; tftp ${fdt_addr} ${dtbfile}</div>
<div>=&gt; bootm ${kernel_addr} - ${fdt_addr}</div>
<div>&nbsp;</div>
<div>With lite5200b_defconfig config the last message I see is:</div>
<div>&nbsp;</div>
<div>=&gt; tftp ${kernel_addr} ${boofile}; tftp ${fdt_addr} ${dtbfile}</div>
<div>Using FEC ETHERNET device</div>
<div>TFTP from server 10.10.0.2; our IP address is 10.10.0.99</div>
<div>Filename '/tftpboot/uImage'.</div>
<div>Load address: 0x900000</div>
<div>Loading: #################################################################</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #################################################################</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #################################################################</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #################################################################</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ###################################</div>
<div>done</div>
<div>Bytes transferred = 1507908 (170244 hex)</div>
<div>Using FEC ETHERNET device</div>
<div>TFTP from server 10.10.0.2; our IP address is 10.10.0.99</div>
<div>Filename '/tftpboot/lite5200.dtb'.</div>
<div>Load address: 0xb00000</div>
<div>Loading: ##</div>
<div>done</div>
<div>Bytes transferred = 5375 (14ff hex)</div>
<div>=&gt; bootm ${kernel_addr} - ${fdt_addr}</div>
<div>## Booting kernel from Legacy Image at 00900000 ...</div>
<div>&nbsp;&nbsp; Image Name:&nbsp;&nbsp; Linux-2.6.31-rc7-01406-g83e0360-</div>
<div>&nbsp;&nbsp; Created:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2009-08-27&nbsp;&nbsp; 7:58:32 UTC</div>
<div>&nbsp;&nbsp; Image Type:&nbsp;&nbsp; PowerPC Linux Kernel Image (gzip compressed)</div>
<div>&nbsp;&nbsp; Data Size:&nbsp;&nbsp;&nbsp; 1507844 Bytes =&nbsp; 1.4 MB</div>
<div>&nbsp;&nbsp; Load Address: 00000000</div>
<div>&nbsp;&nbsp; Entry Point:&nbsp; 00000000</div>
<div>&nbsp;&nbsp; Verifying Checksum ... OK</div>
<div>## Flattened Device Tree blob at 00b00000</div>
<div>&nbsp;&nbsp; Booting using the fdt blob at 0xb00000</div>
<div>&nbsp;&nbsp; Uncompressing Kernel Image ... OK</div>
<div>&nbsp;&nbsp; Loading Device Tree to 007fb000, end 007ff4fe ... OK</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Using lite5200 machine description</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Linux version 2.6.31-rc7-01406-g83e0360-dirty (root@user-laptop)</div>
<div>(gcc version 4.2.2) #6 Thu Aug 27 09:58:17 CEST 2009</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] PCI host bridge /pci@f0000d00 (primary) ranges:</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp; MEM 0x0000000080000000..0x000000009fffffff -&gt; 0x0000000080000000</div>
<div> Prefetch</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp; MEM 0x00000000a0000000..0x00000000afffffff -&gt; 0x00000000a0000000</div>
<div>&nbsp;</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp;&nbsp; IO 0x00000000b0000000..0x00000000b0ffffff -&gt; 0x0000000000000000</div>
<div>&nbsp;</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Zone PFN ranges:</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp;&nbsp; DMA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x00000000 -&gt; 0x00004000</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp;&nbsp; Normal&nbsp;&nbsp; 0x00004000 -&gt; 0x00004000</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Movable zone start PFN for each node</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] early_node_map[1] active PFN ranges</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp;&nbsp;&nbsp;&nbsp; 0: 0x00000000 -&gt; 0x00004000</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Built 1 zonelists in Zone order, mobility grouping on.&nbsp; Total pag</div>
<div>es: 16256</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Kernel command line: console=ttyPSC0,115200 root=/dev/nfs rw nfsr</div>
<div>oot=10.10.0.2:/opt/eldk/ppc_82xx ip=10.10.0.99:10.10.0.2::255.255.255.0:icecube:</div>
<div>:off panic=1</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] PID hash table entries: 256 (order: 8, 1024 bytes)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Memory: 61612k/65536k available (2972k kernel code, 3864k reserve</div>
<div>d, 144k data, 108k bss, 160k init)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Kernel virtual memory layout:</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp;&nbsp; * 0xffffe000..0xfffff000&nbsp; : fixmap</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp;&nbsp; * 0xfcffa000..0xfe000000&nbsp; : early ioremap</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp;&nbsp; * 0xc5000000..0xfcffa000&nbsp; : vmalloc &amp; ioremap</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, N</div>
<div>odes=1</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] NR_IRQS:512</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] MPC52xx PIC is up and running!</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] clocksource: timebase mult[f26c9b2] shift[22] registered</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000738] console [ttyPSC0] enabled</div>
<div>[&nbsp;&nbsp;&nbsp; 0.169172] Mount-cache hash table entries: 512</div>
<div>[&nbsp;&nbsp;&nbsp; 0.184911] NET: Registered protocol family 16</div>
<div>[&nbsp;&nbsp;&nbsp; 0.240784] PCI: Probing PCI hardware</div>
<div>[&nbsp;&nbsp;&nbsp; 0.248600] DMA: MPC52xx BestComm driver</div>
<div>[&nbsp;&nbsp;&nbsp; 0.253306] DMA: MPC52xx BestComm engine @f0001200 ok !</div>
<div>[&nbsp;&nbsp;&nbsp; 0.309563] bio: create slab &lt;bio-0&gt; at 0</div>
<div>[&nbsp;&nbsp;&nbsp; 0.320464] SCSI subsystem initialized</div>
<div>[&nbsp;&nbsp;&nbsp; 0.345661] NET: Registered protocol family 2</div>
<div>[&nbsp;&nbsp;&nbsp; 0.350793] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.359384] TCP established hash table entries: 2048 (order: 2, 16384 bytes)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.367176] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.374059] TCP: Hash tables configured (established 2048 bind 2048)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.380734] TCP reno registered</div>
<div>[&nbsp;&nbsp;&nbsp; 0.384910] NET: Registered protocol family 1</div>
<div>[&nbsp;&nbsp;&nbsp; 0.498050] msgmni has been set to 120</div>
<div>[&nbsp;&nbsp;&nbsp; 0.506553] alg: No test for stdrng (krng)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.511415] io scheduler noop registered</div>
<div>[&nbsp;&nbsp;&nbsp; 0.515636] io scheduler anticipatory registered (default)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.521491] io scheduler deadline registered</div>
<div>[&nbsp;&nbsp;&nbsp; 0.526513] io scheduler cfq registered</div>
<div>[&nbsp;&nbsp;&nbsp; 1.706240] Generic RTC Driver v1.07</div>
<div>[&nbsp;&nbsp;&nbsp; 1.712363] Serial: MPC52xx PSC UART driver</div>
<div>[&nbsp;&nbsp;&nbsp; 1.717645] f0002000.serial: ttyPSC0 at MMIO 0xf0002000 (irq = 129) is a MPC5</div>
<div>2xx PSC</div>
<div>[&nbsp;&nbsp;&nbsp; 1.779407] brd: module loaded</div>
<div>[&nbsp;&nbsp;&nbsp; 1.808029] loop: module loaded</div>
<div>[&nbsp;&nbsp;&nbsp; 1.814012] ata: MPC52xx IDE/ATA libata driver</div>
<div>[&nbsp;&nbsp;&nbsp; 1.821144] scsi0 : mpc52xx_ata</div>
<div>[&nbsp;&nbsp;&nbsp; 1.826559] ata1: PATA max PIO4 ata_regs 0xf0003a00 irq 135</div>
<div>[&nbsp;&nbsp;&nbsp; 1.838948] mpc52xx MII bus: probed</div>
<div>[&nbsp;&nbsp;&nbsp; 1.864150] i2c /dev entries driver</div>
<div>[&nbsp;&nbsp;&nbsp; 1.883715] TCP cubic registered</div>
<div>[&nbsp;&nbsp;&nbsp; 1.887261] NET: Registered protocol family 17</div>
<div>[&nbsp;&nbsp;&nbsp; 1.895154] RPC: Registered udp transport module.</div>
<div>[&nbsp;&nbsp;&nbsp; 1.900177] RPC: Registered tcp transport module.</div>
<div>[&nbsp;&nbsp;&nbsp; 3.450019] IP-Config: Complete:</div>
<div>[&nbsp;&nbsp;&nbsp; 3.453333]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; device=eth0, addr=10.10.0.99, mask=255.255.255.0, gw=255.255</div>
<div>.255.255,</div>
<div>[&nbsp;&nbsp;&nbsp; 3.461661]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; host=icecube, domain=, nis-domain=(none),</div>
<div>[&nbsp;&nbsp;&nbsp; 3.467407]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bootserver=10.10.0.2, rootserver=10.10.0.2, rootpath=</div>
<div>[&nbsp;&nbsp;&nbsp; 3.489436] Looking up port of RPC 100003/2 on 10.10.0.2</div>
<div>[&nbsp;&nbsp;&nbsp; 3.530495] Looking up port of RPC 100005/1 on 10.10.0.2</div>
<div>[&nbsp;&nbsp;&nbsp; 3.667558] VFS: Mounted root (nfs filesystem) on device 0:11.</div>
<div>[&nbsp;&nbsp;&nbsp; 3.674123] Freeing unused kernel memory: 160k init</div>
<div>[&nbsp;&nbsp;&nbsp; 4.085086] net eth0: FEC_IEVENT_RFIFO_ERROR</div>
<div>[&nbsp;&nbsp;&nbsp; 4.091135] ------------[ cut here ]------------</div>
<div>[&nbsp;&nbsp;&nbsp; 4.095874] Kernel BUG at c01b7d4c [verbose debug info unavailable]</div>
<div>[&nbsp;&nbsp;&nbsp; 4.102285] Oops: Exception in kernel mode, sig: 5 [#1]</div>
<div>[&nbsp;&nbsp;&nbsp; 4.107615] lite5200</div>
<div>[&nbsp;&nbsp;&nbsp; 4.109842] Modules linked in:</div>
<div>[&nbsp;&nbsp;&nbsp; 4.112965] NIP: c01b7d4c LR: c01b900c CTR: c0011220</div>
<div>[&nbsp;&nbsp;&nbsp; 4.118035] REGS: c030da20 TRAP: 0700&nbsp;&nbsp; Not tainted&nbsp; (2.6.31-rc7-01406-g83e03</div>
<div>60-dirty)</div>
<div>[&nbsp;&nbsp;&nbsp; 4.126106] MSR: 00029032 &lt;EE,ME,CE,IR,DR&gt;&nbsp; CR: 22000024&nbsp; XER: 00000000</div>
<div>[&nbsp;&nbsp;&nbsp; 4.132907] TASK = c02e93e8[0] 'swapper' THREAD: c030c000</div>
<div>[&nbsp;&nbsp;&nbsp; 4.138235] GPR00: 00010200 c030dad0 c02e93e8 c391fe00 00000001 00000000 0000</div>
<div>8000 00000000</div>
<div>[&nbsp;&nbsp;&nbsp; 4.146798] GPR08: 00000006 c030c000 c0335000 000734e0 22000022 ffcf5fff 03fb</div>
<div>8000 03fa8878</div>
<div>[&nbsp;&nbsp;&nbsp; 4.155357] GPR16: 03f81ae8 03fa8854 03f45dcc 03f45ccc 03f45bee c0328428 c386</div>
<div>fe00 0a0a0063</div>
<div>[&nbsp;&nbsp;&nbsp; 4.163920] GPR24: 0000106c 00008000 00000000 00000001 00000000 c391fe00 c387</div>
<div>7c00 c3877ec0</div>
<div>[&nbsp;&nbsp;&nbsp; 4.172666] Call Trace:</div>
<div>[&nbsp;&nbsp;&nbsp; 4.175165] [c030dad0] [c01b8ec0] 0xc01b8ec0 (unreliable)</div>
<div>[&nbsp;&nbsp;&nbsp; 4.180677] [c030db00] [c01b900c] 0xc01b900c</div>
<div>[&nbsp;&nbsp;&nbsp; 4.185034] [c030db20] [c01b9310] 0xc01b9310</div>
<div>[&nbsp;&nbsp;&nbsp; 4.189394] [c030db40] [c004fd08] 0xc004fd08</div>
<div>[&nbsp;&nbsp;&nbsp; 4.193753] [c030db60] [c0051f14] 0xc0051f14</div>
<div>[&nbsp;&nbsp;&nbsp; 4.198113] [c030db70] [c0006590] 0xc0006590</div>
<div>[&nbsp;&nbsp;&nbsp; 4.202473] [c030db90] [c0012084] 0xc0012084</div>
<div>[&nbsp;&nbsp;&nbsp; 4.206833] --- Exception: 501 at 0xc023d1a4</div>
<div>[&nbsp;&nbsp;&nbsp; 4.206846]&nbsp;&nbsp;&nbsp;&nbsp; LR = 0xc023dcac</div>
<div>[&nbsp;&nbsp;&nbsp; 4.214387] [c030dc50] [c02395e4] 0xc02395e4 (unreliable)</div>
<div>[&nbsp;&nbsp;&nbsp; 4.219904] [c030dc80] [c023dcac] 0xc023dcac</div>
<div>[&nbsp;&nbsp;&nbsp; 4.224262] [c030dc90] [c0237e2c] 0xc0237e2c</div>
<div>[&nbsp;&nbsp;&nbsp; 4.228622] [c030dcb0] [c023c120] 0xc023c120</div>
<div>[&nbsp;&nbsp;&nbsp; 4.232982] [c030dce0] [c01c5514] 0xc01c5514</div>
<div>[&nbsp;&nbsp;&nbsp; 4.237341] [c030dd00] [c020ea08] 0xc020ea08</div>
<div>[&nbsp;&nbsp;&nbsp; 4.241701] [c030dd20] [c0210008] 0xc0210008</div>
<div>[&nbsp;&nbsp;&nbsp; 4.246059] [c030dd70] [c01eda24] 0xc01eda24</div>
<div>[&nbsp;&nbsp;&nbsp; 4.250418] [c030dd90] [c01ede54] 0xc01ede54</div>
<div>[&nbsp;&nbsp;&nbsp; 4.254775] --- Exception: c at 0xc030de50</div>
<div>[&nbsp;&nbsp;&nbsp; 4.254789]&nbsp;&nbsp;&nbsp;&nbsp; LR = 0x00000a</div>
<div>[&nbsp;&nbsp;&nbsp; 4.261973] [c030ddc0] [c01d18ec] 0xc01d18ec (unreliable)</div>
<div>[&nbsp;&nbsp;&nbsp; 4.267490] [c030ddf0] [c01d4454] 0xc01d4454</div>
<div>[&nbsp;&nbsp;&nbsp; 4.271850] [c030de20] [c01d47fc] 0xc01d47fc</div>
<div>[&nbsp;&nbsp;&nbsp; 4.276209] [c030de50] [c0029c48] 0xc0029c48</div>
<div>[&nbsp;&nbsp;&nbsp; 4.280570] [c030de90] [c00064f4] 0xc00064f4</div>
<div>[&nbsp;&nbsp;&nbsp; 4.284929] [c030dea0] [c0029a98] 0xc0029a98</div>
<div>[&nbsp;&nbsp;&nbsp; 4.289288] [c030deb0] [c0006594] 0xc0006594</div>
<div>[&nbsp;&nbsp;&nbsp; 4.293645] [c030ded0] [c0012084] 0xc0012084</div>
<div>[&nbsp;&nbsp;&nbsp; 4.298004] --- Exception: 501 at 0xc0009398</div>
<div>[&nbsp;&nbsp;&nbsp; 4.298020]&nbsp;&nbsp;&nbsp;&nbsp; LR = 0xc0009398</div>
<div>[&nbsp;&nbsp;&nbsp; 4.305561] [c030df90] [c0009348] 0xc0009348 (unreliable)</div>
<div>[&nbsp;&nbsp;&nbsp; 4.311077] [c030dfb0] [c0003e40] 0xc0003e40</div>
<div>[&nbsp;&nbsp;&nbsp; 4.315436] [c030dfc0] [c02bf850] 0xc02bf850</div>
<div>[&nbsp;&nbsp;&nbsp; 4.319795] [c030dff0] [00003438] 0x003438</div>
<div>[&nbsp;&nbsp;&nbsp; 4.323972] Instruction dump:</div>
<div>[&nbsp;&nbsp;&nbsp; 4.326999] 4e800020 9421ffd0 7c0802a6 bf210014 54290024 7c7d1b78 90010034 7c</div>
<div>9b2378</div>
<div>[&nbsp;&nbsp;&nbsp; 4.334947] 7cba2b78 7cd93378 8009000c 5400016e &lt;0f000000&gt; 3b830028 7f83e378</div>
<div>4809e8dd</div>
<div>[&nbsp;&nbsp;&nbsp; 4.343083] Kernel panic - not syncing: Fatal exception in interrupt</div>
<div>[&nbsp;&nbsp;&nbsp; 4.349564] Rebooting in 1 seconds.</div>
<div>&nbsp;</div>
<div>And with mpc5200_defconfig config it is:</div>
<div>&nbsp;</div>
<div>Using FEC ETHERNET device</div>
<div>TFTP from server 10.10.0.2; our IP address is 10.10.0.99</div>
<div>Filename '/tftpboot/uImage'.</div>
<div>Load address: 0x900000</div>
<div>Loading: #################################################################</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #################################################################</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #################################################################</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #################################################################</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #################################################################</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #######################################################</div>
<div>done</div>
<div>Bytes transferred = 1945203 (1dae73 hex)</div>
<div>Using FEC ETHERNET device</div>
<div>TFTP from server 10.10.0.2; our IP address is 10.10.0.99</div>
<div>Filename '/tftpboot/lite5200.dtb'.</div>
<div>Load address: 0xb00000</div>
<div>Loading: ##</div>
<div>done</div>
<div>Bytes transferred = 5375 (14ff hex)</div>
<div>=&gt; bootm ${kernel_addr} - ${fdt_addr}</div>
<div>## Booting kernel from Legacy Image at 00900000 ...</div>
<div>&nbsp;&nbsp; Image Name:&nbsp;&nbsp; Linux-2.6.31-rc7-01406-g83e0360</div>
<div>&nbsp;&nbsp; Created:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2009-08-27&nbsp;&nbsp; 6:51:07 UTC</div>
<div>&nbsp;&nbsp; Image Type:&nbsp;&nbsp; PowerPC Linux Kernel Image (gzip compressed)</div>
<div>&nbsp;&nbsp; Data Size:&nbsp;&nbsp;&nbsp; 1945139 Bytes =&nbsp; 1.9 MB</div>
<div>&nbsp;&nbsp; Load Address: 00000000</div>
<div>&nbsp;&nbsp; Entry Point:&nbsp; 00000000</div>
<div>&nbsp;&nbsp; Verifying Checksum ... OK</div>
<div>## Flattened Device Tree blob at 00b00000</div>
<div>&nbsp;&nbsp; Booting using the fdt blob at 0xb00000</div>
<div>&nbsp;&nbsp; Uncompressing Kernel Image ... OK</div>
<div>&nbsp;&nbsp; Loading Device Tree to 007fb000, end 007ff4fe ... OK</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Using lite5200 machine description</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Linux version 2.6.31-rc7-01406-g83e0360 (root@user-laptop) (gcc v</div>
<div>ersion 4.2.2) #3 Thu Aug 27 08:50:54 CEST 2009</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] PCI host bridge /pci@f0000d00 (primary) ranges:</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp; MEM 0x0000000080000000..0x000000009fffffff -&gt; 0x0000000080000000</div>
<div> Prefetch</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp; MEM 0x00000000a0000000..0x00000000afffffff -&gt; 0x00000000a0000000</div>
<div>&nbsp;</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp;&nbsp; IO 0x00000000b0000000..0x00000000b0ffffff -&gt; 0x0000000000000000</div>
<div>&nbsp;</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Zone PFN ranges:</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp;&nbsp; DMA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x00000000 -&gt; 0x00004000</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp;&nbsp; Normal&nbsp;&nbsp; 0x00004000 -&gt; 0x00004000</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Movable zone start PFN for each node</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] early_node_map[1] active PFN ranges</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp;&nbsp;&nbsp;&nbsp; 0: 0x00000000 -&gt; 0x00004000</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Built 1 zonelists in Zone order, mobility grouping on.&nbsp; Total pag</div>
<div>es: 16256</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Kernel command line: console=ttyPSC0,115200 root=/dev/nfs rw nfsr</div>
<div>oot=10.10.0.2:/opt/eldk/ppc_82xx ip=10.10.0.99:10.10.0.2::255.255.255.0:icecube:</div>
<div>:off panic=1</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] PID hash table entries: 256 (order: 8, 1024 bytes)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Memory: 60588k/65536k available (3888k kernel code, 4884k reserve</div>
<div>d, 188k data, 164k bss, 188k init)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] Kernel virtual memory layout:</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp;&nbsp; * 0xffffe000..0xfffff000&nbsp; : fixmap</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp;&nbsp; * 0xfcffa000..0xfe000000&nbsp; : early ioremap</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000]&nbsp;&nbsp; * 0xc5000000..0xfcffa000&nbsp; : vmalloc &amp; ioremap</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, N</div>
<div>odes=1</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] NR_IRQS:512</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] MPC52xx PIC is up and running!</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000000] clocksource: timebase mult[f26c9b2] shift[22] registered</div>
<div>[&nbsp;&nbsp;&nbsp; 0.000467] Console: colour dummy device 80x25</div>
<div>[&nbsp;&nbsp;&nbsp; 0.001126] console [ttyPSC0] enabled</div>
<div>[&nbsp;&nbsp;&nbsp; 0.173540] Mount-cache hash table entries: 512</div>
<div>[&nbsp;&nbsp;&nbsp; 0.188342] NET: Registered protocol family 16</div>
<div>[&nbsp;&nbsp;&nbsp; 0.251292] PCI: Probing PCI hardware</div>
<div>[&nbsp;&nbsp;&nbsp; 0.259136] DMA: MPC52xx BestComm driver</div>
<div>[&nbsp;&nbsp;&nbsp; 0.263847] DMA: MPC52xx BestComm engine @f0001200 ok !</div>
<div>[&nbsp;&nbsp;&nbsp; 0.356705] bio: create slab &lt;bio-0&gt; at 0</div>
<div>[&nbsp;&nbsp;&nbsp; 0.368969] SCSI subsystem initialized</div>
<div>[&nbsp;&nbsp;&nbsp; 0.380298] usbcore: registered new interface driver usbfs</div>
<div>[&nbsp;&nbsp;&nbsp; 0.387488] usbcore: registered new interface driver hub</div>
<div>[&nbsp;&nbsp;&nbsp; 0.394699] usbcore: registered new device driver usb</div>
<div>[&nbsp;&nbsp;&nbsp; 0.420014] NET: Registered protocol family 2</div>
<div>[&nbsp;&nbsp;&nbsp; 0.425101] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.433699] TCP established hash table entries: 2048 (order: 2, 16384 bytes)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.441486] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.448407] TCP: Hash tables configured (established 2048 bind 2048)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.455022] TCP reno registered</div>
<div>[&nbsp;&nbsp;&nbsp; 0.459100] NET: Registered protocol family 1</div>
<div>[&nbsp;&nbsp;&nbsp; 0.574734] JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.</div>
<div>[&nbsp;&nbsp;&nbsp; 0.589702] msgmni has been set to 118</div>
<div>[&nbsp;&nbsp;&nbsp; 0.598135] alg: No test for stdrng (krng)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.602904] io scheduler noop registered</div>
<div>[&nbsp;&nbsp;&nbsp; 0.607201] io scheduler anticipatory registered (default)</div>
<div>[&nbsp;&nbsp;&nbsp; 0.612979] io scheduler deadline registered</div>
<div>[&nbsp;&nbsp;&nbsp; 0.618008] io scheduler cfq registered</div>
<div>[&nbsp;&nbsp;&nbsp; 2.034926] [drm] Initialized drm 1.1.0 20060810</div>
<div>[&nbsp;&nbsp;&nbsp; 2.039933] Serial: MPC52xx PSC UART driver</div>
<div>[&nbsp;&nbsp;&nbsp; 2.045071] f0002000.serial: ttyPSC0 at MMIO 0xf0002000 (irq = 129) is a MPC5</div>
<div>2xx PSC</div>
<div>[&nbsp;&nbsp;&nbsp; 2.107178] brd: module loaded</div>
<div>[&nbsp;&nbsp;&nbsp; 2.135950] loop: module loaded</div>
<div>[&nbsp;&nbsp;&nbsp; 2.149599] ata: MPC52xx IDE/ATA libata driver</div>
<div>[&nbsp;&nbsp;&nbsp; 2.156669] scsi0 : mpc52xx_ata</div>
<div>[&nbsp;&nbsp;&nbsp; 2.162242] ata1: PATA max PIO4 ata_regs 0xf0003a00 irq 135</div>
<div>[&nbsp;&nbsp;&nbsp; 2.175746] mpc52xx MII bus: probed</div>
<div>[&nbsp;&nbsp;&nbsp; 2.203297] usbmon: debugfs is not available</div>
<div>[&nbsp;&nbsp;&nbsp; 2.207880] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver</div>
<div>[&nbsp;&nbsp;&nbsp; 2.216515] ppc-of-ohci f0001000.usb: OF OHCI</div>
<div>[&nbsp;&nbsp;&nbsp; 2.221581] ppc-of-ohci f0001000.usb: new USB bus registered, assigned bus nu</div>
<div>mber 1</div>
<div>[&nbsp;&nbsp;&nbsp; 2.229777] ppc-of-ohci f0001000.usb: irq 134, io mem 0xf0001000</div>
<div>[&nbsp;&nbsp;&nbsp; 2.295284] usb usb1: configuration #1 chosen from 1 choice</div>
<div>[&nbsp;&nbsp;&nbsp; 2.303126] hub 1-0:1.0: USB hub found</div>
<div>[&nbsp;&nbsp;&nbsp; 2.307386] hub 1-0:1.0: 2 ports detected</div>
<div>[&nbsp;&nbsp;&nbsp; 2.315260] Initializing USB Mass Storage driver...</div>
<div>[&nbsp;&nbsp;&nbsp; 2.321842] usbcore: registered new interface driver usb-storage</div>
<div>[&nbsp;&nbsp;&nbsp; 2.328414] USB Mass Storage support registered.</div>
<div>[&nbsp;&nbsp;&nbsp; 2.349763] mice: PS/2 mouse device common for all mice</div>
<div>[&nbsp;&nbsp;&nbsp; 2.356703] i2c /dev entries driver</div>
<div>[&nbsp;&nbsp;&nbsp; 2.384164] usbcore: registered new interface driver usbhid</div>
<div>[&nbsp;&nbsp;&nbsp; 2.390132] usbhid: v2.6:USB HID core driver</div>
<div>[&nbsp;&nbsp;&nbsp; 2.397686] TCP cubic registered</div>
<div>[&nbsp;&nbsp;&nbsp; 2.401412] NET: Registered protocol family 17</div>
<div>[&nbsp;&nbsp;&nbsp; 2.409581] RPC: Registered udp transport module.</div>
<div>[&nbsp;&nbsp;&nbsp; 2.414646] RPC: Registered tcp transport module.</div>
<div>[&nbsp;&nbsp;&nbsp; 2.427827] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)</div>
<div>[&nbsp;&nbsp;&nbsp; 3.969764] IP-Config: Complete:</div>
<div>[&nbsp;&nbsp;&nbsp; 3.973082]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; device=eth0, addr=10.10.0.99, mask=255.255.255.0, gw=255.255</div>
<div>.255.255,</div>
<div>[&nbsp;&nbsp;&nbsp; 3.981401]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; host=icecube, domain=, nis-domain=(none),</div>
<div>[&nbsp;&nbsp;&nbsp; 3.987140]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bootserver=10.10.0.2, rootserver=10.10.0.2, rootpath=</div>
<div>[&nbsp;&nbsp;&nbsp; 4.009033] Looking up port of RPC 100003/2 on 10.10.0.2</div>
<div>[&nbsp;&nbsp;&nbsp; 4.055286] Looking up port of RPC 100005/1 on 10.10.0.2</div>
<div>[&nbsp;&nbsp;&nbsp; 4.226838] VFS: Mounted root (nfs filesystem) on device 0:12.</div>
<div>[&nbsp;&nbsp;&nbsp; 4.233384] Freeing unused kernel memory: 188k init</div>
<div>[&nbsp;&nbsp;&nbsp; 4.351275] net eth0: FEC_IEVENT_RFIFO_ERROR</div>
<div>[&nbsp;&nbsp;&nbsp; 4.357356] ------------[ cut here ]------------</div>
<div>[&nbsp;&nbsp;&nbsp; 4.362100] Kernel BUG at c0229440 [verbose debug info unavailable]</div>
<div>[&nbsp;&nbsp;&nbsp; 4.368517] Oops: Exception in kernel mode, sig: 5 [#1]</div>
<div>[&nbsp;&nbsp;&nbsp; 4.373853] lite5200</div>
<div>[&nbsp;&nbsp;&nbsp; 4.376085] Modules linked in:</div>
<div>[&nbsp;&nbsp;&nbsp; 4.379219] NIP: c0229440 LR: c022a700 CTR: c0013720</div>
<div>[&nbsp;&nbsp;&nbsp; 4.384300] REGS: c03fd980 TRAP: 0700&nbsp;&nbsp; Not tainted&nbsp; (2.6.31-rc7-01406-g83e03</div>
<div>60)</div>
<div>[&nbsp;&nbsp;&nbsp; 4.391848] MSR: 00029032 &lt;EE,ME,CE,IR,DR&gt;&nbsp; CR: 22000024&nbsp; XER: 00000000</div>
<div>[&nbsp;&nbsp;&nbsp; 4.398659] TASK = c03ce3e8[0] 'swapper' THREAD: c03fc000</div>
<div>[&nbsp;&nbsp;&nbsp; 4.403993] GPR00: 00010100 c03fda30 c03ce3e8 c397ec00 00000001 00000000 0000</div>
<div>8000 00000000</div>
<div>[&nbsp;&nbsp;&nbsp; 4.412574] GPR08: 00000021 c03fc000 c0434000 00073d80 82000022 ffcf5fff 03fb</div>
<div>8000 03fa8878</div>
<div>[&nbsp;&nbsp;&nbsp; 4.421148] GPR16: 03f81ae8 03fa8854 03f45dcc 03f45ccc c03f9e54 c39b2d80 0000</div>
<div>0000 c03c2b24</div>
<div>[&nbsp;&nbsp;&nbsp; 4.429718] GPR24: 00000064 00008000 00000000 00000001 00000000 c397ec00 c39a</div>
<div>2000 c39a22c0</div>
<div>[&nbsp;&nbsp;&nbsp; 4.438468] Call Trace:</div>
<div>[&nbsp;&nbsp;&nbsp; 4.440977] [c03fda30] [c022a5b4] 0xc022a5b4 (unreliable)</div>
<div>[&nbsp;&nbsp;&nbsp; 4.446497] [c03fda60] [c022a700] 0xc022a700</div>
<div>[&nbsp;&nbsp;&nbsp; 4.450863] [c03fda80] [c022aa04] 0xc022aa04</div>
<div>[&nbsp;&nbsp;&nbsp; 4.455227] [c03fdaa0] [c00528b4] 0xc00528b4</div>
<div>[&nbsp;&nbsp;&nbsp; 4.459593] [c03fdac0] [c0054ac0] 0xc0054ac0</div>
<div>[&nbsp;&nbsp;&nbsp; 4.463960] [c03fdad0] [c0006590] 0xc0006590</div>
<div>[&nbsp;&nbsp;&nbsp; 4.468326] [c03fdaf0] [c0014584] 0xc0014584</div>
<div>[&nbsp;&nbsp;&nbsp; 4.472690] --- Exception: 501 at 0xc0018b84</div>
<div>[&nbsp;&nbsp;&nbsp; 4.472708]&nbsp;&nbsp;&nbsp;&nbsp; LR = 0xc027e5ac</div>
<div>[&nbsp;&nbsp;&nbsp; 4.480252] [c03fdbb0] [c39a2000] 0xc39a2000 (unreliable)</div>
<div>[&nbsp;&nbsp;&nbsp; 4.485772] [c03fdbf0] [c027e748] 0xc027e748</div>
<div>[&nbsp;&nbsp;&nbsp; 4.490139] [c03fdc30] [c02ef9e8] 0xc02ef9e8</div>
<div>[&nbsp;&nbsp;&nbsp; 4.494505] [c03fdc50] [c02ef620] 0xc02ef620</div>
<div>[&nbsp;&nbsp;&nbsp; 4.498871] [c03fdc90] [c02ef820] 0xc02ef820</div>
<div>[&nbsp;&nbsp;&nbsp; 4.503237] [c03fdcb0] [c02f20a8] 0xc02f20a8</div>
<div>[&nbsp;&nbsp;&nbsp; 4.507601] [c03fdce0] [c027b550] 0xc027b550</div>
<div>[&nbsp;&nbsp;&nbsp; 4.511968] [c03fdd00] [c02c4a44] 0xc02c4a44</div>
<div>[&nbsp;&nbsp;&nbsp; 4.516334] [c03fdd20] [c02c6044] 0xc02c6044</div>
<div>[&nbsp;&nbsp;&nbsp; 4.520700] [c03fdd70] [c02a3a60] 0xc02a3a60</div>
<div>[&nbsp;&nbsp;&nbsp; 4.525066] [c03fdd90] [c02a3e90] 0xc02a3e90</div>
<div>[&nbsp;&nbsp;&nbsp; 4.529433] [c03fddc0] [c0287928] 0xc0287928</div>
<div>[&nbsp;&nbsp;&nbsp; 4.533798] [c03fddf0] [c028a490] 0xc028a490</div>
<div>[&nbsp;&nbsp;&nbsp; 4.538164] [c03fde20] [c028a838] 0xc028a838</div>
<div>[&nbsp;&nbsp;&nbsp; 4.542527] [c03fde50] [c002c91c] 0xc002c91c</div>
<div>[&nbsp;&nbsp;&nbsp; 4.546894] [c03fde90] [c00064f4] 0xc00064f4</div>
<div>[&nbsp;&nbsp;&nbsp; 4.551257] [c03fdea0] [c002c76c] 0xc002c76c</div>
<div>[&nbsp;&nbsp;&nbsp; 4.555623] [c03fdeb0] [c0006594] 0xc0006594</div>
<div>[&nbsp;&nbsp;&nbsp; 4.559989] [c03fded0] [c0014584] 0xc0014584</div>
<div>[&nbsp;&nbsp;&nbsp; 4.564356] --- Exception: 501 at 0xc0009398</div>
<div>[&nbsp;&nbsp;&nbsp; 4.564375]&nbsp;&nbsp;&nbsp;&nbsp; LR = 0xc0009398</div>
<div>[&nbsp;&nbsp;&nbsp; 4.571919] [c03fdf90] [c0009348] 0xc0009348 (unreliable)</div>
<div>[&nbsp;&nbsp;&nbsp; 4.577439] [c03fdfb0] [c0003e40] 0xc0003e40</div>
<div>[&nbsp;&nbsp;&nbsp; 4.581802] [c03fdfc0] [c039d850] 0xc039d850</div>
<div>[&nbsp;&nbsp;&nbsp; 4.586168] [c03fdff0] [00003438] 0x003438</div>
<div>[&nbsp;&nbsp;&nbsp; 4.590352] Instruction dump:</div>
<div>[&nbsp;&nbsp;&nbsp; 4.593390] 4e800020 9421ffd0 7c0802a6 bf210014 54290024 7c7d1b78 90010034 7c</div>
<div>9b2378</div>
<div>[&nbsp;&nbsp;&nbsp; 4.601358] 7cba2b78 7cd93378 8009000c 5400016e &lt;0f000000&gt; 3b830028 7f83e378</div>
<div>480e3221</div>
<div>[&nbsp;&nbsp;&nbsp; 4.609519] Kernel panic - not syncing: Fatal exception in interrupt</div>
<div>[&nbsp;&nbsp;&nbsp; 4.616013] Rebooting in 1 seconds..</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Best regards </div>
<div>&nbsp;</div>
<div><b>Thomas </b></div>
<div>&nbsp;</div>
</font>
</body>
</html>