From 212574a6668c126ce79d59ce16996176da3baaf2 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 30 Aug 2022 15:50:00 -0700 Subject: [PATCH] doc: clarify sample app instructions Clarify commands that needed to be run on the target and not the dev system Signed-off-by: David B. Kinder --- doc/getting-started/sample-app.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/getting-started/sample-app.rst b/doc/getting-started/sample-app.rst index 1a0ff23ef..c46417c48 100644 --- a/doc/getting-started/sample-app.rst +++ b/doc/getting-started/sample-app.rst @@ -457,7 +457,9 @@ Copy files from the development system to your target system acpica-unix-20210105/generate/unix/bin/iasl \ acrn@10.0.0.200:~/acrn-work - sudo mv ~/acrn-work/iasl /usr/sbin + Then on the target system run these commands:: + + sudo cp ~/acrn-work/iasl /usr/sbin sudo ln -s /usr/sbin/iasl /usr/bin/iasl Option 2: use a USB stick to copy files