MrChromebox / website

17 stars 16 forks source link

[manual-flashing.md] #21

Closed player-k12 closed 1 week ago

player-k12 commented 2 weeks ago

add extracting and injecting VPD, remove warning at the bottom

MrChromebox commented 2 weeks ago

looks good, but we'd want to preserve the HWID text file in the COREBOOT CBFS as well, if it exists

player-k12 commented 2 weeks ago

I will add in serial number, RW_MRC_CACHE, and SMMSTORE as well.

MrChromebox commented 2 weeks ago

I will add in serial number, RW_MRC_CACHE, and SMMSTORE as well.

the serial # is stored in the VPD on ChromeOS devices. I'm not sure what boards use serial.txt in CBFS other than maybe Purism ones? Persisting MRC_CACHE and SMMSTORE aren't non-recoverable the way the HWID is, so that's what I'm concerned about mostly

player-k12 commented 2 weeks ago

Should we add HWID into the unbricking section as well?

MrChromebox commented 2 weeks ago

Should we add HWID into the unbricking section as well?

not a bad idea, you can add it to this PR or create another, up to you

player-k12 commented 1 week ago

I'll make add it to this pr

player-k12 commented 1 week ago

this also has changes that fix #22