trabucayre / openFPGALoader

Universal utility for programming FPGA
https://trabucayre.github.io/openFPGALoader/
Apache License 2.0
1.22k stars 263 forks source link

flash.read_id() should be reachable from the command line #438

Closed UweBonnes closed 4 months ago

UweBonnes commented 8 months ago

Hello,

something like openFPGALoader -c xxx -B yyy --detect-spi will be usefull and make it easier to get into touch with a new board and check if things work. One can also use something like openFPGALoader -c xxx -B yyy --dump-flash /tmp/bla --file-size 1 but that needs more knowledge.

trabucayre commented 8 months ago

It's true and it's in my todo list. I have already done tests but I have to cleanup before.

trabucayre commented 5 months ago

Hi, with commit it's now possible to display jedec id and status register by using --detect -f.

UweBonnes commented 4 months ago

Close by implementation in commit c468a69fc91c899a