The Raspberry Pi Zero 2 is the successor to the Raspberry Pi Zero. It builds upon the Zero by upgrading the ARM cores to Cortex-A53 and adding wireless connectivity.
The Raspberry Pi Zero 2 measures the same 65mm x 30mm. The SoC is a Broadcom RP3A0 containing a quad-core Coretx-A53 running at 1.0GHz.
Use this installation if you require any of the vendor's kernel hacks, overlays, or closed-source GPU blobs and utilities.
Replace sdX in the following instructions with the device name for the SD card as it appears on your computer.
fdisk /dev/sdX
mkfs.vfat /dev/sdX1 mkdir boot mount /dev/sdX1 boot
mkfs.ext4 /dev/sdX2 mkdir root mount /dev/sdX2 root
wget http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-armv7-latest.tar.gz bsdtar -xpf ArchLinuxARM-rpi-armv7-latest.tar.gz -C root sync
mv root/boot/* boot
umount boot root
pacman-key --init pacman-key --populate archlinuxarm
This provides an installation using the mainline kernel and U-Boot. Use this installation only if you have no dependencies on the closed source vendor libraries shipped in the ARMv7 release. This installation has near full support for the device, including the VC4 graphics.
http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-aarch64-latest.tar.gz
sed -i 's/mmcblk0/mmcblk1/g' root/etc/fstab
Copyright ©2009-2022 Arch Linux ARM
The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.
The Arch Linux™ name and logo are used under permission of the Arch Linux Project Lead.