From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= Date: Tue, 25 Jan 2011 12:26:21 +0100 Subject: [U-Boot] Uboot can't start kernel after change from version 2009.01 to 2010.09 In-Reply-To: <4D3EAE19.4050007@hrz.tu-chemnitz.de> References: <4D3E8F9D.7040901@ahsoftware.de> <20110125091613.39EA9BB0B9@gemini.denx.de> <4D3E99F9.80400@ahsoftware.de> <4D3EA25E.7050601@hrz.tu-chemnitz.de> <4D3EABE1.4030605@emk-elektronik.de> <4D3EAE19.4050007@hrz.tu-chemnitz.de> Message-ID: <4D3EB35D.4090905@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Maik H?nig, please do not hijack a thread! Am 25.01.2011 12:03, schrieb Maik H?nig: > Dear Reinhard, > > sorry I copied the wrong log: > > U-Boot 2010.09 (Jan 24 2011 - 17:45:54) Ok, you use 2010.09. This was last release before relocate changes. Therefore it has no connection with the relocation stuff. > I2C: ready > DRAM: 64 MiB > Flash: 32 MiB > In: serial > Out: serial > Err: serial > Hit any key to stop autoboot: 0 > ## Booting kernel from Legacy Image at 30060000 ... > Image Name: Linux Kernel > Image Type: ARM Linux Kernel Image (gzip compressed) > Data Size: 1084127 Bytes = 1 MiB > Load Address: 20008000 > Entry Point: 20008000 > Verifying Checksum ... OK > Uncompressing Kernel Image ... OK > > Starting kernel ... > > I have to kernel Images in flash. The bootcmd is copied from printenv. > With the uboot version 2009.01 it works well. > Is it nessesary to set a > console parameter in the bootcmd in uboot version 2010.09? We don't know your configuration. What tells your working setup in kernel log messages about 'Command line'? -> /proc/cmdline > > > Mit freundlichen Gr??en > > Maik H?nig > > Am 25.01.2011 11:54, schrieb Reinhard Meyer: >> Dear Maik H?nig, >>> Hi, >>> >>> >>> I change my uboot version and after it the uboot don't starts the same >>> linux kernel: >>> >>> ## Booting kernel from Legacy Image at 10060000 ... >> _________________________________________???????? >>> Image Name: Linux Kernel >>> Image Type: ARM Linux Kernel Image (gzip compressed) >>> Data Size: 1178673 Bytes = 1.1 MiB >>> Load Address: 20008000 >>> Entry Point: 20008000 >>> Verifying Checksum ... OK >>> Uncompressing Kernel Image ... OK >>> >>> Starting kernel ... >>> >>> *****LOG END***** >>> >>> >>> It's a board simular to the at91rm9200dk. I start the kernel with What is your board exactly? Is it currently in official u-boot or do you have another tree? at91rm9200dk is most likely broken with current u-boot (2010.12) and will be removed for 2011.03. So if you have a at91rm9200dk at hand please try to get the current u-boot working with that board and provide patches. You may see my patches for at91rm9200ek which at least make at91rm9200ek boot from SDRAM when setup correctly with an jtag (-> booting with at91bootstrab should also work but is untested). regards Andreas Bie?mann