Initial commit of flashrom. Resolves T6755
Details
Details
- Reviewers
- None
- Group Reviewers
Triage Team - Maniphest Tasks
- T6755: 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, -w ~/Desktop/test.txt
Diff Detail
Diff Detail
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
package.yml | ||
---|---|---|
14 | This is part of system.base so you don't need to add it. |
Comment Actions
As per our submitting a package documentation, you need to provide the pspec.xml and abi_* files (if they exist). Give this is a modification, you also didn't appropriately update your previous diff. Please make sure you're updating D4484.