From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 1937 invoked from network); 16 Jul 2021 23:37:09 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 16 Jul 2021 23:37:09 -0000 Received: from pb-smtp2.pobox.com ([64.147.108.71]) by 1ess; Fri Jul 16 19:29:21 -0400 2021 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id BD8E7D1D87 for <9front@9front.org>; Fri, 16 Jul 2021 15:47:38 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; s=sasl; bh=6MVSoN/P5uoBb8kkuyshFfMbQ KToVS9EHcqVWnrMc3M=; b=cizYKEjYyOPUOKg+nRhktmEOe48vTKIPaEOt3ki68 a6FA+F1TOhxgTpbsmMhZvrvSac9muU0BKfeGZosktkyRVIdj6rAZmDcvRozm8yeI 4SCaMR5OYVXWd4fFSkSn1+7K5Adm1Ui1Y6Bm1aU9m7jB03NNZgzlCKcVKGFF73FM CM= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id B4B19D1D84 for <9front@9front.org>; Fri, 16 Jul 2021 15:47:38 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from samwise (unknown [47.34.135.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 09ABBD1D6A for <9front@9front.org>; Fri, 16 Jul 2021 15:47:37 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <86B08BFCE9B22713EE95F68E0AB28576@smtp.pobox.com> To: 9front@9front.org Date: Fri, 16 Jul 2021 12:47:36 -0700 From: unobe@cpan.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: AC98A4BA-E66E-11EB-971E-FD8818BA3BAF-09620299!pb-smtp2.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: managed object-oriented app SVG out-scaling configuration locator Subject: Re: [9front] release candidate Reply-To: 9front@9front.org Precedence: bulk Quoth cinap_lenrek@felloff.net: > because the raspberry pi4 is sufficiently different > from the pi3 so it has its own kernel config. > > for example, the pi4 has a built in ethernet controller > and pci attached xhci. > > also memory addresses for peripherals are quite > different. > > both pi3 and pi4 are arm64, so they can all share > the same root filesystem and binaries. but need > different kernels. I had never tried using CONF=pi3, but I suppose what is really controlling which kernel is being used is config.txt which I hadn't looked at closely until you pointed out the image you build has both kernels. So I would have to deliberately copy /arm64/pi3 to pi4 to mess things up, or change config.txt directly.