Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ===== Motorola S-Record conversions ===== \\ ==== chip2file.txt to vendorbios.rom ==== <code bash> cd host/src/ bash ./srec2bin.sh file2chip.txt vendorbios.rom 0x800000 </code> \\ ==== coreboot.rom to file2chip.txt ==== <code bash> cd host/src/ bash ./bin2srec.sh coreboot.rom file2chip.txt </code> \\ ----