665
edits
m (Add categories) |
(→pgwipeout's Quartz CI: make it clearer as to where the prebuilt images are) |
||
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, with the CM4 I/O board as the base board. 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/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 |
edits