diff --git a/Makefile b/Makefile index 2a7a550..3b26643 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ arch.img.xz: arch.img xz $< ArchLinuxARM-aarch64-latest.tar.gz: - curl -LO http://archlinuxarm.org/os/ArchLinuxARM-aarch64-latest.tar.gz + curl -LO https://archlinuxarm.org/os/ArchLinuxARM-aarch64-latest.tar.gz arm-trusted-firmware: git clone https://github.com/ARM-software/arm-trusted-firmware.git diff --git a/README.md b/README.md index 7ceb92a..b5abd88 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ When using SSH, login as `alarm` first, then `su root`. Known/potential issues ------------ * If you suffer from network performance issues, [try disabling rx and tx pauses using ethtool](https://github.com/ayufan-rock64/linux-build/blob/master/package/root/etc/network/if-up.d/rock64-offload) +* HDMI appears to work but I do not think it is hardware accelerated Things to do ------------