-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Description
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:
- mkdir build; cd build
- cmake -DBOARD=quark_se_c1000_ss_board -DARCH=arc
- make
- 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
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug