From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1C5F9E004F6; Tue, 19 May 2015 08:21:31 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [193.201.172.118 listed in list.dnswl.org] * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (picmaster[at]mail.bg) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mx2.mail.bg (mx2.mail.bg [193.201.172.118]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A7C3FE00A0A for ; Tue, 19 May 2015 08:21:05 -0700 (PDT) Received: from [192.168.0.62] (unknown [93.152.143.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx2.mail.bg (Postfix) with ESMTPSA id 8D8756000853; Tue, 19 May 2015 18:21:03 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mail.bg; s=default; t=1432048863; bh=kmepntgXqx1DQHc4wmy75dxfzlHxkPsGBmKZg1iLotY=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=kDx1C2Zp2pIuqzSKzpTuN3CegD8ihSICAaiKbRIC73gdVxW2Ekt2OXWQ3Ohme8KQl HuW1GEqS1yQSeswpVL7gbO1WuJ8ECv8KaTslg/Qn4OGyLjGyn69ddGi4AFq0CNc05F wK55JLhHhQoV/u+EdvbMVxCMEL9E7nlFFDJ4JMvI= Message-ID: <555B54DF.6020201@mail.bg> Date: Tue, 19 May 2015 18:21:03 +0300 From: Nikolay Dimitrov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 MIME-Version: 1.0 To: Leon Woestenberg , meta-freescale@yoctoproject.org References: In-Reply-To: Subject: Re: linux-congatec (fido) silent after Starting kernel ... 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: Tue, 19 May 2015 15:21:31 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Hi Leon, On 05/19/2015 06:07 PM, Leon Woestenberg wrote: > Hello all, > > I am trying the fido branch linux-congatec kernel for MACHINE=cgtqmx6. > > More specifically, this DTB and kernel > > uImage--3.10.53-r0-cgtqmx6-20150519142407.bin > uImage--3.10.53-r0-imx6q-qmx6-20150519142407.dtb > > for the P/N 0161103 (Quad-Core) > > Question on the side: I noticed the Congatec pre-flashed setup does not > seem to load a FDT DTB from eMMC? Shouldn't these platforms always load > a FDT DTB? > > I am sure the error is on my side, what did I miss? > > Thanks, Leon. > > bootcmd_net=tftpboot ${fdtaddr} ${fdtfile}; tftpboot ${loadaddr} > ${bootfile}; run bootargs_base bootargs_nfs;bootm ${loadaddr} - ${fdtaddr} > > > conga-QMX6 U-Boot > run bootcmd_net > FEC: Link is Up 796d > Using FEC0 device > TFTP from server 192.168.1.9; our IP address is 192.168.1.103 > Filename 'cgtqmx6/uImage.dtb'. > Load address: 0x10780000 > Loading: #### > done > Bytes transferred = 48083 (bbd3 hex) > FEC: Link is Up 796d > Using FEC0 device > TFTP from server 192.168.1.9; our IP address is 192.168.1.103 > Filename 'cgtqmx6/uImage'. > Load address: 0x10800000 > Loading: ################################################################# > ################################################################# > ################################################################# > ################################################################# > ################################################################# > ############################################## > done > Bytes transferred = 5432656 (52e550 hex) > ## Booting kernel from Legacy Image at 10800000 ... > Image Name: Linux-3.10.53-1.1.1_qmx6+g9f56bf > Image Type: ARM Linux Kernel Image (uncompressed) > Data Size: 5432592 Bytes = 5.2 MB > Load Address: 10008000 > Entry Point: 10008000 > Verifying Checksum ... OK > Loading Kernel Image ... OK > OK > > Starting kernel ... Kernel 3.10.53 _requires_ a DT, otherwise you'll get no console. Please look at $fdtfile u-boot env-var and provide the required DTB file on your TFTP server, and then verify in the bootlogs that it was properly loaded in memory. Regards, Nikolay