Hi everybody !<br><br>This my first (but not least :) ) message on that mailing list. I hope I will find my solution.<br>Here is my problem:<br><br>I have a MPC8272ADS board, 64MB RAM, 8MB Flash.<br>I compiled u-boot using the existing config file, and compiled my linux kernel successfully with the defconfig file too.<br>
<br>I have updated u-boot, downloaded my kernel file, and a ramdisk image from the eldk distribution.<br>I have tried using a lot of bootargs (<br>bootargs root=/dev/ram rw console=ttyS0,115200<br>bootargs through nfs, etc.)<br>
<br>When I am resetting my card, it reboots:<br>bootargs=root=/dev/ram rw console=ttyS0,115200<br>bootcmd=bootm ff800000 ff980000<br><br>## Booting kernel from Legacy Image at ff800000 ...<br>&nbsp;&nbsp; Image Name:&nbsp;&nbsp; Linux-2.6.29-rc1-01197-g5a7b6e7-<br>
&nbsp;&nbsp; Image Type:&nbsp;&nbsp; PowerPC Linux Kernel Image (gzip compressed)<br>&nbsp;&nbsp; Data Size:&nbsp;&nbsp;&nbsp; 1487167 Bytes =&nbsp; 1.4 MB<br>&nbsp;&nbsp; Load Address: 00000000<br>&nbsp;&nbsp; Entry Point:&nbsp; 00000000<br>&nbsp;&nbsp; Verifying Checksum ... OK<br>## Loading init Ramdisk from Legacy Image at ff980000 ...<br>
&nbsp;&nbsp; Image Name:&nbsp;&nbsp; Simple Embedded Linux Framework<br>&nbsp;&nbsp; Image Type:&nbsp;&nbsp; PowerPC Linux RAMDisk Image (gzip compressed)<br>&nbsp;&nbsp; Data Size:&nbsp;&nbsp;&nbsp; 1730966 Bytes =&nbsp; 1.7 MB<br>&nbsp;&nbsp; Load Address: 00000000<br>&nbsp;&nbsp; Entry Point:&nbsp; 00000000<br>&nbsp;&nbsp; Verifying Checksum ... OK<br>
&nbsp;&nbsp; Uncompressing Kernel Image ... OK<br>&nbsp;&nbsp; Loading Ramdisk to 039d7000, end 03b7d996 ... OK<br><br><br>U-Boot 2009.01 (Jan 14 2009 - 18:38:32)<br><br>MPC8272 Reset Status: Check Stop, External Soft, External Hard<br><br>MPC8272 Clock Configuration<br>
&nbsp;- Bus-to-Core Mult 4x, VCO Div 2, 60x Bus Freq&nbsp; 25-75 , Core Freq 100-300<br>&nbsp;- dfbrg 1, corecnf 0x1a, busdf 3, cpmdf 1, plldf 0, pllmf 3, pcidf 5<br>&nbsp;- vco_out&nbsp; 400000000, scc_clk&nbsp; 100000000, brg_clk&nbsp;&nbsp; 25000000<br>&nbsp;- cpu_clk&nbsp; 400000000, cpm_clk&nbsp; 200000000, bus_clk&nbsp; 100000000<br>
&nbsp;- pci_clk&nbsp;&nbsp; 66666666<br><br>CPU:&nbsp;&nbsp; MPC8272 (HiP7 Rev 14, Mask 1.0 1K50M) at 400 MHz<br>Board: Motorola MPC8272ADS<br>DRAM:&nbsp; 64 MB<br>FLASH:&nbsp; 8 MB<br>In:&nbsp;&nbsp;&nbsp; serial<br>Out:&nbsp;&nbsp; serial<br>Err:&nbsp;&nbsp; serial<br>Net:&nbsp;&nbsp; FCC1 ETHERNET<br>
Hit any key to stop autoboot:&nbsp; 0 <br>=&gt; <br><br><br>Thanks in advance for your help !<br>