Skip to content

tests/benchmarks: Stuck at delaying boot banner on quark_se_c1000_ss_board #14184

@cinlyooi-intel

Description

@cinlyooi-intel

Describe the bug
Only seeing ***** delaying boot 1000ms (per build configuration *****
Not seeing the follow up ***** Booting Zephyr OS v1.14.0-rc1-885-g32caf24cb4aa (delayed boot 1000ms) *****

To Reproduce
Steps to reproduce the behavior:

  1. mkdir build; cd build
  2. cmake -DBOARD=quark_se_c1000_ss_board -DARCH=arc
  3. make
  4. make run

Screenshots or console output

***** delaying boot 1000ms (per build configuration) *****

Environment (please complete the following information):

  • OS: fedora29
  • Toolchain: zephyr
  • Commit SHA or Version used: 1f74e0b

Additional context
I added printk() statement to the start of main() and it did not get print out on the console. This strongly suggests the main() function was not entered.

Metadata

Metadata

Labels

bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions