We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: