Raspberry Pi 2 revision 1.2 (BCM2837) #407
Replies: 1 comment 1 reply
-
This note is from the AArch64 section. You can also build for the RPi 2B with BCM2837 SoC with If you would set in config.txt
this would work on the RPi 2B with BCM2837 SoC, but not on the RPi 2B with BCM2836 SoC. Unfortunately you have no chance to distinguish between the two variants of the RPi 2B in config.txt. So I would recommend to use AArch32 for the RPi 2B (build with
This will work for both variants. Rene |
Beta Was this translation helpful? Give feedback.
-
With regards to the following:
"There are also Raspberry Pi 2 versions and the Raspberry Pi Zero 2, which are based on the BCM2837 SoC. These Raspberry Pi versions can be used too (with RASPPI = 3)."
What config.txt settings would be required to allow this to successfully boot? Do we need to set something up for [pi2] for 64-bit mode and use of kernel8.img?
Or would it be better to build a kernel8-32.img 32-bit kernel for it instead and use that?
Thanks,
Kevin
Beta Was this translation helpful? Give feedback.
All reactions