44
55This document is a guide for the initial installation of Dasharo on a supported
66device. It assumes some knowledge about external flashing and is primarily aimed
7- at technicians performing initial installation and not for end users of the
7+ at technicians performing the initial installation and not for end users of the
88devices.
99
1010## Installing Dasharo
@@ -18,8 +18,8 @@ devices.
1818 from within the operating system and external flashing of the whole flash
1919 chip using a programmer like the CH341a is required.
2020
21- > Publicly released binaries do not contain ME binary. If you need an Intel ME
22- > update for your device, contact us via already established commercial support
21+ > Publicly released binaries do not contain the ME binary. If you need an Intel ME
22+ > update for your device, contact us via an already established commercial support
2323 > channel.
2424
2525 ### Preparation
@@ -44,29 +44,29 @@ devices.
4444 === "NV4x"
4545 
4646
47- 1 . Disconnect the primary battery. (1)
48- 1 . Disconnect the CMOS battery. (2)
49- 1 . Attach a WSON-8 probe to the SPI flash chip. (3)
47+ 2 . Disconnect the primary battery. (1)
48+ 3 . Disconnect the CMOS battery. (2)
49+ 4 . Attach a WSON-8 probe to the SPI flash chip. (3)
5050
5151 > For TGL devices use SOIC clip instead of WSON
5252
53- 1 . Backup the current firmware, in case you want to be able to restore it
53+ 5 . Backup the current firmware, in case you want to be able to restore it
5454 at some point:
5555
5656 ```bash
5757 flashrom -p ch341a_spi -r bios_backup.rom
5858 ```
5959
60- 1 . Install Dasharo BIOS, replacing `[path]` with the path to the firmware
60+ 6 . Install Dasharo BIOS, replacing `[path]` with the path to the firmware
6161 image you want to flash, e.g. `novacustom_ns5x_adl_full_v1.4.0.rom`
6262
6363 ```bash
6464 flashrom -p ch341a_spi -w [path]
6565 ```
6666
67- 1 . Detach the WSON-8 probe.
68- 1 . Connect the primary battery and reconnect the CMOS battery
69- 1 . Power on the laptop. The laptop may shut down once after training the memory.
67+ 7 . Detach the WSON-8 probe.
68+ 8 . Connect the primary battery and reconnect the CMOS battery.
69+ 9 . Power on the laptop. The laptop may shut down once after training the memory.
7070
7171 ### EC firmware installation
7272
@@ -83,21 +83,21 @@ devices.
8383 apt install git build-essential debhelper pkg-config libpci-dev libusb-1.0-0-dev libftdi1-dev meson
8484 ```
8585
86- 1 . Obtain source code:
86+ 2 . Obtain source code:
8787
8888 ```bash
8989 git clone https://github.com/dasharo/flashrom.git
9090 cd flashrom
9191 ```
9292
93- 1 . Build flashrom:
93+ 3 . Build flashrom:
9494
9595 ```bash
9696 make
9797 sudo make install
9898 ```
9999
100- 1 . Make a backup of the EC firmware:
100+ 4 . Make a backup of the EC firmware:
101101
102102 > Remember to store the backup on the separate device in case flashing
103103 > fails.
@@ -106,7 +106,7 @@ devices.
106106 flashrom -p ite_ec -r ec_backup.rom
107107 ```
108108
109- 1 . Install the EC firmware:
109+ 5 . Install the EC firmware:
110110
111111 > Warning: After running this command, the internal keyboard and power
112112 > button will stop responding until the device is power cycled (all
@@ -129,24 +129,24 @@ devices.
129129
130130=== "11th Gen (Tiger Lake)"
131131
132- ### Initial deployment
132+ ### Initial deployment
133133
134- To ensure a smooth deployment process, it is recommended to use the latest
135- version of DTS available from the [ releases
136- page] ( ../../dasharo-tools-suite/releases.md ) . Once you have obtained it, you can
137- then proceed with following the [ Dasharo zero-touch initial deployment
138- section] ( ../../dasharo-tools-suite/documentation.md#dasharo-zero-touch-initial-deployment )
139- procedure. This will help you set up Dasharo effectively and without manual
140- intervention.
134+ To ensure a smooth deployment process, it is recommended to use the latest
135+ version of DTS available from the [releases
136+ page](../../dasharo-tools-suite/releases.md). Once you have obtained it, you can
137+ then proceed with following the [Dasharo zero-touch initial deployment
138+ section](../../dasharo-tools-suite/documentation.md#dasharo-zero-touch-initial-deployment)
139+ procedure. This will help you set up Dasharo effectively and without manual
140+ intervention.
141141
142- If something went wrong or EC installation was not done, the firmware will
143- print an error string during boot:
142+ If something went wrong or EC installation was not done, the firmware will
143+ print an error string during boot:
144144
145- ![ ] ( /images/menus/sol_error1.jpg ) { class="center" }
145+ { class="center" }
146146
147- OR
147+ OR
148148
149- ![ ] ( /images/menus/sol_error2.jpg ) { class="center" }
149+ { class="center" }
150150
151- In such case please follow the EC firmware update instructions for a specific
152- board variant.
151+ In such case please follow the EC firmware update instructions for a specific
152+ board variant.
0 commit comments