$ ./build roms t440plibremrc_12mb
Thanks for your answer and help. I understand you correctly that after I executed the command
$ ./build roms t440plibremrc_12mb
Then I can update my ROM (for example, I now have 2023.06.25) by running the commands:
- Boot with kernel parameter
iomem=relaxed - Download and install ** flashprog** since flashrom will not work (for me it shows the chip size as 8Mb instead of 12Mb)
$ git clone https://github.com/SourceArcade/flashprog.git
$ cd flashprog
$ make
$ sudo make install
- Check for errors with the command:
$ sudo flashprog -p internal
4 Flash
$ sudo flashprog -p internal -w seabios_withgrub_t440plibremrc_12mb_libgfxinit_corebootfb_ukqwerty_grubfirst.rom
And can I be sure that after turning on my computer I will see Grub Libreboot?