From e62a6e88b18f9b23392520a31dcd51131d4cfe47 Mon Sep 17 00:00:00 2001 From: aslab <aslab@debian-BULLSEYE-live-builder-AMD64> Date: Tue, 19 Sep 2023 16:06:58 +1000 Subject: [PATCH] . --- examples/common/config/user.cfg.fz-55 | 4 ++-- examples/common/esminterf_base.xml | 2 +- examples/common/scripts/start.sh.i7 | 1 + examples/system_test/smi/user.cfg | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/common/config/user.cfg.fz-55 b/examples/common/config/user.cfg.fz-55 index 0037423..e7350fa 100644 --- a/examples/common/config/user.cfg.fz-55 +++ b/examples/common/config/user.cfg.fz-55 @@ -1,5 +1,5 @@ -95000 RTSLEEP_TOLERANCE -45000 TASK_SLOT_TIME_TOLERANCE +85000 RTSLEEP_TOLERANCE +35000 TASK_SLOT_TIME_TOLERANCE 1 DELAY_CORRECTION 0 PRINT_STATES 15 1 0 0 0 0 0 0 0 0 0 0 0 -10 0 0 NUMBER_OF_PROCESSES PRIORITIES -20..19 diff --git a/examples/common/esminterf_base.xml b/examples/common/esminterf_base.xml index 0dd02be..080756d 100644 --- a/examples/common/esminterf_base.xml +++ b/examples/common/esminterf_base.xml @@ -2,7 +2,7 @@ <!-- duration unit: nano seconds --> <task-declarations> - <task name="smi" duration="250000" oneshot="no" non-realtime="no" realtime="yes"> + <task name="smi" duration="50000" oneshot="no" non-realtime="no" realtime="yes"> <input-flags> </input-flags> <output-flags> diff --git a/examples/common/scripts/start.sh.i7 b/examples/common/scripts/start.sh.i7 index 8c3db86..d916d63 100755 --- a/examples/common/scripts/start.sh.i7 +++ b/examples/common/scripts/start.sh.i7 @@ -40,4 +40,5 @@ cset shield -c 3 -k on #./nrt $ARG1 $ARG2 $ARG3 $ARG4 >/tmp/log_nrt.txt cset shield -e ./rt & +#taskset -c 3 ./rt & ./nrt $ARG1 $ARG2 $ARG3 $ARG4 diff --git a/examples/system_test/smi/user.cfg b/examples/system_test/smi/user.cfg index 5b2d159..b1386ae 120000 --- a/examples/system_test/smi/user.cfg +++ b/examples/system_test/smi/user.cfg @@ -1 +1 @@ -../../common/config/user.cfg.i7 \ No newline at end of file +../../common/config/user.cfg.fz-55 \ No newline at end of file -- GitLab