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
Copy file name to clipboardExpand all lines: Installing-and-Configuring/Building-Heads/x230-maximized.md
+2-22Lines changed: 2 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Lenovo X230 Maximized
13
13
Please determine the [version]({{ site.baseurl }}/Prerequisites#supported-devices) you want to build (HOTP or not).
14
14
15
15
For the Thinkpad x230 there are multiple maximized boards under `./boards`,
16
-
x230-maximized, x230-hotp-maximized and x230-hotp-maximized_usb-kb.
16
+
x230-maximized, x230-hotp-maximized and usb-kb or edp-fhd variations.
17
17
18
18
All those roms are externally flashable through their top and bottom rom images.
19
19
@@ -24,32 +24,12 @@ As opposed to Legacy boards produced ROM images, Maximized boards produced ROMs
24
24
space is given back to the BIOS (coreboot+payload) region.
25
25
26
26
x230 maximized boards need blobs to be downloaded and extracted from Lenovo prior
27
-
of building the board configuration.
27
+
of building the board configuration but those are managed by the board build, so see general builds instructions.
28
28
29
29
Please refer to the [xx30 blobs documentation](https://github.com/osresearch/heads/blob/master/blobs/xx30/README),
30
-
debian-11 [dependencies tested working per CircleCI](https://github.com/osresearch/heads/blob/7327f3524eadfa9fe77d0477d63d8e42c692c83a/.circleci/config.yml#L16)
31
-
and [how CircleCI call the blobs download script](https://github.com/osresearch/heads/blob/7327f3524eadfa9fe77d0477d63d8e42c692c83a/.circleci/config.yml#L96) to produce ROMs.
32
30
33
31
You can also [download the ROMs directly from CircleCI]({{ site.baseurl }}/Downloading)
34
32
35
-
```Makefile
36
-
make BOARD=x230-maximized bootstrap
37
-
make BOARD=x230-maximized
38
-
```
39
-
40
-
or
41
-
42
-
```Makefile
43
-
make BOARD=x230-hotp-maximized bootstrap
44
-
make BOARD=x230-hotp-maximized
45
-
```
46
-
47
-
If running a supported OS (Debian-11/Ubuntu 20.04), have installed proper dependencies,
48
-
ran the xx30 blobs download script prior of calling the above make commands for your chosen
49
-
board flavor, 3 roms should have been created:
50
-
- A fully valid 12Mb rom to be flashed internally, also splitted into:
51
-
- A top(4Mb) ROM, to be flashed externally on the top SPI flash chip.
52
-
- A bottom(8Mb) ROM, to be flashed externally on the bottom SPI flash chip
53
33
54
34
Please continue with the [flashing guide]({{ site.baseurl }}/x230-maximized-flashing/)
0 commit comments