Skip to content

Commit

Permalink
Force install of NVIDIA drivers
Browse files Browse the repository at this point in the history
- This is required since we first copy firmware from ChromeOS, but
  some of them, in particular

/usr/lib/firmware/tegra12x/nvhost_msenc031.fw
/usr/lib/firmware/tegra12x/nvhost_tsec.fw
/usr/lib/firmware/tegra12x/vic03_ucode.bin

  are owned by the gpu driver package
  • Loading branch information
RaumZeit committed Apr 23, 2016
1 parent c24f4c9 commit 74dd10c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,8 @@ sudo -u nobody -H wget http://www.tbi.univie.ac.at/~ronny/gpu-nvidia-tegra-k1-op
sudo -u nobody -H wget http://www.tbi.univie.ac.at/~ronny/gpu-nvidia-tegra-k1-openmax-codecs-21.4.0-4.1-armv7h.pkg.tar.xz
sudo -u nobody -H wget http://www.tbi.univie.ac.at/~ronny/gpu-nvidia-tegra-k1-libcuda-21.4.0-4.1-armv7h.pkg.tar.xz
yes | pacman --needed -U gpu-nvidia-tegra-k1-nvrm-21.4.0-4.1-armv7h.pkg.tar.xz \
yes | pacman --needed -U --force \
gpu-nvidia-tegra-k1-nvrm-21.4.0-4.1-armv7h.pkg.tar.xz \
gpu-nvidia-tegra-k1-x11-21.4.0-4.1-armv7h.pkg.tar.xz \
gpu-nvidia-tegra-k1-openmax-21.4.0-4.1-armv7h.pkg.tar.xz \
gpu-nvidia-tegra-k1-openmax-codecs-21.4.0-4.1-armv7h.pkg.tar.xz \
Expand Down

0 comments on commit 74dd10c

Please sign in to comment.