Tested with my buspirate and two spi flash.
While here, pet portlint.
Details
Details
- Reviewers
bapt mizhka - Commits
- rP481795: sysutils/flashrom: Enable buspirate interface by default
Diff Detail
Diff Detail
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 19964 Build 19474: arc lint + arc unit
Event Timeline
sysutils/flashrom/Makefile | ||
---|---|---|
33–34 | BUSPIRATE_MAKE_ENV= CONFIG_BUSPIRATE_SPI=yes BUSPIRATE_MAKE_ENV_OFF= CONFIG_BUSPIRATE_SPI=no |
sysutils/flashrom/Makefile | ||
---|---|---|
33–34 | Thanks ! I was looking for something like that but couldn't find it in the handbook, I see it know of course. |
Comment Actions
Always enable buspirate support since it's enabled by default upstream and just use serial port.
sysutils/flashrom/Makefile | ||
---|---|---|
33–34 | Just FYI it didn't worked, it was always compile with buspirate support despite the make config changes. |