From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessio Raccis Date: Wed, 24 Nov 2004 10:10:39 +0100 Subject: [U-Boot-Users] boot problem Message-ID: <001e01c4d205$7e2ca120$cb077c0a@bart> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, I have a problem and now, it's weird to say, I pray to a kernel panic ! I'm working on smdk2410 and I have a u-boot version modified to boot from smartmedia. I want, or better I hope to boot 2.6.7 linux kernel. So, I create a zImage by compiling kernel and then I make: gzip -9 zImage ./mkimage -A arm -O linux -T kernel -C gzip -a 0x30008000 -e 0x30008000 -n "Linux Kernel Image" -d zImage.gz uimage At this point, I download uimage at 33000000 address from a tftp server. SMDK2410 # tftpboot 33000000 uimage TFTP from server 10.124.7.161; our IP address is 10.124.7.50 Filename 'uimage'. Load address: 0x33000000 Loading: ################################################################# ################################################################# ######################################################## done Bytes transferred = 950519 (e80f7 hex) Now I boot the kernel and I have: SMDK2410 # bootm ## Booting image at 33000000 ... Image Name: Linux Kernel Image Created: 2004-11-17 13:50:56 UTC Image Type: ARM Linux Kernel Image (gzip compressed) Data Size: 950455 Bytes = 928.2 kB Load Address: 30008000 Entry Point: 30008000 Verifying Checksum ... OK Uncompressing Kernel Image ... OK Starting kernel ... Uncompressing Linux................................................................... done, booting the kernel. Nothing else !! Can anyone help me, please ? Which is my mistake ? thanks in advance. Best regards, Alex