From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 3D0AAE00CE5; Wed, 10 Feb 2016 06:13:15 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.tekno-soft.it (li153-180.members.linode.com [109.74.206.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A2ACEE00CD8 for ; Wed, 10 Feb 2016 06:13:12 -0800 (PST) Received: from dragon.tekno-soft.it (host142-53-static.94-94-b.business.telecomitalia.it [94.94.53.142]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: robyf@tekno-soft.it) by mail.tekno-soft.it (Postfix) with ESMTPSA id 5A99C17727 for ; Wed, 10 Feb 2016 14:13:07 +0000 (UTC) From: Roberto Fichera To: "meta-freescale@yoctoproject.org" Organization: TeknoSOFT Message-ID: <56BB4565.3010407@tekno-soft.it> Date: Wed, 10 Feb 2016 15:12:53 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 X-Intuitive-System-MailScanner-Information: Please contact the ISP for more information X-Intuitive-System-MailScanner-ID: 5A99C17727.A7F34 X-Intuitive-System-MailScanner: Found to be clean X-Intuitive-System-MailScanner-From: kernel@tekno-soft.it Subject: Moving custom board iMX6Q from u-boot-imx 2014.04 to 2015.04 lead to freeze X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 14:13:15 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi All, Moving my current yocto installation from fido to jethro, I've also updated my u-boot-imx v2014.04 to v2015.04. However I was not able to boot anymore my custom iMX6Q board. Everything seems stopping after relocation. Last executed initcall is the setup_reloc(), and the board_init_f() will finish correctly. It seems that it's freezing somewhere within arch/arm/lib/crt0.S after calling the board_init_f(). Does anyone can suggest where to look at? Thanks in advance, Roberto Fichera. initcall: 1782e45c U-Boot 2015.04-imx_v2015.04_3.14.38_6qp_ga+gf80d628 (Feb 10 2016 - 12:09:32) initcall: 17806230 U-Boot code: 17800000 -> 17846BB0 BSS: -> 17881394 initcall: 17801d5c CPU: Freescale i.MX6Q rev1.5 at 792 MHz uclass_find_device_by_seq: 0 -1 uclass_find_device_by_seq: 0 0 - -1 -1 - not found CPU: Temperature 43 C Reset cause: POR initcall: 17806700 Board: Janas iMX6Q (ID:e315c0641d0f31d4) initcall: 17806274 I2C: ready initcall: 1780625c DRAM: initcall: 178033b0 initcall: 17806464 Monitor len: 00081394 Ram size: 80000000 Ram top: 90000000 initcall: 17805ff0 initcall: 178061d8 TLB table from 8fff0000 to 8fff4000 initcall: 17806388 initcall: 1780618c Reserving 516k for U-Boot at: 8ff6e000 initcall: 1780615c Reserving 16392k for malloc() at: 8ef6c000 initcall: 1780632c Reserving 80 Bytes for Board Info at: 8ef6bfb0 initcall: 17806008 initcall: 17806128 Reserving 248 Bytes for Global Data at: 8ef6beb8 initcall: 178060bc initcall: 17806010 initcall: 178064d0 initcall: 17806440 initcall: 1780639c RAM Configuration: Bank #0: 10000000 2 GiB DRAM: 2 GiB initcall: 178060a0 New Stack Pointer is: 8ef6be90 initcall: 17806018 initcall: 17806050 <--- setup_reloc() Relocation Offset is: 7876e000 Relocating to 8ff6e000, new gd at 8ef6beb8, sp at 8ef6be90 <...freeze...>