Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Nov 13, 2024
1 parent 1486942 commit 637bd93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devices/amlogic_meson8b/gen_aml_emmc_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ROOTFS_IMAGE=$3


# 下载并准备工具
bash ver="v0.3.1"
bash curl -L -o ./AmlImg https://github.com/hzyitc/AmlImg/releases/download/$ver/AmlImg_${ver}_linux_amd64
ver="v0.3.1"
curl -L -o ./AmlImg https://github.com/hzyitc/AmlImg/releases/download/$ver/AmlImg_${ver}_linux_amd64
chmod +x ./AmlImg
curl -L -o ./uboot.img https://github.com/hzyitc/u-boot-onecloud/releases/download/build-20221028-0940/eMMC.burn.img
./AmlImg unpack ./uboot.img burn/
Expand Down

0 comments on commit 637bd93

Please sign in to comment.