On Tue, Feb 4, 2014 at 9:37 AM, Carmelo Ingrao carmelo@ingrao.fr wrote:
Le 4 févr. 2014 à 16:32, Aaron Durbin adurbin@chromium.org a écrit :
It definitely is gone, but I am not sure why.
I would use the script Kevin posted in http://permalink.gmane.org/gmane.comp.bios.coreboot.seabios/7572 to build a new SeaBIOS and flash it to the RW_LEGACY in the SPI. The script looks to be well documented and straight forward.
Yep I have seen this … But I’m little noob … And I don’t understand what to do with this :
"For those interested in reproducing, it will require the very latest seabios from the git repo. »
I have downloaded his script, and make it executable, but when I launch it (from chromeOS) it tell something is missing :
localhost Downloads # sh 7572-001.bin dd: opening ‘../image-20140117.rom’: No such file or directory 7572-001.bin: 19: /root/src/coreboot/coreboot/build/cbfstool: not found 1+0 records in 1+0 records out 64 bytes (64 B) copied, 0.000144062 s, 444 kB/s 7572-001.bin: 24: /root/src/coreboot/coreboot/build/cbfstool: not found 7572-001.bin: 26: /root/src/coreboot/coreboot/build/cbfstool: not found 7572-001.bin: 27: /root/src/coreboot/coreboot/build/cbfstool: not found 7572-001.bin: 29: /root/src/coreboot/coreboot/build/cbfstool: not found 7572-001.bin: 30: /root/src/coreboot/coreboot/build/cbfstool: not found 7572-001.bin: 31: /root/src/coreboot/coreboot/build/cbfstool: not found 1+0 records in 1+0 records out 1 byte (1 B) copied, 0.00114043 s, 0.9 kB/s 7572-001.bin: 34: /root/src/coreboot/coreboot/build/cbfstool: not found cp: cannot stat ‘../image-20140117.rom’: No such file or directory 0+1 records in 0+1 records out 2097151 bytes (2.1 MB) copied, 0.0788478 s, 26.6 MB/s
Ya. You aren't just going to be able to run that script. It assumes you have coreboot checked out and cbfstool built as well as SeaBIOS built. Perhaps Kevin can help you with that? Or he could at least post his SeaBIOS image. You could stitch it into your image.bin after reading it with flashrom.
-Aaron