From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Date: Thu, 14 Jul 2005 09:40:11 +0100 Subject: [U-Boot-Users] Re: 2.6.12 with u-boot-1.1.2 on versatile In-Reply-To: <20050713202218.41829353A37@atlas.denx.de> (Wolfgang Denk's message of "Wed, 13 Jul 2005 22:22:18 +0200") References: <20050713202218.41829353A37@atlas.denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > in message you wrote: >> You should run "cp 0x36000000 0x7fc0 " before "bootm". > > Sounds like vodoo programming to me. Or do you have any rational > explanation why these bogus statements should help? True, but that's how I managed to get it working. Is bootm supposed to also copy the image from flash before starting it? I had the impression that it doesn't do this. Catalin