Home
Solus
Search
Configure Global Search
Log In
Transactions
D4484
Change Details
Change Details
Old
New
Diff
- check for man page: `man flashrom` - emulate a dummy chip, read its contents to a file: `flashrom -p dummy:emulate=SST25VF032B, -r ~/Desktop/test.txt` - erase the dummy chip: `flashrom -p dummy:emulate=SST25VF032B, -E' - try to write the file back onto the dummy chip: `flashrom -p dummy:emulate=SST25VF032B, -r ~/Desktop/test.txt`
- check for man page: `man flashrom` - emulate a dummy chip, read its contents to a file: `flashrom -p dummy:emulate=SST25VF032B, -r ~/Desktop/test.txt` - erase the dummy chip: `flashrom -p dummy:emulate=SST25VF032B, -E` - try to write the file back onto the dummy chip: `flashrom -p dummy:emulate=SST25VF032B, -r ~/Desktop/test.txt`
- check for man page: `man flashrom` - emulate a dummy chip, read its contents to a file: `flashrom -p dummy:emulate=SST25VF032B, -r ~/Desktop/test.txt` - erase the dummy chip: `flashrom -p dummy:emulate=SST25VF032B,
-E'
-E`
- try to write the file back onto the dummy chip: `flashrom -p dummy:emulate=SST25VF032B, -r ~/Desktop/test.txt`
Continue