packaging: artik: support the artik530s for tizen
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 31 Aug 2017 11:15:12 +0000 (20:15 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 21 Jan 2019 05:53:50 +0000 (14:53 +0900)
ARTIK530S is supported the signing bootloader and TEXT_BASE is changed.
Added the prebuilt codesigner image and modified spec file.

config file is also changed from artikXXX_raptor_config to
artikXXX_raptor_legacy_config.
artikxxx_raptor_config is provided OTA feature.
But it doesn't need to enable yet. (Use the lecagy config files.)

Support the artik530s for tizen.

Change-Id: I61e09f0f5a4cc075c466f179a42456d3925f4d51
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
packaging/u-boot-artik530.spec
packaging/u-boot-artik7.spec

index a15f45b983edfe8f777b8553d5aa560744e9ccb0..80ba673d3cbb4ca17123a5d7059538b4da43928e 100644 (file)
@@ -19,7 +19,7 @@ bootloader for Embedded boards based on ARM processor
 %build
 
 # Set configuration
-make artik530_raptor_config
+make artik530_raptor_legacy_config
 
 # Build tools
 make  %{?_smp_mflags} HOSTSTRIP=/bin/true tools
@@ -35,12 +35,12 @@ tools/mkenvimage -s 16384 -o params.bin default_envs.txt
 rm copy_env_common.o default_envs.txt
 
 # gen_nexell_image
-tools/nexell/BOOT_BINGEN \
+tools/nexell/SECURE_BINGEN \
                -c S5P4418 -t 3rdboot \
                -n tools/nexell/nsih/raptor-emmc.txt \
                -i u-boot.bin \
                -o bootloader.img \
-               -l 0x43c00000 -e 0x43c00000
+               -l 0x94c00000 -e 0x94c00000
 
 %install
 rm -rf %{buildroot}
index 2662ab2b8534f958016be936cdae65879a1f4e13..4473b799d1bb070e90873a0167813ae6e4bf13a7 100644 (file)
@@ -21,7 +21,7 @@ bootloader for Embedded boards based on ARM processor
 cp %{SOURCE1001} .
 
 # Set configuration
-make artik710_raptor_config
+make artik710_raptor_legacy_config
 
 # Build tools
 make  %{?_smp_mflags} HOSTSTRIP=/bin/true tools