From nobody Fri Jan 19 18:01:31 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 4TGnVk55YRz572pk for ; Fri, 19 Jan 2024 18:01:34 +0000 (UTC) (envelope-from mike@karels.net) Received: from mail2.karels.net (mail2.karels.net [3.19.118.201]) (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 "freebsd", Issuer "freebsd" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TGnVk4Q9Gz4XNj for ; Fri, 19 Jan 2024 18:01:34 +0000 (UTC) (envelope-from mike@karels.net) Authentication-Results: mx1.freebsd.org; none Received: from mail2.karels.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by mail2.karels.net (8.17.1/8.17.1) with ESMTP id 40JI1WWh017186; Fri, 19 Jan 2024 12:01:32 -0600 (CST) (envelope-from mike@karels.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=karels.net; s=mail2; t=1705687292; bh=G/Ugmmms5wsLA8U0OOyLuF6SpiuFIjWwfWddarpzUIc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=juo1v2WEn1pJbSidB5IAPTzpgdlOqk04dn1DAW+DhGuubzfano4KrftLTcnmn9li8 e9Pg6BtAXF9FAtpHVDFZqtHxi2hEwkuKy2IrmibrwKmkW1klNdvS2O9NZpx4oX6Swx xnba30bmMZJH1xFiSalDMhqKiqF1/bMugXoUk/y6mnWs/QDMTEEEawsSEs9T3bIAcn 4L0BHIVYwZVsDDms6kak99Y5H7WfyO3NWV5aTLU9FeF1viGHMKCbXgfN1DbUtwZTX2 1gU9vTK0xdHrh88cqUuOWgogFc7A213XWyu8cootVldF8uBm50Avp3UDxC3gygxFR7 F4+MYrUzVkryQ== Received: from [10.0.2.130] ([73.62.165.147]) by mail2.karels.net with ESMTPSA id 2zRkB/y4qmUgQwAAs/W3XQ (envelope-from ); Fri, 19 Jan 2024 12:01:32 -0600 From: Mike Karels To: void Cc: freebsd-arm@freebsd.org Subject: Re: https://github.com/pftf/RPi4 unusable for FreeBSD since at least Sept 2023 Date: Fri, 19 Jan 2024 12:01:31 -0600 X-Mailer: MailMate (1.14r6015) Message-ID: <710875BC-FE00-4907-8390-7AE5865C9CAB@karels.net> In-Reply-To: References: <33ECDC54-0595-4323-AC74-783C795CFE67@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 X-Rspamd-Queue-Id: 4TGnVk4Q9Gz4XNj 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:16509, ipnet:3.16.0.0/14, country:US] On 19 Jan 2024, at 11:54, void wrote: > On Fri, Jan 19, 2024 at 09:10:29AM -0800, Mark Millard wrote: >> >> https://lists.freebsd.org/archives/freebsd-current/2023-September/004775.html > > The reason I've gone down this rabbit-hole is because: > > 1. I tried bsdinstall on recent -current and (i forget the error) but > it was something about ssl certs. It happened at the point where you're > asked to set the root account password, so -current had to be abandoned. > > 2. I tried latest 14-stable but found it would not boot even with > the copy-microsd-contents-into-usb3-disk-msdos-partition trick > (had to boot a 2nd time into the microsd, copy the files, halt, > take card out, power on again). Nothing gets displayed to the console. > > 3. I've not tried 14.0-R msdos contents yet. I used 13.1 msdos contents > because I knew they would work. > -- Just for the record, I have 14.0 running on an rpi4 on a USB SSD, and had no problems setting it up. I think I just copied the boot partition from the SD image. I didn't use bsdinstall, however. Also, I just booted and configured this week's 15-current snapshot on an SD card with no problem. Mike