scripts: artik530: update partmap and bootloader image 04/254004/2
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 22 Feb 2021 03:45:48 +0000 (12:45 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 23 Feb 2021 07:00:05 +0000 (16:00 +0900)
Update partmap and bootloader image.
It's supported a hal partition.

Change-Id: Ic87262bdc107d8488e845dcba824b1ece764ba0a
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/configs/artik530_raptor.h
scripts/tizen/artik530/os_3.0.0/Migration_ARTIK530_20200217.tar.gz [deleted file]
scripts/tizen/artik530/os_3.0.0/Migration_ARTIK530_20210223.tar.gz [new file with mode: 0644]
scripts/tizen/artik530/os_3.0.0/bootloader.img
scripts/tizen/artik530/os_3.0.0/partmap_artik530_tizen_emmc.txt
scripts/tizen/artik530/os_3.0.0/tizen_params.bin

index 7cb81636baca0575ea35725c2a42e46ac9c92163..3c903f591571644c290d57d91ce41feb3605d2ad 100644 (file)
        "params.bin raw 0x1701 0x20;" \
        "/Image.itb ext4 $rootdev $bootpart;" \
        "system-data part 0 5;" \
-       "user part 0 6\0"
+       "user part 0 6;"        \
+       "hal part 0 7\0"
 
 #define CONFIG_EXTRA_ENV_SETTINGS                                      \
        "fdt_high=0xffffffff\0"                                         \
diff --git a/scripts/tizen/artik530/os_3.0.0/Migration_ARTIK530_20200217.tar.gz b/scripts/tizen/artik530/os_3.0.0/Migration_ARTIK530_20200217.tar.gz
deleted file mode 100644 (file)
index e505d48..0000000
Binary files a/scripts/tizen/artik530/os_3.0.0/Migration_ARTIK530_20200217.tar.gz and /dev/null differ
diff --git a/scripts/tizen/artik530/os_3.0.0/Migration_ARTIK530_20210223.tar.gz b/scripts/tizen/artik530/os_3.0.0/Migration_ARTIK530_20210223.tar.gz
new file mode 100644 (file)
index 0000000..d48eaab
Binary files /dev/null and b/scripts/tizen/artik530/os_3.0.0/Migration_ARTIK530_20210223.tar.gz differ
index dc9e25ff0e8c22fa619529985f27693eac788637..71ae7fbe38d6c0469da674454d395d53c69b497b 100755 (executable)
Binary files a/scripts/tizen/artik530/os_3.0.0/bootloader.img and b/scripts/tizen/artik530/os_3.0.0/bootloader.img differ
index 3165ed93f507c1720495c8d1dc177bd274165de3..36e970f23745cff9d2b4b5964ef8aa1bb0637d45 100644 (file)
@@ -8,4 +8,5 @@ flash=mmc,0:boot:ext4:0x400000,0x2000000:boot.img;
 flash=mmc,0:modules:ext4:0x2400000,0x2000000:modules.img;
 flash=mmc,0:rootfs:ext4:0x4400000,0x60000000:rootfs.img;
 flash=mmc,0:system-data:ext4:0x64500000,0x40000000:system-data.img;
-flash=mmc,0:user:ext4:0xA4500000,0:user.img;
+flash=mmc,0:user:ext4:0xA8500000,0:user.img;
+flash=mmc,0:hal:ext4:0xA4500000,0x4000000:hal.img;
index dbe9614345939e2de3da552891747f50c3257230..5cccaa4f3cc3c580cb803e29400b905ed995c72e 100755 (executable)
Binary files a/scripts/tizen/artik530/os_3.0.0/tizen_params.bin and b/scripts/tizen/artik530/os_3.0.0/tizen_params.bin differ