-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
applet.interface.spi_flashrom: documentation, spi-serprog -> spi-flashrom #535
Conversation
Is there something the built-in SPI flash support does not handle? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
The build is failing due to YosysHQ/yosys#4280. |
Hm, well... My setup is also mechanically a bit flaky, flashrom enforces a chip-ID/identify before each access, which is nice for me. My chip also has some magic about 256K vs. 4K sector sizes, which flashrom seems to handle for me, I wasn't 100% sure what I'd need to configure there in memory-25xx. But yes, memory-25xx was what I've been using before and it worked well otherwise :) |
Um... they are using literally the same gateware and the same command line arguments. Did you never call it with |
We should probably just add this to |
Indeed. Actually, I always looked at the .py files in the glasgow-repo to find out how to use all the things, I basically never called --help anywhere (which is probably my fault). This might be a "me"-problem, but having some export/overview/man-page with all the different applets (and their command line options) listed would be super duper useful. I had just looked at
|
This is a lot of work as far as I know (to integrate it with Sphinx); one that's kinda hard to justify when the |
Indeed. I just looked at the output of |
Will be mergeable after #537. |
dd59458
to
d530fb7
Compare
Just a very small fix for the example cmdline given in the new spi-flashrom applet.
Thanks to everyone involved with it, I've been using it for the last days, it works very well 😎