Home
last modified time | relevance | path

Searched refs:IMG_PATH (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/flash/phosphor-software-manager/
H A Dfirmware_update.sh13 IMG_PATH="$1"
14 if [ ! -d "$IMG_PATH" ]; then
15 echo "The folder $IMG_PATH does not exist"
20 MANIFEST_PATH="${IMG_PATH}/MANIFEST"
38 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.img" -o -name "*.bin" -o -name "*.rom" \))
43 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.img" -o -name "*.bin" -o -name "*.rom" \))
58 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.bin" \))
64 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.bin" \))
69 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.jed" -o -name "*.bin" \))
73 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.jed" -o -name "*.bin" \))
[all …]
/openbmc/linux/tools/testing/selftests/filesystems/fat/
H A Drun_fat_tests.sh16 IMG_PATH="${TMP_DIR}/fat.img"
28 touch "${IMG_PATH}"
29 chattr +C "${IMG_PATH}" >/dev/null 2>&1 || true
31 truncate -s 1M "${IMG_PATH}"
32 mkfs.vfat "${IMG_PATH}" >/dev/null 2>&1
38 sudo mount -o loop "${IMG_PATH}" "${MNT_PATH}"