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:
parent
2df52d9078
commit
212574a666
|
@ -457,7 +457,9 @@ Copy files from the development system to your target system
|
||||||
acpica-unix-20210105/generate/unix/bin/iasl \
|
acpica-unix-20210105/generate/unix/bin/iasl \
|
||||||
acrn@10.0.0.200:~/acrn-work
|
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
|
sudo ln -s /usr/sbin/iasl /usr/bin/iasl
|
||||||
|
|
||||||
Option 2: use a USB stick to copy files
|
Option 2: use a USB stick to copy files
|
||||||
|
|
Loading…
Reference in New Issue