> For whatever reason, pointers to "elsewhere" are hard to find, but your
> editor happens to know that the firmware can be found in the Nouveau git
> tree. Simply grabbing the right version and placing it in the local
> firmware directory should be sufficient.
If you grab the firmware from the git tree instead, you also need to convert the files to binary format, e.g.
"objcopy -Iihex -Obinary filename.ctxprog.ihex filename.ctxprog".