Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[manually-flashing] merge with mrchromebox site #214

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

player-k12
Copy link
Contributor

fixes #131

@player-k12
Copy link
Contributor Author

let me know if anything isn't up to standard or needs to be changed

@player-k12
Copy link
Contributor Author

I was unsure about whether to use mrchromebox's flashrom or to keep the old one
I can also copy over the HWID preservation for the unbricking sections

@player-k12
Copy link
Contributor Author

@ninelore

src/docs/firmware/manually-flashing.md Outdated Show resolved Hide resolved
src/docs/firmware/manually-flashing.md Outdated Show resolved Hide resolved
@player-k12
Copy link
Contributor Author

I don't know if the futility command is the same as gbbutillity, I can't run it on my computer.

@WeirdTreeThing
Copy link
Member

What are you trying to run and what is the issue?

@WeirdTreeThing
Copy link
Member

(Also, gbbutility is deprecated and is literally a symlink to futility now)

@player-k12
Copy link
Contributor Author

What are you trying to run and what is the issue?

I was trying to test futility but I'm on Ubuntu 22.04 and I don't have libzip5. I have only used mrchromebox's gbb utility binary so I don't know the command to extract the HWID with futility

@WeirdTreeThing
Copy link
Member

Basically, any gbbutility command will now start with futility with the rest of the command added as is.
For example, gbbutility --get --hwid somefile.rom now becomes futility gbbutility --get --hwid somefile.rom.
futility just combines mulitple utilities (gbbutility, vbutil_kernel, etc) into one binary.

@player-k12
Copy link
Contributor Author

Ok thank you, I will update the PR

@WeirdTreeThing
Copy link
Member

I don't see the point of this

@player-k12
Copy link
Contributor Author

player-k12 commented Jan 19, 2025

To preserve HWID and VPD

@player-k12
Copy link
Contributor Author

users on musl can't use mrchromebox script, so they have to use manual flashing, which doesn't have vpd and hwid preservation.

@WeirdTreeThing
Copy link
Member

To preserve HWID and VPD

If it's just a copy of mrchromebox.tech that doesn't add anything then why?

users on musl can't use mrchromebox script

false

@player-k12
Copy link
Contributor Author

false

they can??? crazy, did not know.

If it's just a copy of mrchromebox.tech that doesn't add anything then why?

wdym

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Manually Flashing Page is missing VPD preservation
3 participants