Build ArchLinuxARM Image for RaspberryPi
Image | Info |
---|---|
ArchLinuxARM-rpi-latest.img.gz | raspberry-pi |
ArchLinuxARM-rpi-2-latest.img.gz | raspberry-pi-2 |
ArchLinuxARM-rpi-3-latest.img.gz | raspberry-pi-3 |
gunzip|dd
command# For Pi0 and Pi1
gunzip -c ArchLinuxARM-rpi-latest.img.gz | dd of=/dev/mmcblk0 bs=4M
# For Pi2 and Pi3
gunzip -c ArchLinuxARM-rpi-2-latest.img.gz | dd of=/dev/mmcblk0 bs=4M
fdisk /dev/mmcblk0
reboot
resize2fs /dev/mmcblk0p2