<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi all,<br><br>After uboot comes up, I get stuck with the booting of linux kernel. The RAM range is from 0x30000000-0x38000000. Following are the steps I do to get the uImage.bin.<br><br>$ arm-linux-objcopy -O binary -R .note -R .comment -S vmlinux linux.bin<br>$ gzip -9 linux.bin<br>$ ../u-boot-1.3.2/tools/mkimage -A arm -O linux -T kernel -C gzip -a 0x30008000 -e 0x30008000 -n "Linux kernel" -d linux.bin.gz uImage.bin<br>Image Name:&nbsp;&nbsp; Linux kernel<br>Created:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sun Apr&nbsp; 6 12:19:12 2008<br>Image Type:&nbsp;&nbsp; ARM Linux Kernel Image (gzip compressed)<br>Data Size:&nbsp;&nbsp;&nbsp; 4271627 Bytes = 4171.51 kB = 4.07 MB<br>Load Address: 0x30008000<br>Entry Point:&nbsp; 0x30008000<br><br>After this I put the uImage.bin at 0x33000000, restart uboot
 and I get:<br><br>U-Boot 1.3.2 (Apr&nbsp; 6 2008 - 12:03:10)<br><br>DRAM:&nbsp; 128 MB<br>Flash: 32 MB<br>Using default environment<br><br>In:&nbsp;&nbsp;&nbsp; serial<br>Out:&nbsp;&nbsp; serial<br>Err:&nbsp;&nbsp; serial<br>Hit any key to stop autoboot:&nbsp; 0<br>## Booting image at 33000000 ...<br>&nbsp;&nbsp; Image Name:&nbsp;&nbsp; Linux kernel<br>&nbsp;&nbsp; Image Type:&nbsp;&nbsp; ARM Linux Kernel Image (gzip compressed)<br>&nbsp;&nbsp; Data Size:&nbsp;&nbsp;&nbsp; 4271627 Bytes =&nbsp; 4.1 MB<br>&nbsp;&nbsp; Load Address: 30008000<br>&nbsp;&nbsp; Entry Point:&nbsp; 30008000<br>&nbsp;&nbsp; Verifying Checksum ... OK<br>&nbsp;&nbsp; Uncompressing Kernel Image ... OK<br><br>Starting kernel ...<br><br>undefined instruction<br>pc : [&lt;30808004&gt;]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lr : [&lt;3101175c&gt;]<br>sp : 30fcfaf8&nbsp; ip : 30fcffb8&nbsp;&nbsp;&nbsp;&nbsp; fp : 00000000<br>r10: 00000001&nbsp; r9 :
 30fcfe98&nbsp;&nbsp;&nbsp;&nbsp; r8 : 30fcffdc<br>r7 : cf032d24&nbsp; r6 : 33000040&nbsp;&nbsp;&nbsp;&nbsp; r5 : 31019544&nbsp; r4 : 31019541<br>r3 : 30fcfe55&nbsp; r2 : 30000100&nbsp;&nbsp;&nbsp;&nbsp; r1 : 0000016a&nbsp; r0 : 00000000<br>Flags: nzCv&nbsp; IRQs off&nbsp; FIQs off&nbsp; Mode SVC_32<br>Resetting CPU ...<br><br>data abort<br>pc : [&lt;31010ca8&gt;]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lr : [&lt;31010d40&gt;]<br>sp : 30fcfa88&nbsp; ip : 3101b06c&nbsp;&nbsp;&nbsp;&nbsp; fp : 00000000<br>r10: 00000001&nbsp; r9 : 30fcfe98&nbsp;&nbsp;&nbsp;&nbsp; r8 : 30fcffdc<br>r7 : cf032d24&nbsp; r6 : 33000040&nbsp;&nbsp;&nbsp;&nbsp; r5 : 00658d7f&nbsp; r4 : 00036042<br>r3 : 3101b070&nbsp; r2 : 0000566d&nbsp;&nbsp;&nbsp;&nbsp; r1 : 00003307&nbsp; r0 : 000032ff<br>Flags: nzCv&nbsp; IRQs on&nbsp; FIQs on&nbsp; Mode SVC_32<br>Resetting CPU ...<br><br>data abort<br>pc : [&lt;31010ca8&gt;]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lr
 : [&lt;31010cf4&gt;]<br>sp : 30fcfa10&nbsp; ip : ffffffff&nbsp;&nbsp;&nbsp;&nbsp; fp : 00000000<br>r10: 00000001&nbsp; r9 : 30fcfe98&nbsp;&nbsp;&nbsp;&nbsp; r8 : 30fcffdc<br>r7 : cf032d24&nbsp; r6 : 33000040&nbsp;&nbsp;&nbsp;&nbsp; r5 : 30fcfa74&nbsp; r4 : 00000000<br>r3 : 3101b070&nbsp; r2 : 30fcfa30&nbsp;&nbsp;&nbsp;&nbsp; r1 : 00003307&nbsp; r0 : 00003200<br>Flags: nzCv&nbsp; IRQs on&nbsp; FIQs on&nbsp; Mode SVC_32<br>Resetting CPU ...<br><br>And it keeps on resetting the CPU.<br><br>Is it the problem with the settings of uboot or the kernel and what should I do to bring the linux kernel up? Where could I find more information regarding this?<br><br>Kindly help me out.<br><br>Thanks in advance.<br>Tiju<br></div></div><br>


      <!--2--><hr size=1></hr> Share files, take polls, and make new friends - all under one roof. <a href="http://in.rd.yahoo.com/tagline_groups_2/*http://in.promos.yahoo.com/groups/"> Click here.</a></body></html>