#In my case the older version did not detect the exact chip on x200
#This was fixed by cloning and building the most recent version
- ./download flashrom
- cd flashrom
- sudo apt-get install libusb-1.0-0-dev build-dep linux-image-$(uname -r)
- make install #needs sudo?
- make
+ #Note these tools are built and ready [at](https://www.mirrorservice.org/sites/libreboot.org/release/stable/20160907/libreboot_r20160907_util.tar.xz) or similar
#backup current rom
sudo ./flashrom -p internal -r ~/this_is_my0.rom
#get the new GRUB (test) config into your ROM
./cbfstool libreboot.rom add -n grubtest.cfg -f grubtest.cfg -t raw
- #I think this should work
- #sudo ./flashrom -p internal -w ../libreboot.rom
-
- #Otherwise
- #sudo ./flash update libreboot.rom
+ sudo ./flash update libreboot.rom
###KGPE-D16