From owner-freebsd-arm@freebsd.org Tue Mar 9 19:41:01 2021 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9021956DE92 for ; Tue, 9 Mar 2021 19:41:01 +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 "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw5DF2LvMz4rrL; Tue, 9 Mar 2021 19:41:01 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.16.1/8.15.2) with ESMTPS id 129Jf5f3024002 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 9 Mar 2021 11:41:05 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.16.1/8.15.2/Submit) id 129Jf5cU024001; Tue, 9 Mar 2021 11:41:05 -0800 (PST) (envelope-from fbsd) Date: Tue, 9 Mar 2021 11:41:04 -0800 From: bob prohaska To: Mark Murray Cc: freebsd-arm , bob prohaska Subject: Re: RPI4/8GB i2c not working? Message-ID: <20210309194104.GA23870@www.zefox.net> References: <0D013C24-3CDD-4262-922C-524916ACCB10@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0D013C24-3CDD-4262-922C-524916ACCB10@FreeBSD.org> X-Rspamd-Queue-Id: 4Dw5DF2LvMz4rrL X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting FreeBSD to ARM processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 19:41:01 -0000 On Tue, Mar 09, 2021 at 06:57:14PM +0000, Mark Murray wrote: > Hi Folks, > > I have a RPi4b/8GB with USB SSD HD, and its working very well. I started with the FreeBSD-14.0-CURRENT-arm64-aarch64-RPI-20210304-483c6da3a20-257149.img snapshot, and replaced the /boot/msdos/* files with those supplied in the rpi-firmware-1.20210303.g20210303 port. > > It's working well, and now that I've built a new kernel with all the non-RPi goodies removed as well as commenting the other -CURRENT debugging gubbins out, its pretty quick! > Would you be willing to share your kernel config file? I tried something similar back when the Pi2 came out and was quite dissapointed at how hard it was and how little the kernel shrank. IIRC it was only a few percent. Thanks for posting! bob prohaska