Talk:Raspberry Pi4 64 Bit Install

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
This is a Talk page - please see the documentation about using talk pages. Add newer comments below older ones, sign comments using four tildes (~~~~), and indent successive comments with colons (:). Add new sections at the bottom of the page, under a heading (== ==). Please remember to mark sections as "open for discussion" using {{talk|open}}, so they will show up in the list of open discussions.

WiFi

Talk status
This discussion is still ongoing.
user $mkdir /lib/firmware/brcm
user $cd /root
user $cp /root/firmware-nonfree/brcm/* /lib/firmware/brcm

No longer need to change brcmfmac43455-sdio.txt. — The preceding unsigned comment was added by YKLA (talkcontribs) 20 November 2019‎

The problem is that there are two different files called brcmfmac43455-sdio.txt I migrated my Pi3 install to the Pi4, so I found out the hard way. The page is showing how to determine if you have the Pi3 or Pi4 version of the file.
Are you suggesting that there is now a single brcmfmac43455-sdio.txt file that works on the Pi3 and the Pi4 ?
--NeddySeagoon (talk) 21:32, 16 December 2019 (UTC)
Just cp firmware-nonfree/brcm to lib/firmware/brcm is ok. No need change any files. — The preceding unsigned comment was added by YKLA (talkcontribs) 6 February 2020

Bluetooth

Talk status
This discussion is still ongoing.

I think it would be good to add more details for bluetooth as well. I have a well configured (I believe) kernel and all the required tools for bluez but I still couldn't get bluetooth working while WiFi works

— The preceding unsigned comment was added by G-Virus (talkcontribs) 16 March 2020

Minimal Kernel Config?

Talk status
This discussion is still ongoing.

The Pi 4 even overclocked takes a long time to build kernels for, with no guarantee of success. Perhaps it would be useful to provide a bare minimum kernel config for those interested, then let users add hardware support as they need it?

--Intelminer (talk) 04:00, 13 August 2021 (UTC)

What's about "make bcm2711_defconfig"? For me the config was fitting quite well. How should the config differ?
Jens3 (talk) 04:29, 13 August 2021 (UTC)
bcm2711_defconfig seems to both set the features that the Pi itself needs and also every driver it can. Things like tons of ethernet drivers, DisplayLink USB graphics cards hardware RAID controllers and others
I created a Github issue for it with the Pi team but I don't know how they'll respond. I assumed other Gentoo users would have already shaved the kernel down themselves, so I thought it worth asking here, too
--Intelminer (talk) 09:44, 14 August 2021 (UTC)