Skip to content

Commit

Permalink
Update: [Readme.md] Mali GPU Driver のバージョンを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Nov 14, 2023
1 parent 996f21e commit b732e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ rkmppenc のサポートは試験的なものです。また、Rockchip 製 ARM
# Mali GPU Driver のインストール (RK3588/RK3588S 向け)
## 他の Rockchip SoC の Mali GPU Driver は https://github.com/tsukumijima/libmali-rockchip/releases から入手できる
## RK3588/RK3588S の場合、g610-g6p0 より g610-g13p0 の方が高速に動作する
wget https://github.com/tsukumijima/libmali-rockchip/releases/download/v1.9-1-53c16ef/libmali-valhall-g610-g13p0-wayland-gbm_1.9-1_arm64.deb
wget https://github.com/tsukumijima/libmali-rockchip/releases/download/v1.9-1-2d267b0/libmali-valhall-g610-g13p0-wayland-gbm_1.9-1_arm64.deb
sudo apt install -y ./libmali-valhall-g610-g13p0-wayland-gbm_1.9-1_arm64.deb
rm libmali-valhall-g610-g13p0-wayland-gbm_1.9-1_arm64.deb

Expand Down
2 changes: 1 addition & 1 deletion installer/Installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ def Installer(version: str) -> None:
ShowPanel([
'Mali GPU Driver は、以下のコマンドでインストールできます。',
'インストール完了後は、システムの再起動が必要です。',
'[cyan]curl -LO https://github.com/tsukumijima/libmali-rockchip/releases/download/v1.9-1-53c16ef/libmali-valhall-g610-g13p0-wayland-gbm_1.9-1_arm64.deb && sudo apt install -y ./libmali-valhall-g610-g13p0-wayland-gbm_1.9-1_arm64.deb && rm libmali-valhall-g610-g13p0-wayland-gbm_1.9-1_arm64.deb && curl -LO https://github.com/tsukumijima/rockchip-multimedia-config/releases/download/v1.0.2-1/rockchip-multimedia-config_1.0.2-1_all.deb && sudo apt install -y ./rockchip-multimedia-config_1.0.2-1_all.deb && rm rockchip-multimedia-config_1.0.2-1_all.deb[/cyan]',
'[cyan]curl -LO https://github.com/tsukumijima/libmali-rockchip/releases/download/v1.9-1-2d267b0/libmali-valhall-g610-g13p0-wayland-gbm_1.9-1_arm64.deb && sudo apt install -y ./libmali-valhall-g610-g13p0-wayland-gbm_1.9-1_arm64.deb && rm libmali-valhall-g610-g13p0-wayland-gbm_1.9-1_arm64.deb && curl -LO https://github.com/tsukumijima/rockchip-multimedia-config/releases/download/v1.0.2-1/rockchip-multimedia-config_1.0.2-1_all.deb && sudo apt install -y ./rockchip-multimedia-config_1.0.2-1_all.deb && rm rockchip-multimedia-config_1.0.2-1_all.deb[/cyan]',
], padding=(0, 2, 0, 2))
ShowPanel([
'rkmppenc のログ:\n' + result.stdout.strip(),
Expand Down

0 comments on commit b732e01

Please sign in to comment.