Skip to content

Commit

Permalink
update source versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sehraf committed May 11, 2024
1 parent 483636f commit bc0bc6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions consts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NPROC="$(nproc)"
export PWD
export NPROC

export ROOT_FS='archriscv-2023-09-13.tar.zst'
export ROOT_FS='archriscv-2024-03-30.tar.zst'
export ROOT_FS_DL="https://archriscv.felixc.at/images/${ROOT_FS}"

# select 'arch', 'defconfig'
Expand Down Expand Up @@ -41,8 +41,8 @@ export USE_CHROOT=1
# use extlinux ('extlinux') or boot.scr ('script') for loading the kernel?
export BOOT_METHOD='extlinux'

export VERSION_OPENSBI='1.3.1'
export VERSION_KERNEL='6.5'
export VERSION_OPENSBI='1.4'
export VERSION_KERNEL='6.8'

export SOURCE_OPENSBI="https://github.com/riscv-software-src/opensbi/releases/download/v${VERSION_OPENSBI}/opensbi-${VERSION_OPENSBI}-rv-bin.tar.xz"
export SOURCE_UBOOT='https://github.com/smaeul/u-boot'
Expand Down

0 comments on commit bc0bc6b

Please sign in to comment.