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. ==== Flashing chips with the Zerocat Chipflasher ==== \\ === Reading the chip === <code bash> cd ~/chipflasher/ ./host/src/connect chip2file.txt file2chip.txt /dev/ttyUSB0 B115200 Press d, and then c. </code> The input file is saved as ''chip2file.txt''. This can be [[coreboot:zerocat-chipflasher:srec|converted]] to a ''vendorbios.rom''. \\ === Writing the chip === <code bash> cd ~/chipflasher/ ./host/src/connect chip2file.txt file2chip.txt /dev/ttyUSB0 B115200 Press d, C, and then I. </code> The output file is expected to be ''file2chip.txt''. This can be [[coreboot:zerocat-chipflasher:srec|converted]] from a ''coreboot.rom''. \\ ----