Difference between revisions of "SOQuartz Software Releases"

From PINE64
Jump to navigation Jump to search
(→‎pgwipeout's Quartz CI: make it clearer as to where the prebuilt images are)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=== Manjaro ARM ===
[[File:Manjaro.png|right|100px]]
Manjaro ARM is a user friendly rolling release distribution, based on Arch Linux ARM.
* [https://github.com/manjaro-arm/soquartz-cm4-images/releases Images for SOQuartz on GitHub]
== pgwipeout's Quartz CI ==
== pgwipeout's Quartz CI ==


pgwipeout's [https://gitlab.com/pgwipeout/quartz64_ci/-/jobs Quartz CI] includes a Debian installer image for the SOQuartz, with the CM4 I/O board as the base board. To download, click the "Download artifacts" button on the right hand side, unzip the archive and take a peek inside the "images" folder to see the selection of pre-built images. Assuming your target device is <tt>/dev/sdb</tt>, you can flash it with:
pgwipeout's [https://gitlab.com/pgwipeout/quartz64_ci/-/jobs Quartz CI] includes a Debian installer image for the SOQuartz, with the CM4 I/O board as the base board. To download, click the "Download artifacts" button on the right hand side, unzip the archive and take a peek inside the "images" folder to see the selection of pre-built images. Assuming your target device is <tt>/dev/sdX</tt>, you can flash it with:


  sudo -i; xzcat /path/to/rk3566-soquartz-cm4.dtb.img.xz > /dev/sdb
  sudo -i
xzcat /path/to/rk3566-soquartz-cm4.dtb.img.xz > /dev/sdX


You will need 3.3V UART at 1.5 mbauds (1500000) to access the interface.
You will need 3.3V UART at 1.5 mbauds (1500000) to access the interface.


[[Category:SOQuartz]] [[Category:Quartz64]]
[[Category:SOQuartz]] [[Category:Quartz64]]

Revision as of 22:29, 30 May 2022

Manjaro ARM

Manjaro ARM is a user friendly rolling release distribution, based on Arch Linux ARM.


pgwipeout's Quartz CI

pgwipeout's Quartz CI includes a Debian installer image for the SOQuartz, with the CM4 I/O board as the base board. To download, click the "Download artifacts" button on the right hand side, unzip the archive and take a peek inside the "images" folder to see the selection of pre-built images. Assuming your target device is /dev/sdX, you can flash it with:

sudo -i
xzcat /path/to/rk3566-soquartz-cm4.dtb.img.xz > /dev/sdX

You will need 3.3V UART at 1.5 mbauds (1500000) to access the interface.