Skip to content

Commit

Permalink
Merge pull request #19 from m01/misc-improvements
Browse files Browse the repository at this point in the history
Fetch Arch Linux ARM image over HTTPS and update README re: HDMI
  • Loading branch information
m01 authored Jun 27, 2020
2 parents 7f27e4f + 5ba97b0 commit 002189a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down

0 comments on commit 002189a

Please sign in to comment.