Howto nvflash: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
(Created page with "download nvflash: wget https://us6-dl.techpowerup.com/files/IN0IyLMMtrrjBPCKtytXUg/1676903060/nvflash_5.728_linux.zip unzip nvflash_5.728_linux.zip set nvflash permissions: chmod +x nvflash save bios to file: ./nvflash -b 3070FE-bios-$(date +%F).rom download bios version: wget https://www.techpowerup.com/vgabios/231632/NVIDIA.RTX3070.8192.210309.rom flash bios: ./nvflash NVIDIA.RTX3070.8192.210309.rom")
 
No edit summary
Line 10: Line 10:
flash bios:
flash bios:
  ./nvflash NVIDIA.RTX3070.8192.210309.rom
  ./nvflash NVIDIA.RTX3070.8192.210309.rom
= references =
[latest nvflash]
* https://www.techpowerup.com/download/nvidia-nvflash
[vgabios collection]
* https://www.techpowerup.com/vgabios/

Revision as of 02:21, 25 February 2023

download nvflash:

wget https://us6-dl.techpowerup.com/files/IN0IyLMMtrrjBPCKtytXUg/1676903060/nvflash_5.728_linux.zip
unzip nvflash_5.728_linux.zip

set nvflash permissions:

chmod +x nvflash

save bios to file:

./nvflash -b 3070FE-bios-$(date +%F).rom

download bios version:

wget https://www.techpowerup.com/vgabios/231632/NVIDIA.RTX3070.8192.210309.rom

flash bios:

./nvflash NVIDIA.RTX3070.8192.210309.rom

references

[latest nvflash]

[vgabios collection]