@@ -52,65 +52,10 @@ Build Zephyr application
52
52
A Zephyr EFI image file named :file: `zephyr.efi ` is automatically
53
53
created in the build directory after the application is built.
54
54
55
- Preparing the Boot Device
56
- =========================
55
+ Booting the Elkhart Lake CRB Board using UEFI
56
+ =============================================
57
57
58
- Prepare a USB flash drive to boot the Zephyr application image on
59
- an Elkhart Lake CRB board.
60
-
61
- #. Format the USB flash drive as FAT32.
62
-
63
- On Windows, open ``File Explorer ``, and right-click on the USB flash drive.
64
- Select ``Format... ``. Make sure in ``File System ``, ``FAT32 `` is selected.
65
- Click on the ``Format `` button and wait for it to finish.
66
-
67
- On Linux, graphical utilities such as ``gparted `` can be used to format
68
- the USB flash drive as FAT32. Alternatively, under terminal, find out
69
- the corresponding device node for the USB flash drive (for example,
70
- ``/dev/sdd ``). Execute the following command:
71
-
72
- .. code-block :: console
73
-
74
- $ mkfs.vfat -F 32 <device-node>
75
-
76
- .. important ::
77
- Make sure the device node is the actual device node for
78
- the USB flash drive. Or else you may erase other storage devices
79
- on your system, and will render the system unusable afterwards.
80
-
81
- #. Copy the Zephyr EFI image file :file: `zephyr/zephyr.efi ` to the USB drive.
82
-
83
- Booting the Elkhart Lake CRB Board
84
- ==================================
85
-
86
- Boot the Elkhart Lake CRB board to the EFI shell with USB flash drive connected.
87
-
88
- #. Insert the prepared boot device (USB flash drive) into the Elkhart Lake CRB board.
89
-
90
- #. Connect the board to the host system using the serial cable and
91
- configure your host system to watch for serial data. See
92
- `EHL `_ website for more information.
93
-
94
- .. note ::
95
- On Windows, PuTTY has an option to set up configuration for
96
- serial data. Use a baud rate of 115200.
97
-
98
- #. Power on the Elkhart Lake CRB board.
99
-
100
- #. When the following output appears, press :kbd: `F7 `:
101
-
102
- .. code-block :: console
103
-
104
- Press <DEL> or <ESC> to enter setup.
105
-
106
- #. From the menu that appears, select the menu entry that describes
107
- that particular EFI shell.
108
-
109
- #. From the EFI shell select Zephyr EFI image to boot.
110
-
111
- .. code-block :: console
112
-
113
- Shell> fs0:zephyr.efi
58
+ .. include :: ../../common/efi_boot.rst
114
59
115
60
Booting the Elkhart Lake CRB Board over network
116
61
===============================================
0 commit comments