Initial commit of flashrom. Resolves T6755.
Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Maniphest Tasks
- T6755: flashrom
- Commits
- R4603:994f7f21d91a: Initial commit of flashrom
- 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
Diff Detail
Diff Detail
- Repository
- R4603 flashrom
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| abi_used_libs | ||
|---|---|---|
| 5 | Is there need for this to be built against both versions of libusb? | |
| abi_used_libs | ||
|---|---|---|
| 5 | I think this is because flashrom uses libusb 0.1 and Solus provides libusb 1.0 plus a compatibility layer. | |
Comment Actions
Add Makefile, pspec.xml, abi_used_libs. Remove zlib builddep.
Apologies to Josh for the mess.