Hi there, I have followed the steps to create an SD Card for my Raspberry Pi 3B (non +).
I was hoping to use 64 bit version as these days it seems everything is moving there and some software packages no longer wish to even build /test 32 bit versions. You know, just move with the times.
I am 99% sure I have replicated the wiki steps to a perfect degree on an SD card. The only difference is which image to extract,
$this->bbcode_second_pass_code('', 'ArchLinuxARM-rpi-armv7-latest.tar.gz') or $this->bbcode_second_pass_code('', 'ArchLinuxARM-rpi-aarch64-latest.tar.gz'). I downloaded them two days ago, AFAICT that should mean the latest releases on the archive.
The aarch64 build fails to boot. I run my RPi simply off SSH on the network so haven't been able to see anything on a screen so far.
The arm7 build does currently boot and give an SSH just fine. I was able to run a full $this->bbcode_second_pass_code('', '# pacman -Syuu') and reboot just fine. Obviously I would like to run aarch64 if possible.
Not sure if the maintainers are already working on this or not, thanks for your port of Arch to ARM.
edit: maybe it's a duplicate of https://archlinuxarm.org/forum/viewtopic.php?f=65&t=15764, but complicated by the fact I can't boot either an SD card or USB drive into a vanilla Aarch64 environment ATM, to then do modifications.