xref: /aosp_15_r20/external/coreboot/Documentation/mainboard/starlabs/lite_glkr.md (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1# StarLite Mk III
2
3## Specs
4- CPU (full processor specs available at https://ark.intel.com)
5    - Intel N5030 (Gemini Lake Refresh)
6- EC
7    - Nuvoton NPCE985P/G
8    - Backlit Keyboard, with standard PS/2 keycodes and SCI hotkeys
9    - Battery
10    - Charger, using AC adapter or USB-C PD
11    - Suspend / resume
12- GPU
13    - Intel UHD Graphics 605
14    - GOP driver is recommended, VBT is provided
15    - eDP 11.6-inch 1920x1080 LCD
16    - HDMI video
17    - USB-C DisplayPort video
18- Memory
19    - 8GB on-board
20- Networking
21    - 9461 CNVi WiFi / Bluetooth soldered to PCBA
22- Sound
23    - Realtek ALC269
24    - Internal speakers
25    - Internal microphone
26    - Combined headphone / microphone 3.5-mm jack
27    - HDMI audio
28    - USB-C DisplayPort audio
29- Storage
30    - M.2 SATA SSD
31    - RTS5129 MicroSD card reader
32- USB
33    - 1200x1600 CCD camera
34    - USB 3.1 Gen 1 Type-C (left)
35    - USB 3.1 Gen 1 Type-A (left)
36    - USB 3.1 Gen 1 Type-A (right)
37
38## Building coreboot
39
40Please follow the [Star Labs build instructions](common/building.md) to build coreboot, using `config.starlabs_lite_glkr` as config file.
41
42## Flashing coreboot
43
44```{eval-rst}
45+---------------------+------------+
46| Type                | Value      |
47+=====================+============+
48| Socketed flash      | no         |
49+---------------------+------------+
50| Vendor              | Gigadevice |
51+---------------------+------------+
52| Model               | GD25LQ64(B)|
53+---------------------+------------+
54| Size                | 8 MiB      |
55+---------------------+------------+
56| Package             | SOIC-8     |
57+---------------------+------------+
58| Internal flashing   | yes        |
59+---------------------+------------+
60| External flashing   | yes        |
61+---------------------+------------+
62```
63
64Please see [here](common/flashing.md) for instructions on how to flash with fwupd.
65