Commit f27446b7a5ede1ddc4541f7f6d06fb8934e664a1
1 parent
2e2a9654a8
Exists in
fhd
images: 1920x1080 해상도에 맞게 모두 변경
Showing
7 changed files
with
2 additions
and
0 deletions
Show diff stats
release/imx6s-prime-oven_jig.dtb
No preview for this file type
release/init.bmp
No preview for this file type
release/mk-fusingsd.sh
... | ... | @@ -14,6 +14,7 @@ INPUT="/tmp/input" |
14 | 14 | FNAME_UBOOT="u-boot.imx" |
15 | 15 | FNAME_LOGO="init.bmp" |
16 | 16 | FNAME_DTB="imx6s-prime-oven.dtb" |
17 | +FNAME_DTB_JIG="imx6s-prime-oven_jig.dtb" | |
17 | 18 | FNAME_KERNEL="uImage" |
18 | 19 | FNAME_FSCPIO="ramdisk-prime_oven.uboot" |
19 | 20 | FNAME_RFS="rootfs.tar" |
... | ... | @@ -79,6 +80,7 @@ function run_copy_image() |
79 | 80 | cp -v ./$FNAME_UBOOT ${MOUNT_PATH_P1}/boot/ |
80 | 81 | cp -v ./$FNAME_LOGO ${MOUNT_PATH_P1}/boot/ |
81 | 82 | cp -v ./$FNAME_DTB ${MOUNT_PATH_P1}/boot/ |
83 | + cp -v ./$FNAME_DTB_JIG ${MOUNT_PATH_P1}/boot/ | |
82 | 84 | cp -v ./$FNAME_KERNEL ${MOUNT_PATH_P1}/boot/ |
83 | 85 | cp -v ./$FNAME_FSCPIO ${MOUNT_PATH_P1}/boot/ |
84 | 86 | cp -v ./$FNAME_RFS ${MOUNT_PATH_P1}/boot/ | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type