Skip to content

Commit

Permalink
cwt18
Browse files Browse the repository at this point in the history
  • Loading branch information
cwt committed Nov 1, 2023
1 parent 3354f99 commit 04c3091
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ GITHUB=https://github.com
DATA=/data

# Build parameters
BUILD=cwt17
BUILD=cwt18
KERNEL=5.15.2
SF_VERSION=v3.7.5
SF_VERSION=v3.8.2
SF_RELEASE_URL=${GITHUB}/starfive-tech/VisionFive2/releases/download
ROOTFS=https://riscv.mirror.pkgbuild.com/images/archriscv-2023-09-13.tar.zst
ROOTFS=https://riscv.mirror.pkgbuild.com/images/archriscv-2023-10-09.tar.zst

# Output
IMAGE=${DATA}/ArchLinux-VF2_${KERNEL}_${SF_VERSION}-${BUILD}.img
Expand All @@ -26,10 +26,8 @@ KNL_SUFFIX=${BUILD:3}.${SF_VERSION:1}-${KNL_REL}-riscv64.pkg.tar.zst

# GPU
GPU_VER=1.19.6345021
GPU_REL=3
# GPU drivers on VF2_v3.6.1 and VF2_v3.7.5 are exactly the same as VF2_v3.4.5, so just use the old one.
#GPU_URL=${GITHUB}/cwt/aur-visionfive2-img-gpu/releases/download/${BUILD}-${GPU_VER}-${GPU_REL}
GPU_URL=${GITHUB}/cwt/aur-visionfive2-img-gpu/releases/download/cwt15-${GPU_VER}-${GPU_REL}
GPU_REL=4
GPU_URL=${GITHUB}/cwt/aur-visionfive2-img-gpu/releases/download/${BUILD}-${GPU_VER}-${GPU_REL}
GPU_PKG=visionfive2-img-gpu-${GPU_VER}-${GPU_REL}-riscv64.pkg.tar.zst

# Mesa
Expand Down

0 comments on commit 04c3091

Please sign in to comment.