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 <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2022-08-30 15:50:00 -07:00 committed by David Kinder
parent 2df52d9078
commit 212574a666
1 changed files with 3 additions and 1 deletions

View File

@ -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