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 96E45C4167B for ; Sun, 26 Nov 2023 12:50:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C85E786E82; Sun, 26 Nov 2023 13:50:46 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=electricworry.net 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 349F786EE0; Sun, 26 Nov 2023 13:50:45 +0100 (CET) Received: from work.electricworry.net (unknown [IPv6:2a02:c7c:b287:fe42:b9b:104:f505:b4db]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id E6009863FD for ; Sun, 26 Nov 2023 13:50:37 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=electricworry.net Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=bob@electricworry.net Received: from BOB1 (localhost [127.0.0.1]) by work.electricworry.net (Postfix) with ESMTPS id B2D67D8932C; Sun, 26 Nov 2023 12:50:36 +0000 (GMT) Date: Sun, 26 Nov 2023 12:50:34 +0000 From: Bob McChesney To: Andre Przywara Cc: electricworry , u-boot@lists.denx.de, "linux-sunxi@lists.linux.dev" , Mikhail Kalashnikov , Jernej =?utf-8?Q?=C5=A0krabec?= Subject: Re: Adding support for Orange Pi Zero 3 Message-ID: References: <20231123151709.64002286@donnerap.manchester.arm.com> <20231126123351.7275f4c7@slackpad.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231126123351.7275f4c7@slackpad.lan> 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.8 at phobos.denx.de X-Virus-Status: Clean On Sun, Nov 26, 2023 at 12:33:51PM +0000, Andre Przywara wrote: > On Sun, 26 Nov 2023 11:32:35 +0000 > Bob McChesney wrote: > > Hi Bob, > > thanks for the reply! > > > Now that there's a working u-boot for the board - I've got two to choose > > from now :) - I'm going to be concentrating on trying to get the Mali > > graphics working as it's a requirement for my project. I've got a > > working kernel (6.1.31 with patches) but I can also see that work's been > > underway to bring the support to 6.7. I tested 6.7-rc2 today and can't > > get any output at all on the console after u-boot starts the kernel. > > Yeah, that's because we don't have any video (HDMI) output support > (something completely unrelated to Mali, which is just a 3D renderer!) > yet in mainline. Jernej was sitting on *some* patches for a while, but > didn't have the time to upstream them, and IIUC there is something odd > to fix first before it's mainline ready. > There are some rough bits in here, and in other repos floating around: > https://github.com/jernejsk/linux-1/commits/h616-hdmi-v2 The lack of console output I referred to was over the serial port. I expected that when I swapped out my modified 6.1.31 kernel for 6.7-rc2 that I would still get serial output but nothing; the dtb in mainline looks pretty sparse compared to mine. > > Cheers, > Andre Regards, Bob