Hi, On Wed, Jan 26, 2022 at 10:06 AM Jd Lyons via flashrom <flashrom@flashrom.org> wrote: > > What is the correct command to run flashrom for Promise ATA chipsets? > > Flashrom —programmer atapromise doesn’t work.
The atapromise programmer isn't compiled in by default. I'm pretty sure it's because it cannot be used as a generic programmer (max flash chip size is limited by hardware), see this commit message: https://github.com/flashrom/flashrom/commit/c2644a3fc14088a2535c05edbd56c041b3a7370d If you want to use the atapromise programmer, you'll have to build flashrom from source with `make CONFIG_ATAPROMISE=yes`. > _______________________________________________ > flashrom mailing list -- flashrom@flashrom.org > To unsubscribe send an email to flashrom-le...@flashrom.org Best regards, Angel _______________________________________________ flashrom mailing list -- flashrom@flashrom.org To unsubscribe send an email to flashrom-le...@flashrom.org