From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ud04.udmedia.de ([194.117.254.44] helo=mail.ud04.udmedia.de) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RLbqQ-0003DZ-Nx for barebox@lists.infradead.org; Wed, 02 Nov 2011 14:31:12 +0000 Message-ID: <4EB14DEA.2030901@crane-soft.de> Date: Wed, 02 Nov 2011 15:04:26 +0100 From: "Peter Kuennemann@Crane-Soft" MIME-Version: 1.0 References: <4EAEDE2C.5010904@crane-soft.de> <20111102101652.GK23421@pengutronix.de> In-Reply-To: <20111102101652.GK23421@pengutronix.de> Reply-To: pkue@crane-soft.de List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: Failed to launch barebox from flash memory on i.MX35 To: barebox@lists.infradead.org Am 02.11.2011 11:16, schrieb Sascha Hauer: > Hi Peter, > > On Mon, Oct 31, 2011 at 06:43:08PM +0100, Peter wrote: >> Hi all, >> I just managed to compile the latest barebox source (http://barebox.org/download/barebox-2011.10.0.tar.bz2 ) for the pcm043 board. >> I configured and compiled it: >> $ make pcm043_defconfig >> $ make xconfig # nothing changed there >> $ make >> >> I used the following CROSS environment settings: >> export PATH="$PATH:/opt/OSELAS.Toolchain-1.99.3/arm-1136jfs-linux-gnueabi/gcc-4.3.2-glibc-2.8-binutils-2.19-kernel-2.6.27-sanitized/bin" >> export ARCH=arm >> export CROSS_COMPILE=arm-1136jfs-linux-gnueabi- >> >> The make went well without any problems. >> I flashed the barebox.bin at address 0xa000_0000 and rebootet. >> The program then trapped while trying to relocate the code to SDRAM. >> The SDRAM is propperly initialized but the call to memcpy takes adress >> 0x9FFFE000 as source and 0x87F00000 as destination. >> 0x9FFFE000 is definitely not correct, it is 0x2000 below the start of the >> flash memory, obviously the same size as symbol _stext in the map >> when subtracting the base address. >> >> Map: >> 00038e50 A _barebox_image_size >> 87f02000 T _stext >> 87f02000 T _text >> >> The source is in arch/arm/copu/start.c at line 122. >> >> I am completly stuck. What went wrong? >> Any help will be very much appreciated. > There seems to be a bug in the pcm043_defconfig. It is configured for > internal bootmode, which means that the board has to specify a header > of size 0x2000 before the actual image. The pcm043 does not specify this > header as it uses the external bootmode. > Please disable CONFIG_ARCH_IMX_INTERNAL_BOOT in your config, that should > do it. If it works I'll commit a corresponding patch. > > Sascha > Thanks, that did the trick. I changed the option "support internal boot mode" to "support external boot mode" (What ever that means) and the relocation works pretty well now. Nevertheless, next problem appears right after relocation. The console displays the welcome messages: "barebox 2011.10.0 (Nov 2 2011 - 14:40:11)" and "Board: Phytec phyCORE-i.MX35" but then loops in mmu.c at function mmu_init in the for () loop at line 237 .. forever! Is there another secret word to be known? Regards, Peter Kuennemann _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox