| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | fit-repack.sh | 34 IMAGE=$2 48 if [ ! -f ${IMAGE} ]; then 49 echo "ERROR: No ${IMAGE}" 51 elif ! file ${IMAGE} | grep 'Device Tree Blob' ; then 52 echo "ERROR: ${IMAGE} is not FIT image" 59 COPIES=`strings ${IMAGE} | grep "rollback-index" | wc -l` 65 IMG_BS=`ls -l ${IMAGE} | awk '{ print $5 }'` 69 ${UNPACK} -f ${IMAGE} -o ${OUT}/ 72 if fdtget -l ${IMAGE} /images/uboot >/dev/null 2>&1 ; then 73 rm -f ${IMAGE} [all …]
|
| H A D | build-tftp-firmware.sh | 148 cat orderlist.txt | while read IMAGE 150 if [ "${IMAGE}" == "${GPT}" ]; then 154 NAME=`echo ${IMAGE} | awk -F "." '{ print $1 }'` 155 echo "=> split: ${IMAGE}" 156 if [ ! -f ${ARG_IMAGE_DIR}/${IMAGE} ]; then 157 echo "ERROR: No ${ARG_IMAGE_DIR}/${IMAGE}" 167 split -b ${ARG_IMG_MB}M ${ARG_IMAGE_DIR}/${IMAGE} ${SEQ_NAME}- -d --additional-suffix=${SUFFIX}
|
| /OK3568_Linux_fs/yocto/meta-rockchip/conf/machine/include/ |
| H A D | rockchip-common.inc | 127 IMAGE="${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.wic" 128 if [ ! -f "${IMAGE}" ];then 129 echo "${IMAGE} not found." 140 echo "# IMAGE_NAME: $(readlink ${IMAGE})" > "${OUT}" 144 sgdisk -p "${IMAGE}" | grep -E "^ +[0-9]" | while read line;do 168 IMAGE="${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.wic" 169 if [ ! -f "${IMAGE}" ];then 170 echo "${IMAGE} not found." 189 echo "# IMAGE_NAME: $(readlink ${IMAGE})" > "${OUT}" 195 uboot-env) IMAGE="uboot.env" ;; [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | ddimage | 116 IMAGE=$1 119 if [ ! -e "$IMAGE" ]; then 120 echo "ERROR: Image $IMAGE does not exist" 154 image_details $IMAGE 157 printf "Write $IMAGE to $DEVICE [y/N]? " 166 pv "$IMAGE" | dd of="$DEVICE" bs="$BLOCKSIZE" 168 dd if="$IMAGE" of="$DEVICE" bs="$BLOCKSIZE"
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-loader.sh | 39 for IMAGE in ${1:-boot.img ${RK_RECOVERY_CFG:+recovery.img}}; do 41 cp "$RK_FIRMWARE_DIR/$IMAGE" u-boot/ 43 UARGS="$UARGS --${IMAGE/./_} $SDK_DIR/u-boot/$IMAGE" 69 for IMAGE in u-boot/boot.img u-boot/recovery.img; do 70 [ ! -r $IMAGE ] || \ 71 ln -rsf $IMAGE "$RK_SECURITY_FIRMWARE_DIR"
|
| H A D | mk-updateimg.sh | 30 system|system_[ab]) IMAGE=rootfs.img ;; 31 *_a) IMAGE="${part%_a}.img" ;; 32 *_b) IMAGE="${part%_b}.img" ;; 33 *) IMAGE="$part.img" ;; 36 [ ! -r "$IMAGE" ] || echo -e "$part\t$IMAGE"
|
| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 70-loader.sh | 39 for IMAGE in ${1:-boot.img ${RK_RECOVERY_CFG:+recovery.img}}; do 41 cp "$RK_FIRMWARE_DIR/$IMAGE" u-boot/ 43 UARGS="$UARGS --${IMAGE/./_} $SDK_DIR/u-boot/$IMAGE" 69 for IMAGE in u-boot/boot.img u-boot/recovery.img; do 70 [ ! -r $IMAGE ] || \ 71 ln -rsf $IMAGE "$RK_SECURITY_FIRMWARE_DIR"
|
| H A D | 90-updateimg.sh | 30 system|system_[ab]) IMAGE=rootfs.img ;; 31 *_a) IMAGE="${part%_a}.img" ;; 32 *_b) IMAGE="${part%_b}.img" ;; 33 *) IMAGE="$part.img" ;; 36 [ ! -r "$IMAGE" ] || echo -e "$part\t$IMAGE"
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | runqemu-addptable2image | 10 IMAGE=$1 13 echo $IMAGE 16 size=`ls -l $IMAGE | awk '{ print $5}'` 39 cat $IMAGE >> $IMAGEOUT
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/ |
| H A D | avb_user_tool.sh | 52 IMAGE=$1 53 echo "Sign ${IMAGE}" 54 SIZE=`ls $OUT/${IMAGE}.img -l | awk '{printf $5}'` 63 …CRIPTS/avbtool add_hash_footer --image $OUT/${IMAGE}.img --partition_size ${SIZE} --partition_name… 64 echo "Sign $IMAGE Done"
|
| /OK3568_Linux_fs/u-boot/test/fs/ |
| H A D | fs-test.sh | 520 create_files $IMAGE $MD5_FILE_FS 523 test_image $IMAGE $fs $SMALL_FILE $BIG_FILE $1 "" \ 556 IMAGE=${IMG}.${fs}.img 558 create_image $IMAGE $fs 562 create_files $IMAGE $MD5_FILE_FS 571 sudo mount -o loop,rw,$uid "$IMAGE" "$MOUNT_DIR" 575 test_image $IMAGE $fs $SMALL_FILE $BIG_FILE sb `pwd`/$MOUNT_DIR \
|
| /OK3568_Linux_fs/yocto/meta-rockchip/ |
| H A D | README.md | 92 $ sudo upgrade_tool db <IMAGE PATH>/loader.bin 98 $ sudo upgrade_tool wl 0 <IMAGE PATH>/<IMAGE NAME>.wic # For wic image 102 $ sudo upgrade_tool uf <IMAGE PATH>/update.img # For rockchip firmware image
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | features_check.bbclass | 3 # xxx = [DISTRO,MACHINE,COMBINED,IMAGE] 21 for kind in ['DISTRO', 'MACHINE', 'COMBINED', 'IMAGE']:
|
| /OK3568_Linux_fs/ |
| H A D | .gitignore | 2 IMAGE/
|
| /OK3568_Linux_fs/tools/windows/RKDevTool/RKDevTool_Release/Language/ |
| H A D | Chinese.ini | 89 ERROR_CREATE_IMAGE=创建IMAGE对象失败,停止执行!
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/ |
| H A D | exynos-bus.txt | 95 |--- IMAGE
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/early-userspace/ |
| H A D | early_userspace_support.rst | 38 IMAGE BUILDING method
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | translit_neutral | 780 % Z NOTATION LEFT IMAGE BRACKET 782 % Z NOTATION RIGHT IMAGE BRACKET
|
| H A D | translit_combining | 3214 % NOT SQUARE IMAGE OF OR EQUAL TO
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | translit_neutral | 780 % Z NOTATION LEFT IMAGE BRACKET 782 % Z NOTATION RIGHT IMAGE BRACKET
|
| H A D | translit_combining | 3214 % NOT SQUARE IMAGE OF OR EQUAL TO
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gfortran.info | 2554 * Failed images ('FAIL IMAGE', 'IMAGE_STATUS', 'FAILED_IMAGES', 5742 Get the status of the image given by the id IMAGE of the team given 5747 IMAGE' statement. 5753 IMAGE the positive scalar id of the image in the 5783 IMAGE optional; the kind of the resulting integer 5811 IMAGE optional; the kind of the resulting integer 6685 Invoked for an 'FAIL IMAGE' statement. The function should
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gfortran.info | 2554 * Failed images ('FAIL IMAGE', 'IMAGE_STATUS', 'FAILED_IMAGES', 5742 Get the status of the image given by the id IMAGE of the team given 5747 IMAGE' statement. 5753 IMAGE the positive scalar id of the image in the 5783 IMAGE optional; the kind of the resulting integer 5811 IMAGE optional; the kind of the resulting integer 6685 Invoked for an 'FAIL IMAGE' statement. The function should
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/ |
| HD | ISO_10646.gz | 1<escape_char> /
2<comment_char> %
3
4% ISO/IEC 10646-1 ... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/ |
| HD | ISO_10646.gz | 1<escape_char> /
2<comment_char> %
3
4% ISO/IEC 10646-1 ... |