Skip to content

Commit

Permalink
Fix list format for persisting VPD data (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkldgoefgkljefogeg authored Aug 25, 2024
1 parent ee193f5 commit 127ca95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/support/unbricking/unbrick-suzyq.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You don't need to do this if flashing a stock firmware backup created by the Fir
* `./cbfstool badflash.rom read -r RO_VPD -f vpd.bin`
* Option 2: Extract VPD from stock firmware backup created by Firmware Utility Script (this assumes the file has been copied into working directory)
* `./cbfstool stock-firmware-<devicename>-<date>.rom read -r RO_VPD -f vpd.bin`
* Then we inject the VPD into the firmware image to be flashed.
2. Then we inject the VPD into the firmware image to be flashed.
* `./cbfstool <Shellball ROM/UEFI Full ROM filename> write -r RO_VPD -f vpd.bin`

Now the firmware image is ready to be flashed, and will maintain the device's unique serial, LAN MAC address, etc.
Expand Down

0 comments on commit 127ca95

Please sign in to comment.