You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
they produce a file named `final_image.bin` inside the root folder of the
3219
-
repository that can be directly flashed into the BIOS flash of the board.
3220
+
After running the above commands, you should find a file named `final_image.bin` in the root folder of the repository. The image can be flashed directly into the board.
3221
+
By default wolfBoot tries to read a wolfBoot image from the SATA drive.
3222
+
The drive should be partitioned with a GPT table, wolfBoot tries to load an image saved in the 5th or the 6th partition.
3223
+
You can find more details in `src/update_disk.c`. wolfBoot doesn't try to read from a filesystem and the images need to be written directly into the partition.
3224
+
This is an example boot log:
3225
+
```
3226
+
Press any key within 2 seconds to toogle BIOS flash chip
3227
+
Cache-as-RAM initialized
3228
+
FSP-T:A.0.7E build 70
3229
+
FSP-M:A.0.7E build 70
3230
+
microcode revision: AA, date: 12-28-2022
3231
+
machine_update_m_params
3232
+
calling FspMemInit...
3233
+
warm reset required
3234
+
Press any key within 2 seconds to toogle BIOS flash chip
0 commit comments