novacustom: update common recovery page
Signed-off-by: Dawid Lesiak <dawid.lesiak@3mdeb.com>
@@ -45,12 +45,12 @@ repos:
|
||||
name: Check double slashes in external URLs
|
||||
entry: https?:\/\/[^\s]*(?<!http:)((?<!https:)\/\/).*
|
||||
language: pygrep
|
||||
exclude: '^.*.(jpeg|jpg|png|pdf)$'
|
||||
exclude: '^.*.(webp|jpeg|jpg|png|pdf)$'
|
||||
- id: double_slashes_url_markdown
|
||||
name: Check double slashes in markdown URLs
|
||||
entry: (\:\s|\()[^\s]*(?<!http:)((?<!https:)\/\/)
|
||||
language: pygrep
|
||||
exclude: '^.*.(jpeg|jpg|png|pdf)$'
|
||||
exclude: '^.*.(webp|jpeg|jpg|png|pdf)$'
|
||||
|
||||
ci:
|
||||
autoupdate_commit_msg: 'pre-commit: autoupdate hooks'
|
||||
|
||||
|
After Width: | Height: | Size: 212 KiB |
|
After Width: | Height: | Size: 119 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 218 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 171 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 93 KiB |
|
After Width: | Height: | Size: 249 KiB |
|
After Width: | Height: | Size: 67 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 193 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 278 KiB |
|
After Width: | Height: | Size: 276 KiB |
|
After Width: | Height: | Size: 356 KiB |
@@ -28,11 +28,11 @@ This procedure can be used to restore both Dasharo and previous Insyde firmware.
|
||||
|
||||
=== "BIOS"
|
||||
|
||||
=== "14th Gen models"
|
||||
=== "11th Gen models"
|
||||
You will need:
|
||||
|
||||
- a CH341a programmer with 1.8V support
|
||||
- a WSON-8 probe
|
||||
- a CH341a programmer with 3.3V support
|
||||
- a SOIC-8 (Pomona) clip
|
||||
|
||||
=== "12th Gen models"
|
||||
You will need:
|
||||
@@ -40,11 +40,11 @@ This procedure can be used to restore both Dasharo and previous Insyde firmware.
|
||||
- a CH341a programmer with 3.3V support
|
||||
- a WSON-8 probe
|
||||
|
||||
=== "11th Gen models"
|
||||
=== "14th Gen models"
|
||||
You will need:
|
||||
|
||||
- a CH341a programmer with 3.3V support
|
||||
- a SOIC-8 (Pomona) clip
|
||||
- a CH341a programmer with 1.8V support
|
||||
- a WSON-8 probe
|
||||
|
||||
A complete set containing everything you need is available from
|
||||
[our shop](https://shop.3mdeb.com/shop/modules/ch341a-flash-bios-usb-programmer-kit-soic8-sop8/).
|
||||
@@ -64,7 +64,7 @@ This procedure can be used to restore both Dasharo and previous Insyde firmware.
|
||||
- a 24-pin FFC breakout board with a 1.0mm pitch FFC connector and a 2.54mm
|
||||
pitch pin header
|
||||
- USB-A to USB-B cable to connect the Arduino to the host
|
||||
- USB-C cable for grounding
|
||||
- USB-C cable for grounding with power blocker
|
||||
|
||||
=== "NV4x"
|
||||
You will need:
|
||||
@@ -75,7 +75,29 @@ This procedure can be used to restore both Dasharo and previous Insyde firmware.
|
||||
- a 24-pin FFC breakout board with a 0.5mm pitch FFC connector and a 2.54mm
|
||||
pitch pin header
|
||||
- USB-A to USB-B cable to connect the Arduino to the host
|
||||
- USB-C cable for grounding
|
||||
- USB-C cable for grounding with power blocker
|
||||
|
||||
=== "V540"
|
||||
You will need:
|
||||
|
||||
- an Arduino Mega 2560
|
||||
- a 24-pin FFC cable with a 0.5mm pitch, same-sided (connectors on the same side
|
||||
on both ends of the cable)
|
||||
- a 24-pin FFC breakout board with a 0.5mm pitch FFC connector and a 2.54mm
|
||||
pitch pin header
|
||||
- USB-A to USB-B cable to connect the Arduino to the host
|
||||
- USB-C cable for grounding with power blocker
|
||||
|
||||
=== "V560"
|
||||
You will need:
|
||||
|
||||
- an Arduino Mega 2560
|
||||
- a 24-pin FFC cable with a 1.0mm pitch, same-sided (connectors on the same side
|
||||
on both ends of the cable)
|
||||
- a 24-pin FFC breakout board with a 1.0mm pitch FFC connector and a 2.54mm
|
||||
pitch pin header
|
||||
- USB-A to USB-B cable to connect the Arduino to the host
|
||||
- USB-C cable for grounding with power blocker
|
||||
|
||||
The full set for EC firmware recovery is available at our
|
||||
[online shop](https://shop.3mdeb.com/shop/open-source-hardware/ec-flashing-kit/).
|
||||
@@ -121,6 +143,20 @@ make BOARD=arduino/mega2560 flash
|
||||
|
||||
### Recovery steps
|
||||
|
||||
=== "everything else"
|
||||
|
||||
=== "V560"
|
||||
|
||||
1. For the V560 laptops you will need to remove two stripes that are
|
||||
holding keyboard in place.
|
||||
|
||||

|
||||
|
||||
1. Second stripe is located under the heat sink.
|
||||
|
||||

|
||||

|
||||
|
||||
1. Remove the two screws holding the keyboard in place. They are indicated on the
|
||||
bottom cover with a keyboard symbol:
|
||||
|
||||
@@ -162,7 +198,7 @@ make BOARD=arduino/mega2560 flash
|
||||
|
||||
1. Connect the Arduino to the host using the USB-A to USB-B cable
|
||||
1. Connect the USB-C cable together with power blocker from your host
|
||||
computer to any of the USB-C ports on the laptop.
|
||||
computer to the laptop.
|
||||
|
||||
!!! warning
|
||||
|
||||
@@ -271,7 +307,6 @@ Components Necessary to perform BIOS Recovery:
|
||||
|
||||

|
||||
|
||||
|
||||
1. Plug the programmer into your host computer.
|
||||
|
||||
1. Remove bottom cover from the laptop.
|
||||
@@ -286,9 +321,6 @@ Components Necessary to perform BIOS Recovery:
|
||||
|
||||
1. Unplug the battery (1)
|
||||
|
||||
1. Remove memory module from RAM1 slot. This will make it easier to place the
|
||||
WSON probe correctly.
|
||||
|
||||
1. Place the WSON probe on the BIOS chip, taking care to align the dot on the
|
||||
WSON probe with the white dot on the BIOS chip:
|
||||
|
||||
@@ -326,30 +358,29 @@ Components Necessary to perform BIOS Recovery:
|
||||
|
||||

|
||||
|
||||
|
||||
1. Plug the programmer into your host computer.
|
||||
|
||||
1. Remove bottom cover from the laptop.
|
||||
|
||||
=== "V540TND 14th Gen"
|
||||
|
||||

|
||||

|
||||
|
||||
=== "V540TU 14th Gen"
|
||||
|
||||
456
|
||||

|
||||
|
||||
=== "V560TND 14th Gen"
|
||||
|
||||
qwe
|
||||

|
||||
|
||||
=== "V560TU 14th Gen"
|
||||
|
||||
ewq
|
||||

|
||||
|
||||
=== "V560TNE 14th Gen"
|
||||
|
||||
why?
|
||||

|
||||
|
||||
1. Unplug the battery (1)
|
||||
|
||||
@@ -361,24 +392,28 @@ Components Necessary to perform BIOS Recovery:
|
||||
|
||||
=== "V540TND 14th Gen"
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
=== "V540TU 14th Gen"
|
||||
|
||||
456
|
||||

|
||||

|
||||
|
||||
=== "V560TND 14th Gen"
|
||||
|
||||
qwe
|
||||

|
||||

|
||||
|
||||
=== "V560TU 14th Gen"
|
||||
|
||||
ewq
|
||||

|
||||

|
||||
|
||||
=== "V560TNE 14th Gen"
|
||||
|
||||
why?
|
||||

|
||||

|
||||
|
||||
1. Hold down the WSON probe firmly in place and execute the following command
|
||||
on your host computer:
|
||||
|
||||