I have a project where I am using the Raspberry Pi 4B ("Rpi4B") to build-out an image of Gentoo Linux developed by the
GenPi64 project. The image appears to work, so far, on both the Rpi4B and the Pi Zero 2 W ("PiZero2W"). Since the Pi Zero has only 500 MB or ram, and my Rpi4B has 8 GB or ram and a faster processor, I find I can add packages through Gentoo's emerge facility running on the Rpi4 without problems such as I might encounter with the RAM limitations of the PiZero2W. For instance, I'll be using Zerotier, and compiling it on the PiZero2W brought the unit to its knees; when I compiled it on the Rpi4B, it was about 5 minutes, an often consuming memory just below 1.5 GB. I also installed Gentoo's package
dev-libs/bcm2835 and just logged a
bug to bump the version to 1.73. I then started to consider and then learned that each Raspberry Pi model may have difference Broadcom chips, and determined the following:
PiZero2W has:
Instruction set: ARMv8-A (64/32-bit)
Processor: 4× Cortex-A53 1 GHz
Broadcom BCM2710A1
Rpi4B has:
Instruction set: ARMv8-A (64/32-bit)
Processor: 4× Cortex-A72 1.5 GHz or 1.8 GHz[23]
Broadcom BCM2711
So I searched this group for both Broadcom chip numbers and did not find much activity for the 2710A1 or 2711. Are there any other projects or groups that work on supporting those two chips? I suspect not, but want to make sure I'm not missing something. Would there be anything in the works for those two chips? Assuming there is not, my approach would be to determine what services/pins are going to be used by my project (aircraft decibel monitoring in residential areas near an airport) and then assess them in the context of the 2835, 2710A1 and 2711.
Thank you,
John