ubuntu:firmware:update_latest_amdgpu_firmware
This is an old revision of the document!
Table of Contents
Ubuntu - Firmware - Update latest AMDGPU firmware
Backed up the existing 14 'navi10_*' files to /lib/firmware/amdgpu/.
Download the Navi10 firmware from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/amdgpu.
NOTE: Other files could also be possibly used is the latest Kernel ones do not work. For instance:
Copy all 14 'navi10_*' files from the downloaded firmware file to /lib/firmware/amdgpu/.
Update the initramfs
set back compress=lz4 in /etc/initramfs-tools/initramfs.conf
Rebuild your ramdisk
sudo update-initramfs -c -k $(uname -r)
Alternative - Only use if above fails
sudo update-initramfs -k $(uname -r) -u
For all Kernels using the older way:
sudo update-initramfs -k all -u
Reboot
ubuntu/firmware/update_latest_amdgpu_firmware.1598045288.txt.gz · Last modified: 2020/08/21 21:28 by 192.168.1.1