Bug 2023759

Summary: Raspi 4 firmware not updated to latest installed bcm283x-firmware package in Fedora IoT
Product: [Fedora] Fedora Reporter: Daniel Riek <riek>
Component: arm-image-installerAssignee: Paul Whalen <pwhalen>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: fmartine, laura, pbrobinson, pwhalen
Target Milestone: ---Keywords: Tracking
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: arm-image-installer-3.6-1.fc35 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-04-08 20:28:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniel Riek 2021-11-16 13:20:05 UTC
Regular Fedora 35 on a Raspberri Pi 4 will update the firmware to the latest installed version from the bcm283x-firmware package.

Fedora IoT does not do that.


F35-Server:
# head -2 /etc/os-release 
NAME="Fedora Linux"
VERSION="35 (Server Edition)"
# rpm -q bcm283x-firmware
bcm283x-firmware-20210930-1.b5257da.fc35.aarch64
# dmesg | grep raspberrypi-firm                                                          
[    4.620327] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-09-30T19:21:54

F35-IoT:
# head -2 /etc/os-release
NAME="Fedora Linux"
VERSION="35.20211108.0 (IoT Edition)"
# rpm -q bcm283x-firmware
bcm283x-firmware-20210930-1.b5257da.fc35.aarch64
# dmesg | grep raspberrypi-firmware
[    3.458465] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-07-13T13:55:18

That should be the same behavior in both cases.

Comment 1 Peter Robinson 2021-11-16 13:55:28 UTC
Yes, this is known because of the way ostree deals with the EFI partition. It doesn't upgrade grub2 either. So it's actually working as expected currently. The CoreOS team has been working on a tool that deals with this but it wasn't really stable the last I looked, I think it is now so we'll likely need to explicitly add the support for updating rpi firmware to that tool too.

Comment 2 Fedora Update System 2022-03-31 16:54:06 UTC
FEDORA-2022-f7ffe8f115 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-f7ffe8f115

Comment 3 Fedora Update System 2022-04-01 17:33:19 UTC
FEDORA-2022-f7ffe8f115 has been pushed to the Fedora 35 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-f7ffe8f115`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-f7ffe8f115

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2022-04-08 20:28:59 UTC
FEDORA-2022-f7ffe8f115 has been pushed to the Fedora 35 stable repository.
If problem still persists, please make note of it in this bug report.