PR
PR reporter's explanation on Google Docs, please read "Raspberry Pi" section in "Installing FreeBSD"
After this revision is accepted, there should be two sd card iso files for Raspberry Pi, Raspberry Pi 4 and the rest using aarch64 architecture.
Differential D43141
Add powerd_enable for RPI4 Authored by minsoochoo0122_proton.me on Dec 21 2023, 2:03 AM. Tags Referenced Files
Details
PR After this revision is accepted, there should be two sd card iso files for Raspberry Pi, Raspberry Pi 4 and the rest using aarch64 architecture. cd /usr/src/release
Diff Detail
Event TimelineComment Actions I added the following comment to the bug: The current 64-bit RPI image is shared by multiple models, including 3B+ and 4B. However, the RPi 3B+ can benefit from enabling powerd as well, as can derivatives of the 4B. I don't see any reason not to enable powerd on the current RPI image. btw, I have a different change to enable powerd in the RPI image (not using the quirk hook), but the net effect is the same. Comment Actions I spoke too soon. The quirk mechanism won't work here without other changes, as /etc/rc.conf is truncated after the quirk is called. |