Difference between revisions of "SOQuartz Software Releases"

From PINE64
Jump to navigation Jump to search
(Created page with "== pgwipeout's Quartz CI == pgwipeout's [https://gitlab.com/pgwipeout/quartz64_ci/-/jobs Quartz CI] includes a Debian installer image for the SOQuartz. Assuming your target d...")
 
Line 1: Line 1:
== 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. 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. Assuming your target device is <tt>/dev/sdb</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/sdb


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.

Revision as of 16:33, 12 December 2021

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. Assuming your target device is /dev/sdb, you can flash it with:

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

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