Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples/boards/arc_secure_services fails on nsim_sem #19643

Closed
andrewboie opened this issue Oct 7, 2019 · 3 comments · Fixed by #22766
Closed

samples/boards/arc_secure_services fails on nsim_sem #19643

andrewboie opened this issue Oct 7, 2019 · 3 comments · Fixed by #22766
Assignees
Labels
area: ARC ARC Architecture bug The issue is a bug, or the PR is fixing a bug Enhancement Changes/Updates/Additions to existing features priority: low Low impact/importance bug

Comments

@andrewboie
Copy link
Contributor

***** Booting Zephyr OS build zephyr-v2.0.0-1024-g30fc3e9f8e2a *****
I am the main thread in secure world: 0
Go to normal application
***** Booting Zephyr OS build zephyr-v2.0.0-1024-g30fc3e9f8e2a *****
I am the main thread in secure world: 0
Go to normal application
***** Booting Zephyr OS build zephyr-v2.0.0-1024-g30fc3e9f8e2a *****
I am the main thread in secure world: 0
Go to normal application
***** Booting Zephyr OS build zephyr-v2.0.0-1024-g30fc3e9f8e2a *****
I am the main thread in secure world: 0
Go to normal application
***** Booting Zephyr OS build zephyr-v2.0.0-1024-g30fc3e9f8e2a *****
I am the main thread in secure world: 0
Go to normal application
***** Booting Zephyr OS build zephyr-v2.0.0-1024-g30fc3e9f8e2a *****
I am the main thread in secure world: 0
Go to normal application
***** Booting Zephyr OS build zephyr-v2.0.0-1024-g30fc3e9f8e2a *****
I am the main thread in secure world: 0
Go to normal application
***** Booting Zephyr OS build zephyr-v2.0.0-1024-g30fc3e9f8e2a *****
I am the main thread in secure world: 0
Go to normal application
***** Booting Zephyr OS build zephyr-v2.0.0-1024-g30fc3e9f8e2a *****
I am the main thread in secure world: 0
Go to normal application
***** Booting Zephyr OS build zephyr-v2.0.0-1024-g30fc3e9f8e2a *****
I am the main thread in secure world: 0
Go to normal application
***** Booting Zephyr OS build zephyr-v2.0.0-1024-g30fc3e9f8e2a *****
I am the main thread in secure world: 0
Go to normal application
***** Booting Zephyr OS build zephyr-v2.0.0-1024-g30fc3e9f8e2a *****
I am the main thread in secure world: 0
Go to normal application
***** Booting Zephyr OS build zephyr-v2.0.0-1024-g30fc3e9f8e2a *****
I am thzephyr/CMakeFiles/run.dir/build.make:57: recipe for target 'zephyr/CMakeFiles/run' failed
CMakeFiles/Makefile2:478: recipe for target 'zephyr/CMakeFiles/run.dir/all' failed
CMakeFiles/Makefile2:485: recipe for target 'zephyr/CMakeFiles/run.dir/rule' failed
Makefile:235: recipe for target 'run' failed
@andrewboie andrewboie added bug The issue is a bug, or the PR is fixing a bug area: ARC ARC Architecture labels Oct 7, 2019
@dleach02 dleach02 added the priority: medium Medium impact/importance bug label Oct 8, 2019
@vonhust vonhust added priority: low Low impact/importance bug and removed priority: medium Medium impact/importance bug labels Oct 15, 2019
@vonhust
Copy link

vonhust commented Oct 15, 2019

In fact, it's not a bug. This example cannot run alone, it requires a normal application. It's similar to ARM TF-M applicaiton or multicore AMP application, you need to build at leaset two zephyr imags. For details, pls go to README.rst of this example.

PR #13672 is trying to add multi-image build support. When it's ready, I will modify this example to make it easier to use.

@vonhust vonhust added Enhancement Changes/Updates/Additions to existing features and removed bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug labels Nov 21, 2019
@andrewboie andrewboie added bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug labels Nov 22, 2019
@andrewboie
Copy link
Contributor Author

In fact, it's not a bug. This example cannot run alone, it requires a normal application. It's similar to ARM TF-M applicaiton or multicore AMP application, you need to build at leaset two zephyr imags. For details, pls go to README.rst of this example.

@vonhust this is breaking sanitycheck runs.
If you don't want this treated as a bug, get it out of the sanitycheck builds.

@nashif nashif added priority: low Low impact/importance bug and removed priority: medium Medium impact/importance bug labels Nov 27, 2019
@nashif
Copy link
Member

nashif commented Nov 27, 2019

filtering issue

andrewboie pushed a commit to andrewboie/zephyr that referenced this issue Feb 12, 2020
This test can't be evaluated with sanitycheck, it
requires special set-up on multiple AMP cores to
function properly. Add build_only tag.

Fixes: zephyrproject-rtos#19643
Fixes: zephyrproject-rtos#22317

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
jhedberg pushed a commit that referenced this issue Feb 13, 2020
This test can't be evaluated with sanitycheck, it
requires special set-up on multiple AMP cores to
function properly. Add build_only tag.

Fixes: #19643
Fixes: #22317

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ARC ARC Architecture bug The issue is a bug, or the PR is fixing a bug Enhancement Changes/Updates/Additions to existing features priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants