From nobody Mon Oct 31 16:29:52 2022 X-Original-To: uboot@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 4N1JXW0gK5z4gd4X for ; Mon, 31 Oct 2022 16:30:03 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (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 "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4N1JXV0cDgz3cCb; Mon, 31 Oct 2022 16:30:01 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1667233794; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=c3LwwTGXuFbwEK2f2sOxkFSZMYqzu0KO/93aa+SIND8=; b=qR0l69MLhtcw5mPbW8Eo52y6m5tsfkDlsv96+73mRw8juiXg7qkfTAZz1Ss6f/lLPOgn5k kSloEwrR7ZSG2hPaq7Fn0Uit27JNHl9jYZ9aL4OejdmrycBHV9VKwoIUPTAtVo7TywFjg8 w7YnSc4N6/6qXrdOFh12T41NYvxnCpo= Received: from amy.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 80656a77 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 31 Oct 2022 16:29:54 +0000 (UTC) Date: Mon, 31 Oct 2022 17:29:52 +0100 From: Emmanuel Vadot To: Juraj Lutter Cc: "uboot@freebsd.org" Subject: Re: sysutils/rpi-firmware update Message-Id: <20221031172952.b98f8e6f33a214a4889d2960@bidouilliste.com> In-Reply-To: <82FEA78C-96BC-4B6B-AB90-2CF521250FA8@FreeBSD.org> References: <82FEA78C-96BC-4B6B-AB90-2CF521250FA8@FreeBSD.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Discussions List-Archive: https://lists.freebsd.org/archives/freebsd-uboot List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-uboot@freebsd.org X-BeenThere: freebsd-uboot@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4N1JXV0cDgz3cCb X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bidouilliste.com header.s=mx header.b=qR0l69ML; dmarc=pass (policy=none) header.from=bidouilliste.com; spf=pass (mx1.freebsd.org: domain of manu@bidouilliste.com designates 212.83.155.74 as permitted sender) smtp.mailfrom=manu@bidouilliste.com X-Spamd-Result: default: False [-3.48 / 15.00]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-0.98)[-0.981]; MV_CASE(0.50)[]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; R_SPF_ALLOW(-0.20)[+ip4:212.83.155.74/32]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_TWO(0.00)[2]; TO_DN_EQ_ADDR_SOME(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[uboot@FreeBSD.org]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; MIME_TRACE(0.00)[0:+]; DKIM_TRACE(0.00)[bidouilliste.com:+]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[manu]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hello, On Mon, 31 Oct 2022 09:17:59 +0100 Juraj Lutter wrote: > Hi, >=20 > what should be done to update sysutils/rpi-firmware to the recent version? > I?ve tried to naively update the PORTVERSION but I?ve not been able to bo= ot (I only tried one time) the RPI-4-B. >=20 > Thanks! > otis >=20 >=20 > ? > Juraj Lutter > otis@FreeBSD.org >=20 >=20 This is the only thing needed as far as for port update. But as you found out sometimes some version don't work on some revision of the Pi, or sometimes on all. I've stopped updating this port as it's a pain to test on every Pi and I don't have interest for those boards. Cheers, --=20 Emmanuel Vadot