Hi,
I got an RPi 4 8G model B and trying to install the 64bit Aarch64.
I followed the wiki page https://archlinuxarm.org/platforms/armv ... berry-pi-4 and replaced the URL in step 5 with the one mentioned in the the bottom of the page http://os.archlinuxarm.org/os/ArchLinux ... est.tar.gz.
Then executed the `sed` command to change the
$this->bbcode_second_pass_code('', '
sed -i 's/mmcblk0/mmcblk1/g' root/etc/fstab
')
and tried to boot.
Issues
- When connected to a screen and keyboard it seems to be booting OK and I see the login but the USB plugged keyboard is unresponsive.
- I also don't see in the router a new IP handed from DHCP server so I can't SSH to it to debug.
Considering I can't boot the file system what's the recommended approach to have an Aarch64 on RPi4? I've been searching the forum for 2 days and it's not clear what's missing from the Wiki.
Thanks