envytools/firmware

extract_firmware.py exits with error using 325.15

Closed this issue · 4 comments

All other versions seem fine.

fwiw, https://nouveau.freedesktop.org/wiki/VideoAcceleration/#firmware is giving instruction using 325.15.

OK, that's bad. 325.15 is the good one. This used to work. Is this with your py2->3 changes? Or even before that, and I broke it somehow?

Before that, like with a0dbfef and py2. The error comes from the block of code after "Unknown PGRAPH archive order in this version." which is not present in the re-vp2 version.

Heh, yeah, I screwed it up when I added the dumping of "unknown" pgraph files. I just return in the middle of that function ... oops! Will fix shortly.

OK, fixed by 7d29d95