From nobody Sun Jul 07 16:21:19 2024 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WHCDf1GH5z5Q1wn for ; Sun, 07 Jul 2024 16:21:22 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "generic", Issuer "generic" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WHCDd6rPSz4f6g for ; Sun, 7 Jul 2024 16:21:21 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Authentication-Results: mx1.freebsd.org; none Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.17.1/8.17.1) with ESMTPS id 467GLJ1E010830 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sun, 7 Jul 2024 09:21:19 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.17.1/8.17.1/Submit) id 467GLJww010829; Sun, 7 Jul 2024 09:21:19 -0700 (PDT) (envelope-from fbsd) Date: Sun, 7 Jul 2024 09:21:19 -0700 From: bob prohaska To: Mark Millard Cc: freebsd-arm@freebsd.org Subject: Re: Boot image for a Pi4 ? Message-ID: References: <687ABF28-5346-464E-8BBD-E2E9E12F8EC3@yahoo.com> <8191F304-613E-4017-A256-9A850D59A40D@yahoo.com> List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8191F304-613E-4017-A256-9A850D59A40D@yahoo.com> X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US] X-Rspamd-Queue-Id: 4WHCDd6rPSz4f6g On Sat, Jul 06, 2024 at 09:38:52PM -0700, Mark Millard wrote: > > The RPi4B Rev 1.5 "C0T" wtih 8 GiBytes also lists 2018. > > Capture the early serial console output from the > RPi* bootloader and firmware and look for lines > that contain one of (showing a 8 GiByte Rev 1.5 > example: d03115): > > boardrev d03115 > 0x00d03115 > RPI 4 Model B (0xd03115) > > That last is actually from U-Boot. > The first was toward the end of the "BOOTMODE:" line. > The middle was the line after the "Read fixup4.dat bytes" line. > > By contrast a 4GiByte Rev 1.1 has for those lines: > > boardrev c03111 > 0x00c03111 > RPI 4 Model B (0xc03111) U-boot reports RPI 4 Model B (0xd03114) on both machines (8GB). Couldn't find the other output. Is the COT vs BOT difference still significant? Thanks for writing! bob prohaska