Skip to content

Commit

Permalink
[timvideos#387] update riscv32 rootfs
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-holenko committed May 21, 2020
1 parent 5a8adc6 commit a2f310c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ elif [ ${CPU} = vexriscv ]; then
export ARCH=riscv
ROOTFS_LOCATION="https://dl.antmicro.com/projects/renode/litex-buildenv/"
ROOTFS=${ARCH}32-rootfs.cpio
ROOTFS_MD5="c3a88ff90fbd05dd6dc5773a8202d47f"
ROOTFS_MD5="7b1a7fb52a1ba056dffb351a036bd0fb"
DTB_MD5="cd6d23543808988fd97447c4ff97392a"
else
echo "Linux is only supported on mor1kx or vexriscv at the moment."
Expand Down Expand Up @@ -275,7 +275,7 @@ else
echo "Building Linux in $TARGET_LINUX_BUILD_DIR"
mkdir -p $TARGET_LINUX_BUILD_DIR

fetch_file $ROOTFS_LOCATION/$ROOTFS $ROOTFS_MD5 $TARGET_LINUX_BUILD_DIR/$ROOTFS
fetch_file $ROOTFS_LOCATION/$ROOTFS_MD5-$ROOTFS $ROOTFS_MD5 $TARGET_LINUX_BUILD_DIR/$ROOTFS

if [ ${CPU} = mor1kx ]; then
KERNEL_BINARY=vmlinux.bin
Expand Down

0 comments on commit a2f310c

Please sign in to comment.