doc: Fix Gallileo setup documentation
Current documentation is not working and also badly formatted. Change-Id: I885bacf641a84f4963e832dd67f597762ab54542 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
7b9455b9e7
commit
7d21d9df4c
1 changed files with 8 additions and 11 deletions
|
@ -86,29 +86,26 @@ command to:
|
||||||
|
|
||||||
#. Create the following directories
|
#. Create the following directories
|
||||||
|
|
||||||
:file:`efi`
|
:file:`EFI`
|
||||||
|
|
||||||
:file:`efi/boot`
|
:file:`EFI/BOOT`
|
||||||
|
|
||||||
:file:`kernel`
|
:file:`kernel`
|
||||||
|
|
||||||
#. Assuming you have built a micro kernel, copy the kernel file :file:`
|
#. Assuming you have built a micro kernel, copy the kernel file :file:`
|
||||||
microkernel.elf` to the :file:`$SDCARD/kernel` folder
|
microkernel.elf` to the :file:`$SDCARD/kernel` folder
|
||||||
|
|
||||||
#. Copy your built version of GRUB to :file:`$SDCARD/efi/boot`
|
#. Copy your built version of GRUB to :file:`$SDCARD/EFI/BOOT/BOOTIA32.EFI`
|
||||||
|
|
||||||
#. Create :file:`$SDCARD/efi/boot/grub.cfg` containing the following:
|
#. Create :file:`$SDCARD/EFI/BOOT/grub.cfg` containing the following:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
set default=0 **
|
set default=0
|
||||||
|
set timeout=10
|
||||||
set timeout=10 **
|
|
||||||
|
|
||||||
menuentry "This is my boot message" {**
|
|
||||||
|
|
||||||
multiboot /kernel/microkernel.elf**
|
|
||||||
|
|
||||||
|
menuentry "Zephyr microkernel" {
|
||||||
|
multiboot /kernel/microkernel.elf
|
||||||
}
|
}
|
||||||
|
|
||||||
#. Insert the SDcard in the Galileo board.
|
#. Insert the SDcard in the Galileo board.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue