Talk:Raspberry Pi4 64 Bit Install

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
Before creating a discussion or leaving a comment, please read about using talk pages. In particular, sign comments using ~~~~ and add new discussions at the bottom of the page. New discussions should be made visible with {{Talk|date = 2024-05-17}}.
== Discussion title ==

{{Talk|date = 2024-05-13}}

A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC)
: A reply [[User:Sally|Sally]] 11:29, 14 May 2024 (UTC)
:: Another reply [[User:Larry|Larry]] 12:21, 17 May 2024 (UTC)
:: Your reply ~~~~

Navigate to first:

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)