summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-08-07 17:11:06 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2019-08-07 17:11:06 +0900
commit07762c4ad5ac8d299a4440e27c094de7b785c18e (patch)
tree2f9a63685de93350be19695c3668696bb76bb27e /docs
parent6a4031c09c07f4bf66ebdecb609666db1d3a3d4d (diff)
downloadnnfw-07762c4ad5ac8d299a4440e27c094de7b785c18e.tar.gz
nnfw-07762c4ad5ac8d299a4440e27c094de7b785c18e.tar.bz2
nnfw-07762c4ad5ac8d299a4440e27c094de7b785c18e.zip
Rename pacl build script (#6336)
Rename pacl build script: suffix pacl Rename to avoid default runtime confusion Update build introduction document Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/nnfw/howto/HowToUseDockerImage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nnfw/howto/HowToUseDockerImage.md b/docs/nnfw/howto/HowToUseDockerImage.md
index b84048323..0b2a859b3 100644
--- a/docs/nnfw/howto/HowToUseDockerImage.md
+++ b/docs/nnfw/howto/HowToUseDockerImage.md
@@ -146,7 +146,7 @@ You should prepare RootFS, following [Cross Building for ARM](https://github.sec
```
$ cd nnfw
$ ROOTFS_DIR=$(pwd)/tools/cross/rootfs/arm \
-./infra/scripts/docker_build_cross_arm.sh
+./infra/scripts/docker_build_cross_arm_neurun.sh
```
You can find built artifacts at `nnfw/Product/armv7l-linux.debug/`.