From: Jaehoon Chung Date: Tue, 21 Nov 2017 11:24:48 +0000 (+0900) Subject: packaging: artik530: sign the u-boot.bin with mkimage_singed script X-Git-Tag: submit/tizen/20190213.074817~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a391506f5e3b922ca1d6d44c20d420c2f2833d84;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git packaging: artik530: sign the u-boot.bin with mkimage_singed script Signed the u-boot.bin with mkimage_signed script. The tizen specific signature header should be added. Change-Id: I1d8f2df947e45155ef2739ddbce906ab410372d7 Signed-off-by: Jaehoon Chung --- diff --git a/packaging/u-boot-artik530.spec b/packaging/u-boot-artik530.spec index 80ba673d3c..d74f41e43e 100644 --- a/packaging/u-boot-artik530.spec +++ b/packaging/u-boot-artik530.spec @@ -34,6 +34,10 @@ tr '\0' '\n' < copy_env_common.o > default_envs.txt tools/mkenvimage -s 16384 -o params.bin default_envs.txt rm copy_env_common.o default_envs.txt +# Sign u-boot.bin - output is: u-boot.bin +chmod 755 tools/mkimage_signed.sh +./tools/mkimage_signed.sh u-boot.bin artik530_raptor_config + # gen_nexell_image tools/nexell/SECURE_BINGEN \ -c S5P4418 -t 3rdboot \