Difference between revisions of "Quartz64 Installing Arch Linux ARM"

Jump to navigation Jump to search
(→‎Partitioning The Block Device: Write partitioning guide)
Line 38: Line 38:
== Fetching and Flashing U-Boot ==
== Fetching and Flashing U-Boot ==


'''TODO'''
For this we'll use the precompiled idblock and u-boot from pgwipeout's CI.
 
Go to https://gitlab.com/pgwipeout/quartz64_ci/-/pipelines and click the three dots, download the merge-job artifacts.
 
Unzip them:
 
$ unzip artifacts.zip
 
Flash idblock.bin and uboot.img:
 
# dd if=artifacts/idblock.bin of=/dev/sdb1
# dd if=artifacts/uboot.img of=/dev/sdb2


== Fetching The Root File System Tarball ==
== Fetching The Root File System Tarball ==