-
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
Instead of seeing "It works", we see single/multiple '***** delaying boot 1000ms (per build configuration) *****'
To Reproduce
Steps to reproduce the behavior:
- mkdir build; cd build
- cmake -DBOARD=sam_e70_xplained
- make
- make run
Replace -DBOARD=sam_e70_xplained withquark_se_c1000_ss_devboard(arc)
Screenshots or console output
sam_e70_xplained:
***** delaying boot 1000ms (per build configuration) *****
***** delaying boot 1000ms (per build configuration) *****
***** delaying boot 1000ms (per build configuration) *****
***** delaying boot 1000ms (per build configuration) *****
***** delaying boot 1000ms (per build configuration) *****
***** delaying boot 1000ms (per build configuration) *****
***** delaying boot 1000ms (per build configuration) *****
quark_se_c1000_ss_devboard:arc:
***** delaying boot 1000ms (per build configuration) *****
Environment (please complete the following information):
- OS: fedora
- Toolchain: zephyr
- Commit SHA or Version used: 6368ed4
Additional context
Add any other context about the problem here.
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