update installation example to current release

This commit is contained in:
Daniel Micay 2020-04-28 10:26:45 -04:00
parent b61aa33dcc
commit e7f5e1f2b7

View File

@ -207,7 +207,7 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre>
<p>Download the factory images for the device from <a href="/releases">the releases <p>Download the factory images for the device from <a href="/releases">the releases
page</a>.</p> page</a>.</p>
<p>Verify the factory images using the signature:</p> <p>Verify the factory images using the signature:</p>
<pre>signify -Cqp factory.pub -x crosshatch-factory-2019.06.23.05.zip.sig &amp;&amp; echo verified</pre> <pre>signify -Cqp factory.pub -x crosshatch-factory-2020.04.14.23.zip.sig &amp;&amp; echo verified</pre>
<h2 id="flashing-factory-images"> <h2 id="flashing-factory-images">
<a href="#flashing-factory-images">Flashing factory images</a> <a href="#flashing-factory-images">Flashing factory images</a>
</h2> </h2>
@ -215,8 +215,8 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre>
<p>Next, extract the factory images and run the script to flash them. Note that the <p>Next, extract the factory images and run the script to flash them. Note that the
<code>fastboot</code> command run by the flashing script requires a fair bit of free <code>fastboot</code> command run by the flashing script requires a fair bit of free
space in a temporary directory, which defaults to <code>/tmp</code>:</p> space in a temporary directory, which defaults to <code>/tmp</code>:</p>
<pre>unzip crosshatch-factory-2019.06.23.05.zip <pre>unzip crosshatch-factory-2020.04.14.23.zip
cd crosshatch-pq3a.190605.003 cd crosshatch-qq2a.200405.005
./flash-all.sh</pre> ./flash-all.sh</pre>
<p>Use a different temporary directory if your <code>/tmp</code> doesn't have enough <p>Use a different temporary directory if your <code>/tmp</code> doesn't have enough
space available:</p> space available:</p>