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

Small issue with the BIOS generation #5

Open
xy-tech opened this issue Oct 31, 2020 · 0 comments
Open

Small issue with the BIOS generation #5

xy-tech opened this issue Oct 31, 2020 · 0 comments

Comments

@xy-tech
Copy link

xy-tech commented Oct 31, 2020

Just wanna let you know the commands for generating the new BIOS has a slight mistake in the readme.

dd if=x210-current-internal-flashrom.bin of=fw.bin bs=1024 count=2048
dd if=ec.bin of=fw.bin bs=1024 count=64 seek=2048
dd if=x210-current-internal-flashrom.bin of=fw.bin bs=1024 count=6080 skip=2112 seek=2112

The skip=2112 was missing and if the commands are copy pasted, it'll result in a faulty firmware.

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

No branches or pull requests

1 participant