summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/book-enea-edge-getting-started/doc/installation_guide.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/book-enea-edge-getting-started/doc/installation_guide.xml b/doc/book-enea-edge-getting-started/doc/installation_guide.xml
index 76463f0..940fc40 100644
--- a/doc/book-enea-edge-getting-started/doc/installation_guide.xml
+++ b/doc/book-enea-edge-getting-started/doc/installation_guide.xml
@@ -751,11 +751,11 @@ sdb 8:0 0 111.8G 0 disk
751 <para>Copy the <filename>.hddimg</filename> image onto the USB 751 <para>Copy the <filename>.hddimg</filename> image onto the USB
752 stick, e.g:</para> 752 stick, e.g:</para>
753 753
754 <programlisting>sudo dd if=./enea-edge-runtime-&lt;machine&gt;.hddimg \ 754 <programlisting>sudo dd if=./enea-edge-runtime-&lt;processor&gt;.hddimg \
755of=/dev/sdb bs=4M conv=fsync</programlisting> 755of=/dev/sdb bs=4M conv=fsync</programlisting>
756 756
757 <para>Where 757 <para>Where
758 <filename>enea-edge-runtime-&lt;machine&gt;.hddimg</filename> is the 758 <filename>enea-edge-runtime-&lt;processor&gt;.hddimg</filename> is the
759 <filename>.hddimg</filename> file and <literal>sdb</literal> is the 759 <filename>.hddimg</filename> file and <literal>sdb</literal> is the
760 assigned USB device name.</para> 760 assigned USB device name.</para>
761 </listitem> 761 </listitem>