Home
last modified time | relevance | path

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

/dports/sysutils/u-boot-utilite/cm-fx6-u-boot/utilities/firmware_scripts/
H A Dcm-fx6-bootloader-update.sh90 BOOTLOADER_FILE="cm-fx6-firmware"
95 BOOTLOADER_FILE=`eval "echo $filepath"`
98 good_msg "Looking for boot loader image file: $BOOTLOADER_FILE"
99 if [ ! -s $BOOTLOADER_FILE ]; then
133 local file_version=`echo \`get_uboot_version $BOOTLOADER_FILE\``
134 local file_size=`du -hL $BOOTLOADER_FILE | cut -f1`
188 DD if=$BOOTLOADER_FILE of=$MTD_DEV_FILE
203 local test_file="${BOOTLOADER_FILE}.test"
204 local size=$((`du -L $BOOTLOADER_FILE | cut -f1`*1024))
208 diff $BOOTLOADER_FILE $test_file > /dev/null