Differences
This shows you the differences between two versions of the page.
|
romdumping [2009/08/07 13:03] stefanha created |
romdumping [2009/08/21 00:03] (current) grangerx Added an alternate method of dumping the ROM, since cp has shown a tendency to truncate the ROM in certain situations. |
||
|---|---|---|---|
| Line 22: | Line 22: | ||
| # cp rom /tmp/rom_dump | # cp rom /tmp/rom_dump | ||
| + | |||
| + | An Alternate way to dump the ROM contents (the first way may truncate the ROM): | ||
| + | |||
| + | # dd if=rom of=/tmp/rom_dump | ||
| Disable the expansion ROM for the device: | Disable the expansion ROM for the device: | ||
| # echo 0 >rom | # echo 0 >rom | ||