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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D0045C433FE for ; Thu, 3 Nov 2022 12:24:46 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DB0C98513A; Thu, 3 Nov 2022 13:24:44 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=NetBSD.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id D571C841D1; Thu, 3 Nov 2022 13:24:42 +0100 (CET) Received: from mail.duskware.de (mail.duskware.de [91.199.88.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 46FC7841D1 for ; Thu, 3 Nov 2022 13:24:40 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=NetBSD.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=martin@duskware.de Received: by mail.duskware.de (Postfix, from userid 205) id 1C5D0A7E89; Thu, 3 Nov 2022 13:24:39 +0100 (CET) Date: Thu, 3 Nov 2022 13:24:39 +0100 From: Martin Husemann To: u-boot@lists.denx.de Cc: Michal Simek Subject: Re: Adapteva Parallella board Message-ID: <20221103122438.GD10770@mail.duskware.de> References: <20221026180043.GA644@mail.duskware.de> <24d454a7-f260-28bb-2c65-28a27b65fffe@monstr.eu> <20221028172036.GA15631@mail.duskware.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221028172036.GA15631@mail.duskware.de> User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On Fri, Oct 28, 2022 at 07:20:36PM +0200, Martin Husemann wrote: > Is my dtb not correct for this purpose? How can I easily make the u-boot > build regen it from .dts? I found the slightly hidden dts/.*.cmd files, > do I need to clone one of that and adjust? It was a toolchain issue and with a bit of help I now have a boot.bin and a u-boot.img from 2022.10, but both are happily ignored by the board when booting. Do I need to set something special to make it boot from SD card instead of SPI flash? Martin