[Nouveau] Nouveau Fermi Firmware
christopher bradski
chris.bradski at gmail.com
Wed Jun 1 22:59:31 PDT 2011
I have a GTS 450 and love the way nouveau runs in 2d, I was looking to test
3D and have extracted most of the firmware from the Nvidia blob. Is
f841a1c4 the correct register to retrieve the fuc41ad firmware file? When I
try the following:
# insert correct register in next line
grep f841a1c4 ../mydump.txt \
| awk '{print $6}' | grep -oP '(?<=0x).*' | \
python -c \
"
import struct; import sys; fd = open(\"fuc41ad\", \"wb\");
for line in sys.stdin:
fd.write(struct.pack(\"@I\", int(line.rstrip(), 16)))
"
It results in the fuc41ad file being written as a text file with the date
Feb 12 2011 ? Is this correct? All three other firmware files are written as
binary files... I know a bit of python and bash but am drawing a blank on
this.
Thank you all in advance for any help. Much appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20110601/84381026/attachment.html>
More information about the Nouveau
mailing list