Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/boot/at91bootstrap/
H A Dat91bootstrap-1.16-u-boot-relocation-fix.patch16 We also have to increase the IMG_SIZE as u-boot as grown larger than the
24 Then, remember that you could decrease IMG_SIZE to boot faster.
54 -#define IMG_SIZE 0x33900 /* Image Size in DataFlash */
55 +#define IMG_SIZE 0x7BC00 /* Image Size in DataFlash */
68 #define IMG_SIZE 0x40000 /* Image Size in NandFlash */
84 -#define IMG_SIZE 0x33900 /* Image Size in DataFlash */
85 +#define IMG_SIZE 0x7BC00 /* Image Size in DataFlash */
98 #define IMG_SIZE 0x40000 /* Image Size in NandFlash */
114 -#define IMG_SIZE 0x33900 /* Image Size in DataFlash */
115 +#define IMG_SIZE 0x7BC00 /* Image Size in DataFlash */
[all …]
/OK3568_Linux_fs/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c16 #define IMG_SIZE (16*1024) macro
68 count = (len < (IMG_SIZE - SPL_HEADER_SIZE)) in main()
69 ? len : (IMG_SIZE - SPL_HEADER_SIZE); in main()
83 for (i = 0; i < IMG_SIZE - SPL_HEADER_SIZE; i++) in main()
/OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/yolov5/
H A Dtest.py19 IMG_SIZE = 640 variable
62 box_xy *= int(IMG_SIZE/grid_h)
283 img = cv2.resize(img, (IMG_SIZE, IMG_SIZE))
/OK3568_Linux_fs/debian/scripts/patches/
H A D0002-modify-export-image-to-meet-rockchip-image-requireme.patch135 - IMG_SIZE=$((BOOT_PART_START + BOOT_PART_SIZE + ROOT_PART_SIZE))
136 + IMG_SIZE=$((ROOT_PART_START + ROOT_PART_SIZE))
138 truncate -s "${IMG_SIZE}" "${IMG_FILE}"