[docs] remove outdated spin info in docs
authorYelin Jeong <yelini.jeong@samsung.com>
Mon, 8 May 2023 01:25:48 +0000 (10:25 +0900)
committer추지호/SoC Architecture팀(SR)/삼성전자 <jiho.chu@samsung.com>
Tue, 9 May 2023 06:28:54 +0000 (15:28 +0900)
This patch removes outdated spin info in docs.

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
docs/markdown/FastModels.md
docs/markdown/Installing.md
docs/markdown/SPIN.md [deleted file]
docs/markdown/index.md
docs/sitemap.txt

index 44d40a29440318f1af3592189fe64a6017a24284..5da0e474e8301d9e9fa2642bdffb6b43062836d1 100644 (file)
@@ -12,24 +12,22 @@ Arm [FastModels](https://developer.arm.com/tools-and-software/simulation-models/
 Please make sure that your envionment satisfies the following requirements.
 
 1. Your division should have a valid ARM FastModel License. Our FM License is not available to non-SR users.
-2. Currently, NPU-DDK provides FastModel bootstrap packages for Ubuntu 18.04 only.
-3. You should have a SPIN account to access bootstrap packages. If you don't, please refer to [here](https://code.sec.samsung.net/confluence/display/NEWCOMM/SPIN+Account+Creation+Process)
+2. Currently, NPU-DDK provides FastModel bootstrap packages for Ubuntu 18.04 and 20.04.
 
 ## Overview of Trinity OS
 
 NPU-DDK provides a Tizen-based OS, `Trinity OS`, image running on the FastModel simulator.
-After configuring the [SPIN](SPIN.md) repository, install `npu-bootstrap-fm`.
 
 ```console
-$ cat /etc/apt/sources.list.d/tizen-spin.list
-deb [trusted=yes] http://[SPIN_ACCOUNT_ID]:[SPIN_ACCOUNT_PW]@10.113.136.32/download_trbs/newlive/devel:/Tizen:/6.0:/AI:/UbuntuTools/Ubuntu_18.04/ /
+$ cat /etc/apt/sources.list.d/artifactory.list
+deb [trusted=yes] https://bart.sec.samsung.net/artifactory/aip-debian-remote focal-nightly universe /
 $ sudo apt -y update
 $ sudo apt -y install npu-bootstrap-fm
 $ dpkg -l | grep npu-bootstrap-fm
-ii  npu-bootstrap-fm                       2.3.5  amd64  Bootstrap Package for ARM Cortex-A53x4-based NPU FM simulator
-ii  npu-bootstrap-fm-arm-tf                2.3.5  amd64  ARM Trusted Firmware
-ii  npu-bootstrap-fm-linux-fvp-initrd-dtb  2.3.5  amd64  DTB (initrd) for the Linux Kernel on Cortex-A53x4 Base Platform FVP
-ii  npu-bootstrap-fm-ramdisk               2.3.5  amd64  BusyBox-based AArch64 Linux RAMDisk Image
+ii  npu-bootstrap-fm                       2.4.0  amd64  Bootstrap Package for ARM Cortex-A53x4-based NPU FM simulator
+ii  npu-bootstrap-fm-arm-tf                2.4.0  amd64  ARM Trusted Firmware
+ii  npu-bootstrap-fm-linux-fvp-initrd-dtb  2.4.0  amd64  DTB (initrd) for the Linux Kernel on Cortex-A53x4 Base Platform FVP
+ii  npu-bootstrap-fm-ramdisk               2.4.0  amd64  BusyBox-based AArch64 Linux RAMDisk Image
 $ ls /opt/trinity
 bin  emulator  etc  get_taos  include  lib  npu-bootstrap  npu-scc  run_taos  share
 ```
@@ -41,7 +39,7 @@ You can download `Trinity OS` as follows.
 $ cd /opt/trinity
 $ sudo vi get_taos
 ...
-replace 'USER_ID' and 'USER_PASS' with your account.
+replace 'USER_ID' and 'USER_PASS' with your artifactory account.
 ...
 $ sudo ./get_taos
 $ ls -al ROOTFS.img
@@ -183,14 +181,13 @@ sh-3.2# toybox poweroff
 Tizen packages are being built using `gbs` command. Thus, let's install `gbs` first.
 
 ```console
-$ sudo echo "deb [trusted=yes] http://download.tizen.org/tools/latest-release/Ubuntu_18.04 /"\
-    | sudo tee /etc/apt/sources.list.d/tizen.list
+$ echo "deb [trusted=yes] http://download.tizen.org/tools/latest-release/Ubuntu_$(lsb_release -rs)/ /" | \
+    sudo tee /etc/apt/sources.list.d/tizen.list > /dev/null
 $ sudo apt update
 $ sudo apt install gbs
 ```
 
-Also, as NPU-DDK uses SPIN repository, you should configure `gbs` in `.gbs.conf`.
-Here is the example `~/.gbs.conf` and replace SPIN account information.
+Here is the example `~/.gbs.conf`.
 ```console
 $ cat ~/.gbs.conf
 [general]
@@ -201,7 +198,7 @@ packaging_branch = tizen
 workdir = .
 
 [profile.tizen]
-repos = repo.base, repo.unified, repo.spin
+repos = repo.base, repo.unified
 buildroot = ~/GBS-ROOT/
 
 [repo.base]
@@ -210,10 +207,6 @@ url = http://download.tizen.org/snapshots/tizen/base/latest/repos/standard/packa
 [repo.unified]
 url = http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/
 
-[repo.spin]
-url = http://10.113.136.32/download_trbs/snapshots/devel/tizen-6.0-ai/latest/repos/Tizen_Unified_standard/packages/
-user = [YOUR_SPIN_ACCOUNT]
-passwd = [YOUR_SPIN_PW]
 ```
 
 Then, you can build packages in a sandboxed build system using `gbs`. Select any architecture among armv7l, aarch64, and x86_64.
index 0f6c412da101ff08ab9871acb44dbb0e3c68a96a..d5bb04d11678c10ac4b62d24f32ac71c122b0552 100644 (file)
@@ -8,6 +8,4 @@ short-description: Installing NPU-DDK packages
 We provide NPU-DDK packages from the following two repositories.
 
 * [Artifactory](Artifactory.md): Essential packages to use NPU-DDK
-* [SPIN OBS](SPIN.md): Full packages including build-dependent ones
 
-Please note that SPIN provides both Ubuntu and Tizen packages but Artifactory supports Ubuntu only.
diff --git a/docs/markdown/SPIN.md b/docs/markdown/SPIN.md
deleted file mode 100644 (file)
index 849f32f..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
----
-title: SPIN OBS
-short-description: SPIN Open Build Service (OBS)
-...
-
-# SPIN Open Build Service (OBS)
-
-[SPIN](http://10.113.136.201) is designed to support the Tizen developers' open source activities and related projects. With `SPIN`, packages can be easily built and deployed to us.
-In addition to `Tizen` packages, it provides `Ubuntu` build environment.
-However, please note that before accessing the packages, you need to get the `Access Permission` for SPIN repository. Please refer to [here](https://code.sec.samsung.net/confluence/display/NEWCOMM/SPIN+Request+Process).
-
-* [Tizen](http://10.113.136.32/download_trbs/snapshots/devel/tizen-6.0-ai/latest/repos/Tizen_Unified_standard/packages): armv7l, aarch64, and x86_64
-* [Ubuntu](http://10.113.136.32/download_trbs/newlive/devel:/Tizen:/6.0:/AI:/UbuntuTools): x86_64 on Ubuntu 18.04
-
-## Ubuntu
-
-Please make sure you have SPIN account and configure the apt source list.
-For example, if your host PC is Ubuntu 18.04,
-
-```console
-$ sudo echo "deb [trusted=yes] http://10.113.136.32/download_trbs/newlive/devel:/Tizen:/6.0:/AI:/UbuntuTools/Ubuntu_18.04 /" \
-    | sudo tee /etc/apt/sources.list.d/spin.list
-$
-$ cat /etc/apt/auth.conf.d/spin.conf
-machine 10.113.136.32
-login [YOUR_SPIN_ACCOUNT]
-password [YOUR_SPIN_PW]
-$
-$ sudo apt-get update
-$ sudo apt-get install npu-engine
-$ ls /opt/trinity/lib
-libnpu-engine.so
-```
-
-## Tizen (FastModels)
-
-Please refer to [here](FastModels.md) about how to setup FastModels.
-
-```console
-$ telnet localhost 5000
-Trying 127.0.0.1...
-Connected to localhost.
-Escape character is '^]'.
-
-sh-3.2# taos-mgr refresh
-sh-3.2# taos-mgr install npu-engine
-sh-3.2# ls /usr/lib64 | grep npu-engine
-libnpu-engine.a libnpu-engine.so
-```
index d4ac34cc682bbff2a45f500cae7f1cd26cfc94f5..6615d492535d518348c924909daffb6b30ac313d 100644 (file)
@@ -29,7 +29,6 @@ This includes user APIs, core engines, driver wrappers, and kernel drivers.
 ## Package Deployment
 
 * [Artifactory](Artifactory.md): Essential packages for Ubuntu
-* [SPIN OBS](SPIN.md): Full packages for both Ubuntu and Tizen (not recommended for most users)
 
 ## CI/CD System
 
index 80c8709acd63f995b7604ab81a9098f3077a0973..229482ed7a6311cf69042df48d7c98af320cda2e 100644 (file)
@@ -6,7 +6,6 @@ index.md
                PetaLinux.md
        Installing.md
                Artifactory.md
-               SPIN.md
        Examples.md
                CommandLine.md
                TizenSample.md