Talk:Raspberry Pi4 64 Bit Install
From Gentoo Wiki
Note
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
~~~~
:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC) : A reply [[User:Sally|Sally]] 11:29, 5 November 2024 (UTC) :: Your reply ~~~~
Navigate to first
WiFi
Talk status
This discussion is still ongoing.
user $
mkdir /lib/firmware/brcm
user $
cd /root
user $
git clone https://github.com/RPi-Distro/firmware-nonfree
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 (talk • contribs) 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)
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 (talk • contribs) 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?
- 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)