Skip to content
Snippets Groups Projects
Commit 10e02a7b authored by Bob Mottram's avatar Bob Mottram
Browse files

debian image version

parent 0b262f50
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,8 @@ sudo dd bs=1M if=u-boot-flash-spi-rock64.img of=/dev/sdX conv=fdatasync,sync,noe
Now you will need to obtain the debian stretch image for the Rock64 and copy it to the SSD. There are various ways to do this. If you have a desktop machine you can connect the SSD that way, or you can use the USB to SATA adaptor with a laptop. Replace /dev/sdX with the drive for the SSD.
#+BEGIN_SRC bash
image_version='0.7.9'
image_build_version=1067
image_version='0.7.11'
image_build_version=1075
wget https://github.com/ayufan-rock64/linux-build/releases/download/$image_version/stretch-minimal-rock64-$image_version-$image_build_version-arm64.img.xz
unxz stretch-minimal-rock64-$image_version-$image_build_version-arm64.img.xz
sudo dd bs=1M if=stretch-minimal-rock64-$image_version-$image_build_version-arm64.img of=/dev/sdX conv=fdatasync,sync,noerror
......
......@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Freedombone</title>
<!-- 2018-10-29 Mon 19:48 -->
<!-- 2018-11-08 Thu 18:46 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
......@@ -270,8 +270,8 @@ Now you will need to obtain the debian stretch image for the Rock64 and copy it
<div class="org-src-container">
<pre class="src src-bash">image_version='0.7.9'
image_build_version=1067
<pre class="src src-bash">image_version='0.7.11'
image_build_version=1075
wget https://github.com/ayufan-rock64/linux-build/releases/download/$image_version/stretch-minimal-rock64-$image_version-$image_build_version-arm64.img.xz
unxz stretch-minimal-rock64-$image_version-$image_build_version-arm64.img.xz
sudo dd bs=1M if=stretch-minimal-rock64-$image_version-$image_build_version-arm64.img of=/dev/sdX conv=fdatasync,sync,noerror
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment