diff options
-rw-r--r-- | doc/book-enea-linux-user-guide/doc/using_enea_linux.xml | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml b/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml index d609069..6a1614e 100644 --- a/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml +++ b/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml | |||
@@ -270,10 +270,12 @@ label device01 | |||
270 | </listitem> | 270 | </listitem> |
271 | 271 | ||
272 | <listitem> | 272 | <listitem> |
273 | <para>Copy <filename>pxelinux.0</filename> and | 273 | <para>Copy <filename>pxelinux.0</filename> and <filename>vesamenu.c32 |
274 | <filename>vesamenu.c32</filename> from the build directory, e.g. | 274 | </filename> from the official <ulink |
275 | from | 275 | url="https://mirrors.edge.kernel.org/pub/linux/utils/boot/syslinux/"> |
276 | <filename><build_dir>tmp/work/corei7-64-enea-linux/syslinux/6.04-pre2-r0/image/usr/share/syslinux/</filename>.</para> | 276 | Syslinux archive</ulink>. The files are located under |
277 | <filename>./bios/core/</filename> respectively | ||
278 | <filename>./bios/com32/</filename> subfolders.</para> | ||
277 | </listitem> | 279 | </listitem> |
278 | 280 | ||
279 | <listitem> | 281 | <listitem> |
@@ -307,7 +309,7 @@ label device01 | |||
307 | your board model to find the appropriate key.</para> | 309 | your board model to find the appropriate key.</para> |
308 | </section> | 310 | </section> |
309 | 311 | ||
310 | <section id="boot_from_ram"> | 312 | <section id="boot_from_ram" condition="hidden"> |
311 | <title>Boot from RAM</title> | 313 | <title>Boot from RAM</title> |
312 | 314 | ||
313 | <para>This example requires that a TFTP server is set up at IP address | 315 | <para>This example requires that a TFTP server is set up at IP address |
@@ -340,11 +342,11 @@ U-Boot> booti 0x01000000 0x03000000 0x02000000</programlisting> | |||
340 | <title>Boot from SD card</title> | 342 | <title>Boot from SD card</title> |
341 | 343 | ||
342 | <para>Copy the | 344 | <para>Copy the |
343 | <filename>enea-image-standard-raspberrypi3-64.rpi-sdimg</filename> image | 345 | <filename>enea-image-standard-intel-corei7-64.wic</filename> image |
344 | to the SD card using the Linux dd tool or Win32DiskImager in Windows, | 346 | to the SD card using the Linux dd tool or Win32DiskImager in Windows, |
345 | and insert it into the RPi. The Raspberry Pi will not start without a | 347 | and insert it into the Intel Xeon D board. The board will not start |
346 | properly formatted SD Card, containing the bootloader, kernel image and | 348 | without a properly formatted SD Card, containing the bootloader, |
347 | rootfs.</para> | 349 | kernel image and rootfs.</para> |
348 | 350 | ||
349 | <para>Below you can find two methods of how to format an SD Card:</para> | 351 | <para>Below you can find two methods of how to format an SD Card:</para> |
350 | 352 | ||
@@ -357,7 +359,7 @@ U-Boot> booti 0x01000000 0x03000000 0x02000000</programlisting> | |||
357 | the format of the data in the process, according to the operands | 359 | the format of the data in the process, according to the operands |
358 | specified:</para> | 360 | specified:</para> |
359 | 361 | ||
360 | <programlisting>sudo dd bs=4M if=enea-image-standard-sdk-raspberrypi3-64.rpi-sdimg of=/dev/sdg</programlisting> | 362 | <programlisting>sudo dd bs=4M if=enea-image-standard-intel-corei7-64.wic of=/dev/sdg</programlisting> |
361 | 363 | ||
362 | <note> | 364 | <note> |
363 | <para>Use <command>dd</command> cautiously - improper usage or | 365 | <para>Use <command>dd</command> cautiously - improper usage or |
@@ -386,7 +388,7 @@ U-Boot> booti 0x01000000 0x03000000 0x02000000</programlisting> | |||
386 | 388 | ||
387 | <listitem> | 389 | <listitem> |
388 | <para>Select the image | 390 | <para>Select the image |
389 | <filename>enea-image-standard-raspberrypi3-64.rpi-sdimg</filename>.</para> | 391 | <filename>enea-image-standard-intel-corei7-64.wic</filename>.</para> |
390 | </listitem> | 392 | </listitem> |
391 | 393 | ||
392 | <listitem> | 394 | <listitem> |
@@ -398,7 +400,7 @@ U-Boot> booti 0x01000000 0x03000000 0x02000000</programlisting> | |||
398 | </listitem> | 400 | </listitem> |
399 | 401 | ||
400 | <listitem> | 402 | <listitem> |
401 | <para>Plug the card into your Raspberry Pi.</para> | 403 | <para>Plug the card into your Intel Xeon D board.</para> |
402 | </listitem> | 404 | </listitem> |
403 | </orderedlist> | 405 | </orderedlist> |
404 | 406 | ||