Difference between revisions of "Quartz64"

Jump to navigation Jump to search
m (add Model B launch date)
m (→‎pgwipeout's Quartz64 CI: sdb -> sdX, Model B info)
Line 39: Line 39:
'''Download:''' https://gitlab.com/pgwipeout/quartz64_ci/-/pipelines (Click the three dots on the right, download the merge-job archive.)
'''Download:''' https://gitlab.com/pgwipeout/quartz64_ci/-/pipelines (Click the three dots on the right, download the merge-job archive.)


For Quartz64 Model A, flash <tt>rk3566-quartz64-a.dtb.img.xz</tt>. On Linux, you can for example do this as follows, assuming your target device is <tt>/dev/sdb</tt>:
For Quartz64 Model A, flash <tt>rk3566-quartz64-a.dtb.img.xz</tt>. On Linux, you can for example do this as follows, assuming your target device is <tt>/dev/sdX</tt>:


  sudo -i; xzcat /path/to/rk3566-quartz64-a.dtb.img.xz > /dev/sdb
  sudo -i; xzcat /path/to/rk3566-quartz64-a.dtb.img.xz > /dev/sdX
 
For Quartz64 Model B, use <tt>rk3566-quartz64-b.dtb.img.xz</tt> instead.


=== Arch Linux ARM (Unofficial, Highly Experimental) ===
=== Arch Linux ARM (Unofficial, Highly Experimental) ===