Searched refs:uboot_parent_path (Results 1 – 1 of 1) sorted by relevance
174 …uboot_parent_path=$(dirname ${RISCV64_UBOOT_PATH}) || (echo "获取riscv u-boot 版本 ${UBOOT_VERSION} 的父…180 echo "正在解压u-boot到 '$uboot_parent_path'..."181 mkdir -p $uboot_parent_path182 …tar xvf u-boot-${UBOOT_VERSION}-riscv64.tar.xz -C ${uboot_parent_path} || (echo "解压riscv u-boot 版本…