Skip to content

Commit

Permalink
chore: use core-image-minimal instead of core-image-full-cmdline
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed Mar 2, 2024
1 parent 7fb377c commit f0f85dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ function build_rootfs() {
unzstd root.ext4.zst
mv root.ext4 ${ROOTFS_IMAGE_FILE}
elif [[ $DISTRO == "yocto_rv32" ]]; then
curl -OL https://github.com/ruyisdk/mkimg-k230-rv64ilp32/releases/download/fedora_rv32_rootfs/core-image-full-cmdline-qemuriscv32.rootfs-20240302021137.ext4.zst
unzstd core-image-full-cmdline-qemuriscv32.rootfs-20240302021137.ext4.zst
mv core-image-full-cmdline-qemuriscv32.rootfs-20240302021137.ext4 ${ROOTFS_IMAGE_FILE}
curl -OL https://github.com/ruyisdk/mkimg-k230-rv64ilp32/releases/download/fedora_rv32_rootfs/core-image-minimal-qemuriscv32.rootfs-20240302042035.ext4.zst
unzstd core-image-minimal-qemuriscv32.rootfs-20240302042035.ext4.zst
mv core-image-minimal-qemuriscv32.rootfs-20240302042035.ext4.zst ${ROOTFS_IMAGE_FILE}
else
echo "DISTRO: ${DISTRO} ?????"
exit 1
Expand Down

0 comments on commit f0f85dc

Please sign in to comment.