

64-bit.NeddySeagoon wrote: 1clue,
A 32 bit kernel or a 64 bit kernel?
Why would anyone build a kernel on the Pi, as its one of the most cross compile friendly packages out there.

possibly on good usb3 disk, otherwise you'll just time the sd card and everybody knows it sucks ...NeddySeagoon wrote:1clue,
OK ... I'll time it.

Code: Select all
git clone https://github.com/raspberrypi/linux pi_sources
cd pi_sources
time make mrproper
time make bcm2711_defconfig
time make -j4Code: Select all
real 59m13.332s
user 209m8.610s
sys 24m54.524sCode: Select all
time make mrproper
time make bcm2711_defconfig
time make -j2Code: Select all
real 88m52.294s
user 165m11.563s
sys 19m26.114sCode: Select all
time make mrproper
time make bcm2711_defconfig
time make -j4
Code: Select all
real 58m59.455s
user 208m42.014s
sys 24m27.558s* I would consider Rock Pi 4 for proper SSD support. You can buy Rock Pi 4 with a large heatsink and an M.2 extension board. Welcome to the future.UAS is now re-enabled because it adds a bunch of quirks for newer usb-storage devices. The module is loaded but as there's no SG support, UAS devices are accessed as mass-storage class devices.




Thanks for sharing this with us. Can't wait untill the full 4G is supported so that I finally can get started using my RPi 4B 4 GB as my main desktop computer.NeddySeagoon wrote:Team,
Be warned that it will be a while before everything works with more that a 1G RAM memory space, so users with 2G or 4G devices can only use the bottom 1G.
Thanks for your work on the 64-bit Pi 4 build, Neddy. *thumbs up*NeddySeagoon wrote:Team,
Gentoo on Raspberry Pi 4 in 64 bit mode is beginning to work.
Its working better every day.