User Tools

Site Tools


linux:kernel:firmware:update_firmware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:kernel:firmware:update_firmware [2023/06/04 10:58] peterlinux:kernel:firmware:update_firmware [2023/06/04 12:01] (current) peter
Line 7: Line 7:
 ===== Download the latest firmware ===== ===== Download the latest firmware =====
  
-Download the latest firmware from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git.+Grab the latest firmware from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git. 
 + 
 +Drop these firmware files into **/lib/firmware/** and rebuild any initramfs: 
 + 
 +<code bash> 
 +wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20230515.tar.gz 
 +tar -xf linux-firmware-20230515.tar.gz 
 +sudo cp linux-firmware-20230515/* /lib/firmware/ 
 +sudo update-initramfs -uk 'all' 
 +</code> 
 + 
 +<WRAP info> 
 +**NOTE:**  The latest firmware files should provide support for newer hardware. 
 +</WRAP>
  
 ---- ----
Line 14: Line 27:
  
 https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
 +
linux/kernel/firmware/update_firmware.1685876286.txt.gz · Last modified: 2023/06/04 10:58 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki