packaging: artik530: sign the u-boot.bin with mkimage_singed script
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 21 Nov 2017 11:24:48 +0000 (20:24 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 21 Jan 2019 07:07:59 +0000 (16:07 +0900)
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 <jh80.chung@samsung.com>
packaging/u-boot-artik530.spec

index 80ba673d3cbb4ca17123a5d7059538b4da43928e..d74f41e43ecaefe36202b85e478a7da43ba81ae3 100644 (file)
@@ -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 \