diff --git a/README.md b/README.md index 5c340d1..67e54e4 100644 --- a/README.md +++ b/README.md @@ -157,10 +157,10 @@ cd build-artik ``` mkdir artik530s cd artik530s -git clone https://github.com/SamsungARTIK/linux-artik.git -b A530s_os_3.0.0 -git clone https://github.com/SamsungARTIK/u-boot-artik.git -b A530s_os_3.0.0 -git clone https://github.com/SamsungARTIK/build-artik.git -b A530s_os_3.0.0 -git clone https://github.com/SamsungARTIK/boot-firmwares-artik530s.git -b A530s_os_3.0.0 +git clone https://github.com/SamsungARTIK/linux-artik.git -b A530s_os_3.2.0 +git clone https://github.com/SamsungARTIK/u-boot-artik.git -b A530s_os_3.2.0 +git clone https://github.com/SamsungARTIK/build-artik.git -b A530s_os_3.2.0 +git clone https://github.com/SamsungARTIK/boot-firmwares-artik530s.git -b A530s_os_3.2.0 cd build-artik ``` @@ -326,7 +326,7 @@ repo sync ``` mkdir artik530s_full cd artik530s_full -repo init -u https://github.com/SamsungARTIK/manifest.git -b A530s_os_3.0.0 -m artik530s.xml +repo init -u https://github.com/SamsungARTIK/manifest.git -b A530s_os_3.2.0 -m artik530s.xml repo sync ``` diff --git a/config/artik530s_ubuntu.cfg b/config/artik530s_ubuntu.cfg index c65aff4..d0c345e 100644 --- a/config/artik530s_ubuntu.cfg +++ b/config/artik530s_ubuntu.cfg @@ -3,9 +3,9 @@ export OFFICIAL_VERSION=A530s_os_3.2.0 export OS_NAME=ubuntu export ROOTFS_BASE_URL=https://github.com/SamsungARTIK/ubuntu-build-service/releases/download/ -export ROOTFS_FILE=ubuntu-arm-artik530s-rootfs-0530GS0F-44U-01Q0-20171011.153556-e387fe4625161763e0e92b8db7f45a07.tar.gz -export ROOTFS_FILE_MD5=e387fe4625161763e0e92b8db7f45a07 -export ROOTFS_TAG=release/A530s_os_3.0.0 +export ROOTFS_FILE=ubuntu-arm-artik530s-rootfs-0530GS0F-44U-01Q3-20180316.154231-8c8d75175e3098c14f730e18da7ada36.tar.gz +export ROOTFS_FILE_MD5=8c8d75175e3098c14f730e18da7ada36 +export ROOTFS_TAG=release/A530s_os_3.2.0 export OS_NAME=ubuntu export UBUNTU_MODULE_DEB_DIR=$ARTIK_BUILD_DIR/../ubuntu-build-service/prebuilt/armhf/artik530s export UBUNTU_PACKAGE_FILE=config/artik530_ubuntu.package