Skip to content

Instantly share code, notes, and snippets.

@pjobson
Created August 31, 2023 03:17
Show Gist options
  • Select an option

  • Save pjobson/90380853d37fb28345d38592c1f7a5eb to your computer and use it in GitHub Desktop.

Select an option

Save pjobson/90380853d37fb28345d38592c1f7a5eb to your computer and use it in GitHub Desktop.
install amdgpu firmware
   git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/firmware/linux-firmware.git
   sudo cp linux-firmware/amdgpu/* /lib/firmware/amdgpu
   sudo update-initramfs -k all -u -v

Comments are disabled for this gist.