x210 icon indicating copy to clipboard operation
x210 copied to clipboard

Small issue with the BIOS generation

Open xy-tech opened this issue 5 years ago • 0 comments

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.

xy-tech avatar Oct 31 '20 14:10 xy-tech