From e008e2dfcdb8b32e1423378e922537ef618f7fff Mon Sep 17 00:00:00 2001 From: pbanasiak Date: Thu, 28 Jul 2022 12:59:58 +0200 Subject: [PATCH] changes based on review Signed-off-by: pbanasiak --- docs/variants/asus_kgpe_d16/firmware-update.md | 3 --- docs/variants/asus_kgpe_d16/initial-deployment.md | 7 ++----- docs/variants/asus_kgpe_d16/overview.md | 2 +- docs/variants/asus_kgpe_d16/recovery.md | 12 ++++++------ mkdocs.yml | 3 ++- 5 files changed, 11 insertions(+), 16 deletions(-) diff --git a/docs/variants/asus_kgpe_d16/firmware-update.md b/docs/variants/asus_kgpe_d16/firmware-update.md index 9fe7c526..012c0737 100644 --- a/docs/variants/asus_kgpe_d16/firmware-update.md +++ b/docs/variants/asus_kgpe_d16/firmware-update.md @@ -5,9 +5,6 @@ update. ## Build flashrom -Currently, the latest flashrom release lacks support for Comet Lake U internal -flashing. Because of this, we need to build flashrom from source. - Install build dependencies: ```bash diff --git a/docs/variants/asus_kgpe_d16/initial-deployment.md b/docs/variants/asus_kgpe_d16/initial-deployment.md index e5b12b89..e3787811 100644 --- a/docs/variants/asus_kgpe_d16/initial-deployment.md +++ b/docs/variants/asus_kgpe_d16/initial-deployment.md @@ -53,10 +53,7 @@ a hard reset of the platform. To perform a hard reset: 1. Power off the platform. Note, it may not power off completely due to flashed ME. -2. Disconnect power supply from the board when OS finishes all tasks after +1. Disconnect power supply from the board when OS finishes all tasks after power off (the screen goes dark or black). -3. Disconnect the RTC/CMOS battery OR clear the CMOS using the pin header - located near memory slots. Wait about half a minute (unshort the pins). -4. Connect the power supply back. -5. The platform should power on normally now. You can connect the battery back +1. The platform should power on normally now. You can connect the battery back if it was disconnected. diff --git a/docs/variants/asus_kgpe_d16/overview.md b/docs/variants/asus_kgpe_d16/overview.md index b7f2e7f9..19365ac2 100644 --- a/docs/variants/asus_kgpe_d16/overview.md +++ b/docs/variants/asus_kgpe_d16/overview.md @@ -1,6 +1,6 @@ # Overview -* [Relases] +* [Relases](releases.md) * [Initial deployment](initial-deployment.md) * [Firmware update](firmware-update.md) * [Recovery](recovery.md) diff --git a/docs/variants/asus_kgpe_d16/recovery.md b/docs/variants/asus_kgpe_d16/recovery.md index 73990e88..13d903d8 100644 --- a/docs/variants/asus_kgpe_d16/recovery.md +++ b/docs/variants/asus_kgpe_d16/recovery.md @@ -4,13 +4,13 @@ ## **Prequisitions** -1. To proceed with recovery `.rom` file with backup vendor firmware will be - neccesary eg. `backup.rom`. +To proceed with recovery `.rom` file with backup vendor firmware will be +neccesary eg. `backup.rom`. - Backup file should be generated before making any changes in device flash - chip according to documentation in - [Reading flash contents](initial-deployment.md#reading-flash-contents) - section. +Backup file should be generated before making any changes in device flash +chip according to documentation in +[Reading flash contents](initial-deployment.md#reading-flash-contents) +section. --- diff --git a/mkdocs.yml b/mkdocs.yml index a3eaaa28..63b7384f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -34,7 +34,8 @@ nav: - 'Firmware update': variants/dell_optiplex/firmware-update.md - 'Recovery': variants/dell_optiplex/recovery.md - 'Asus KGPE-D16': - - 'Overview': variants/asus_kgpe_d16/overwiew.md + - 'Overview': variants/asus_kgpe_d16/overview.md + - 'Relases': variants/asus_kgpe_d16/relases.md - 'Initial deployment': variants/asus_kgpe_d16/initial-deployment.md - 'Firmware update': variants/asus_kgpe_d16/firmware-update.md - 'Recovery': variants/asus_kgpe_d16/recovery.md