Skip to content

Commit

Permalink
samples: let nuc uos only start with 1 cpu
Browse files Browse the repository at this point in the history
there are only 2 CPUs on UP2 platform, so we can only start 1 cpu for
uos on UP2 platform.

as this is only an example script, user can modify the uos start CPU
number according his requirement.

Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
  • Loading branch information
JasonChenCJ authored and lijinxia committed Aug 17, 2018
1 parent 709cd57 commit 10a4c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devicemodel/samples/nuc/launch_uos.sh
Expand Up @@ -41,4 +41,4 @@ for i in `ls -d /sys/devices/system/cpu/cpu[1-99]`; do
fi
done

launch_clear 1 3 "64 448 8" 0x070F00 clear
launch_clear 1 1 "64 448 8" 0x070F00 clear

0 comments on commit 10a4c6c

Please sign in to comment.