Home
last modified time | relevance | path

Searched refs:RAMDISK_IMG (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-ramdisk.sh3 RAMDISK_IMG="$1"
7 if [ ! -f "$RAMDISK_IMG" ]; then
8 echo "$RAMDISK_IMG doesn't exist"
19 if echo $RAMDISK_IMG | grep -q ".romfs$"; then
20 cat "$RAMDISK_IMG" | gzip -n -f -9 > "$RAMDISK_IMG.gz"
22 RAMDISK_IMG="$RAMDISK_IMG.gz"
26 echo "Packing $RAMDISK_IMG to $TARGET_IMG"
29 "$KERNEL_IMG" "$RAMDISK_IMG"
32 --ramdisk "$RAMDISK_IMG" --second "kernel/resource.img" \
H A Dmk-fitimage.sh6 RAMDISK_IMG="$4"
25 -e "s~@RAMDISK_IMG@~$(realpath -q "$RAMDISK_IMG")~" \
/OK3568_Linux_fs/kernel/scripts/
H A Dmkimg80 …[ -f ${RAMDISK_IMG_PATH} ] && RAMDISK_IMG=ramdisk.img && RAMDISK_ARG="--ramdisk ${RAMDISK_IMG_PATH…
87 echo " Image: boot.img (with Image ${RAMDISK_IMG} resource.img) is ready";
93 echo " Image: zboot.img (with ${ZIMAGE} ${RAMDISK_IMG} resource.img) is ready"
/OK3568_Linux_fs/device/rockchip/.chips/rk3566_rk3568/
H A Dboot4recovery.its39 data = /incbin/("@RAMDISK_IMG@");
/OK3568_Linux_fs/device/rockchip/.chips/rk3588/
H A Dboot4recovery.its39 data = /incbin/("@RAMDISK_IMG@");
/OK3568_Linux_fs/device/rockchip/.chips/OK3568/
H A Dboot4recovery.its39 data = /incbin/("@RAMDISK_IMG@");