From nobody Wed Aug 09 11:01:39 2023 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 4RLRvc1gk6z4pnng for ; Wed, 9 Aug 2023 11:01:48 +0000 (UTC) (envelope-from SRS0=FCkO=D2=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RLRvb6Rqdz3S6j for ; Wed, 9 Aug 2023 11:01:47 +0000 (UTC) (envelope-from SRS0=FCkO=D2=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; none Date: Wed, 9 Aug 2023 13:01:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1691578899; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=GryqHq1qYbDwEbRz6uFcuPkwJUIyN8MN/Q4oqQfzXqw=; b=gPAR0E80CozTrlByYVFTeae9iU4qowfHiw8Ccqx698xO92+vVhqFER589mozS1vue20on9 v6nQ0JDFvo+WsWl88uhWhhFe4nKSLm44zHRgneFbnrIL4Un2ztUNMvIlvhtRt0gVo2E9C2 ABZHyaLCqNo8Ko4B/oLT1hFzdN5Pq3inW6d2DSF31w8j3JdoUYBVTpMdmZHrrbJ8Yq9lhc JvuqVq3ClphLsL5tu3QnOox4BXiue+EtXGAc6nzot248CN0tDUhIbflPre+8hdMpdaK050 EdNnr2aoxxSvvU99xaVuv8pCPGac+7b4tcGTpixwdrUpxTD1BcvsyGVzxKXjCA== From: Ronald Klop To: void Cc: freebsd-arm@freebsd.org Message-ID: <671444876.4402.1691578899445@localhost> In-Reply-To: References: Subject: Re: upgrading 13-stable on rpi4b/8GB 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: multipart/alternative; boundary="----=_Part_4401_2144593778.1691578899437" X-Mailer: Realworks (665.159) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4RLRvb6Rqdz3S6j 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:3265, ipnet:194.109.0.0/16, country:NL] ------=_Part_4401_2144593778.1691578899437 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Van: void Datum: woensdag, 9 augustus 2023 03:21 Aan: freebsd-arm@freebsd.org Onderwerp: Re: upgrading 13-stable on rpi4b/8GB > > Hi, > > On Tue, Aug 08, 2023 at 09:10:35PM +0200, Ronald Klop wrote: > >On 8/1/23 16:19, void wrote: > >>Hi list, > >> > >>Is it reasonably safe to upgrade 13-stable/rpi4 at the moment? > >>The system runs zfs. > > >My rpi4/8GB runs 14-current. Although with an older uboot. As uboot >is not upgraded by a build/install of the kernel and world things >should be save AFAIK. > > I was worried the efi/uboot might be upgraded. The upgrade I'm > considering is from earlier to later stable. Then there were some > zfs issues IIRC but I think these were only in -current. > > ty > -- > > > > Yes, AFAIK no ZFS issues are in -stable. Uboot comes from a port. So nothing happens there as long as you don't do anything with the port. And even if you have the u-boot-rpi4 port/pkg installed it still needs a manual copy of the ports files to your boot filesystem/partition. NB: Are you using https://wiki.freebsd.org/BootEnvironments ? That really helps to upgrade with confidence even if experimenting a bit. Primarily because a downgrade is really easy. :-) NB2: coincidentally u-boot and rpi-firmware just got an update in ports. [1] But I would recommend to first upgrade kernel and world and if that works you can try updating uboot/rpi-firmware. Regards, Ronald. [1] rpi-firmware: https://cgit.freebsd.org/ports/commit/?id=998bcddc942d1a7fea7b58baca5fa4c599a37f15 u-boot: https://cgit.freebsd.org/ports/commit/?id=c1baa2b4d8d63c4369e4e53422914ea515dbd1e2 ------=_Part_4401_2144593778.1691578899437 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit

Van: void <void@f-m.fm>
Datum: woensdag, 9 augustus 2023 03:21
Aan: freebsd-arm@freebsd.org
Onderwerp: Re: upgrading 13-stable on rpi4b/8GB

Hi,

On Tue, Aug 08, 2023 at 09:10:35PM +0200, Ronald Klop wrote:
>On 8/1/23 16:19, void wrote:
>>Hi list,
>>
>>Is it reasonably safe to upgrade 13-stable/rpi4 at the moment?
>>The system runs zfs.

>My rpi4/8GB runs 14-current. Although with an older uboot. As uboot >is not upgraded by a build/install of the kernel and world things >should be save AFAIK.

I was worried the efi/uboot might be upgraded. The upgrade I'm
considering is from earlier to later stable. Then there were some
zfs issues IIRC but I think these were only in -current.

ty
-- 
 



Yes, AFAIK no ZFS issues are in -stable.
Uboot comes from a port. So nothing happens there as long as you don't do anything with the port. And even if you have the u-boot-rpi4 port/pkg installed it still needs a manual copy of the ports files to your boot filesystem/partition.

NB: Are you using https://wiki.freebsd.org/BootEnvironments ? That really helps to upgrade with confidence even if experimenting a bit. Primarily because a downgrade is really easy. :-)
NB2: coincidentally u-boot and rpi-firmware just got an update in ports. [1] But I would recommend to first upgrade kernel and world and if that works you can try updating uboot/rpi-firmware.

Regards,
Ronald.

[1] rpi-firmware: https://cgit.freebsd.org/ports/commit/?id=998bcddc942d1a7fea7b58baca5fa4c599a37f15
u-boot: https://cgit.freebsd.org/ports/commit/?id=c1baa2b4d8d63c4369e4e53422914ea515dbd1e2
  ------=_Part_4401_2144593778.1691578899437--