<div>i got a freerunner, first i download the two image:</div><div>Om2008.12-om-gta02.uImage.bin </div><div>Om2008.12-om-gta02.rootfs.jffs2 </div><div>use the dfu tools upgrade success.</div><div><br></div><div>but i want to build the kernel image myself, so i do like this:</div>
<div>1. </div><div>install git tools: apt-get install git</div><div>2. </div><div>git clone git://<a href="http://git.openmoko.org/git/kernel.git">git.openmoko.org/git/kernel.git</a> linux-2.6</div><div>3. </div><div>cd linux-2.6</div>
<div>git checkout origin/andy-tracking</div><div>4.</div><div>cp arch/arm/configs/gta02-moredrivers-defconfig .config</div><div>5. </div><div>download openmoko-i686-20080916-arm-linux-gnueabi-toolchain.tar.bz2 from </div>
<div><a href="http://downloads.openmoko.org/developer/toolchains/">http://downloads.openmoko.org/developer/toolchains/</a></div><div>6. </div><div>cd /</div><div>sudo tar jxf /openmoko-i686-20080916-arm-linux-gnueabi-toolchain.tar.bz2</div>
<div>7.</div><div>cd linux-2.6</div><div>mkdir GTA02</div><div>cp arch/arm/configs/gta02-moredrivers-defconfig ./GTA02/.config</div><div>8.</div><div>vi /usr/local/openmoko/arm/setup-env</div><div>modify line with : export LDFLAGS=&quot;-L${OMTOOL_DIR}/arm/arm-angstrom-linux-gnueabi/lib -rpath-link ${OMTOOL_DIR}/arm/arm-angstrom-linux-gnueabi/lib -O1&quot;</div>
<div>9.</div><div>.   /usr/local/openmoko/arm/setup-env </div><div>10.</div><div>cd linux-2.6/</div><div>./build GTA02 dummy</div><div><br></div><div>after above, i use the dfu tools burn the uImage-GTA02.bin which under GTA02 directory to freerunner, but it </div>
<div>stop at openmoko srceen, can&#39;t boot the system up,   </div><div><br></div><div>why?</div><div><br></div><div><br></div>