ubuntu:firmware:update_latest_amdgpu_firmware

This is an old revision of the document!


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:

https://people.freedesktop.org/~agd5f/radeon_ucode/navi10/

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.1598045306.txt.gz · Last modified: 2020/08/21 21:28 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki