From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D6AAC433EF for ; Thu, 14 Jul 2022 12:58:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230474AbiGNM6D (ORCPT ); Thu, 14 Jul 2022 08:58:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230117AbiGNM6B (ORCPT ); Thu, 14 Jul 2022 08:58:01 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id D7C76528AC; Thu, 14 Jul 2022 05:58:00 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1739613D5; Thu, 14 Jul 2022 05:58:01 -0700 (PDT) Received: from FVFF77S0Q05N.cambridge.arm.com (FVFF77S0Q05N.cambridge.arm.com [10.1.26.139]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0BD193F73D; Thu, 14 Jul 2022 05:57:58 -0700 (PDT) Date: Thu, 14 Jul 2022 13:57:50 +0100 From: Mark Rutland To: Mark Brown Cc: Naresh Kamboju , open list , Linux-Next Mailing List , Linux ARM , lkft-triage@lists.linaro.org, regressions@lists.linux.dev, Catalin Marinas , Will Deacon , Arnd Bergmann , Anders Roxell , Aishwarya TCV Subject: Re: FVP: kernel BUG at arch/arm64/kernel/traps.c:497 - Internal error: Oops - BUG: 0 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu, Jul 14, 2022 at 12:42:08PM +0100, Mark Brown wrote: > On Thu, Jul 14, 2022 at 12:26:05PM +0100, Mark Rutland wrote: > > > I note that your log has: > > > | Hit any key to stop autoboot: 1 0 > > | smh_open: ERROR fd -1 for file 'boot.img' > > | smh_open: ERROR fd -1 for file 'Image' > > | smh_open: ERROR fd -1 for file 'devtree.dtb' > > | smh_open: ERROR fd -1 for file 'ramdisk.img' > > ... > > > | Hit any key to stop autoboot: 0 > > | smh_open: ERROR fd -1 for file 'boot.img' > > | loaded file Image from 80080000 to 82F299FF, 02EA9A00 bytes > > | smh_open: ERROR fd -1 for file 'devtree.dtb' > > | smh_open: ERROR fd -1 for file 'ramdisk.img' > > | fdt - flattened device tree utility commands > > > ... and I wonder if that has something to do with it, given it appears that > > your Image is corrupted somehow. > > Naresh's command line is putting Image directly into RAM with > > --data cluster0.cpu0=/tuxrun-r4_1075p-lava-1/Image@0x80080000 Likewise in mine: --data cluster0.cpu0=/mnt/data/models/fvp/naresh/Image@0x80080000 ... as I'm using the same command line, just with paths altered. Mark.