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
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sysutils/flashrom/Makefile | ||
---|---|---|
35–41 ↗ | (On Diff #48560) | BUSPIRATE_MAKE_ENV= CONFIG_BUSPIRATE_SPI=yes BUSPIRATE_MAKE_ENV_OFF= CONFIG_BUSPIRATE_SPI=no |
sysutils/flashrom/Makefile | ||
---|---|---|
35–41 ↗ | (On Diff #48560) | 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 | ||
---|---|---|
35–41 ↗ | (On Diff #48560) | Just FYI it didn't worked, it was always compile with buspirate support despite the make config changes. |