From 10a4c6c7dc878804d7915e2b85fe01d4bfd99efa Mon Sep 17 00:00:00 2001 From: Jason Chen CJ Date: Fri, 17 Aug 2018 13:15:15 +0800 Subject: [PATCH] samples: let nuc uos only start with 1 cpu 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 --- devicemodel/samples/nuc/launch_uos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/samples/nuc/launch_uos.sh b/devicemodel/samples/nuc/launch_uos.sh index 1f08d154e..c0455147c 100755 --- a/devicemodel/samples/nuc/launch_uos.sh +++ b/devicemodel/samples/nuc/launch_uos.sh @@ -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