System: rpi4 (armv71) vs System: rpi4 (aarch64)
-
What is the difference between "System: rpi4 (aarch64)" and "System: rpi4 (armv71)"?
Can you convert from System: rpi4 (aarch64) to System: rpi4 (armv71)?
Thanks
-
aarch64
is an ARM 64 bit system (kernel), whilearm7l
is 32 bit ARM.Can you convert from System: rpi4 (aarch64) to System: rpi4 (armv71)?
It depends. If you installed your system from the beta 64bit Raspberry Pi OS image, then no, you cannot convert. If you merely modified the
/boot/config.txt
file on a 32 bit Raspberry Pi OS and added the option to boot the 64bit kernel (arm_64bit=1
), then you can remove that configuration line and you'll be booted back to a 32bit kernel/OS (arm7l
).
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.