User:JordanCrouse/Flashing The PLCC ROM

From OLPC
< User:JordanCrouse
Revision as of 14:35, 7 August 2006 by JordanCrouse (talk | contribs) (Sandbox the instructions for burning the ROM)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to write a new LinuxBIOS image to the the PLCC ROM with FreeDOS and flashrom from AMD.

$ gunzip -cd FDOEM.144.gz | dd of=/dev/fd0 
  • Mount the image (this assumes that you have a /mnt/floppy line in your fstab):
$ mount /mnt/floppy
  • Copy flashrom and the ROM image to the disk:
$ cp flashrom /mnt/floppy
$ cp linuxbios.rom /mnt/floppy
  • Unmount the floppy:
$ umount /mnt/floppy