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

Next revision
Previous revision
linux:kernel:firmware:update_firmware [2023/06/04 10:56] – created peterlinux:kernel:firmware:update_firmware [2023/06/04 12:01] (current) peter
Line 1: Line 1:
 ====== Linux - Kernel - Firmware - Update Firmware ====== ====== Linux - Kernel - Firmware - Update Firmware ======
  
-Download the latest firmware from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git.+Linux firmware is a package distributed alongside the Linux kernel that contains firmware binary blobs necessary for partial or full functionality of certain hardware devices.
  
-For example:+----
  
-https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20230515.tar.gz+===== Download the latest firmware ===== 
 + 
 +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 12: 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.1685876210.txt.gz · Last modified: 2023/06/04 10:56 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki