From 4d88e02e9d96ef881b7ede6a97c1c13cc7afe73f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=84=B8=ED=9D=AC/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Principal=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Thu, 26 Apr 2018 15:58:49 +0900 Subject: [PATCH] Fix and update docs tizen xu4 file (#918) This will fix xu4_tizen.md file that had a wrong script file name - also update to latest tizen image file name that now doesn't have version number like `4.0` Signed-off-by: SaeHie Park --- docs/device/xu4_tizen.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/docs/device/xu4_tizen.md b/docs/device/xu4_tizen.md index 6102c08..d79bc15 100644 --- a/docs/device/xu4_tizen.md +++ b/docs/device/xu4_tizen.md @@ -23,9 +23,9 @@ wget https://github.com/hardkernel/u-boot/raw/odroidxu3-v2012.07/sd_fuse/hardker wget https://github.com/hardkernel/u-boot/raw/odroidxu3-v2012.07/sd_fuse/hardkernel_1mb_uboot/tzsw.bin.hardkernel ``` -You also need `u-boot-mmc.bin` that is inside `tizen-4.0-unified_20180321.2_tv-boot-armv7l-odroidxu3.tar.gz` file. +You also need `u-boot-mmc.bin` that is inside `tizen-unified_20180425.2_tv-boot-armv7l-odroidxu3.tar.gz` file. ``` -tar xvf tizen-4.0-unified_20180321.2_tv-boot-armv7l-odroidxu3.tar.gz u-boot-mmc.bin +tar xvf tizen-unified_20180425.2_tv-boot-armv7l-odroidxu3.tar.gz u-boot-mmc.bin ``` @@ -47,14 +47,12 @@ chmod u+x sd_fusing_xu4-u1604.sh You should see like this ``` --rw-rw-r-- 1 maxwell maxwell 15616 Mar 23 17:11 bl1.bin.hardkernel --rw-rw-r-- 1 maxwell maxwell 14592 Mar 23 17:10 bl2.bin.hardkernel.1mb_uboot --rwxr--r-- 1 maxwell maxwell 8297 Mar 26 13:08 sd_fusing_xu4-u1604.sh* --rw-rw-r-- 1 maxwell maxwell 3022 Mar 26 13:10 sd_fusing_xu4-u1604.zip --rw-rw-r-- 1 maxwell maxwell 9289146 Mar 22 01:54 tizen-4.0-unified_20180321.2_tv-boot-armv7l-odroidxu3.tar.gz --rw-rw-r-- 1 maxwell maxwell 338993887 Mar 22 02:13 tizen-4.0-unified_20180321.2_tv-wayland-armv7l-odroidu3.tar.gz --rw-rw-r-- 1 maxwell maxwell 262144 Mar 23 17:11 tzsw.bin.hardkernel --rwxr-xr-x 1 maxwell maxwell 1048576 Mar 22 01:54 u-boot-mmc.bin* +-rw-rw-r-- 1 maxwell maxwell 15616 Mar 23 17:11 bl1.bin.hardkernel +-rw-rw-r-- 1 maxwell maxwell 14592 Mar 23 17:10 bl2.bin.hardkernel.1mb_uboot +-rw-rw-r-- 1 maxwell maxwell 9290646 Apr 26 02:35 tizen-unified_20180425.2_tv-boot-armv7l-odroidxu3.tar.gz +-rw-rw-r-- 1 maxwell maxwell 346530499 Apr 26 02:59 tizen-unified_20180425.2_tv-wayland-armv7l-odroidu3.tar.gz +-rw-rw-r-- 1 maxwell maxwell 262144 Mar 23 17:11 tzsw.bin.hardkernel +-rwxr-xr-x 1 maxwell maxwell 1048576 Apr 26 02:35 u-boot-mmc.bin* ``` @@ -92,9 +90,9 @@ sudo ./sd_fusing_xu4-u1604.sh \ ## Flash image files ``` -sudo ./sd_fusing_xu4.sh -d /dev/sdd \ --b tizen-4.0-unified_20180321.2_tv-boot-armv7l-odroidxu3.tar.gz \ -tizen-4.0-unified_20180321.2_tv-wayland-armv7l-odroidu3.tar.gz +sudo ./sd_fusing_xu4-u1604.sh -d /dev/sdd \ +-b tizen-unified_20180425.2_tv-boot-armv7l-odroidxu3.tar.gz \ +tizen-unified_20180425.2_tv-wayland-armv7l-odroidu3.tar.gz ``` # Boot with Tizen 4.0 -- 2.7.4