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
and [Building a suitable Linux kernel](https://github.com/linuxboot/book/tree/master/coreboot.u-root.systemboot#building-a-suitable-linux-kernel)
@@ -77,12 +84,14 @@ target OS.
77
84
* Place the tioga.rom into linuxboot/boards/tioga which is provided from Wiwynn
78
85
after ordering, and also put your bzImage to the root folder of linuxboot,
79
86
and then make
87
+
80
88
```
81
89
cp path/to/tioga.rom linuxboot/boards/tioga
82
90
cp path/to/bzImage linuxboot
83
91
cd linuxboot
84
92
BOARD=tioga make
85
93
```
94
+
86
95
* You should see the built image at build/tioga/linuxboot.rom.
87
96
88
97
### How to operate
@@ -122,4 +131,4 @@ IRC channel, a mailing list and regular meetings.
122
131
123
132
Following companies provides professional support services:
0 commit comments