zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.85k stars 6.6k forks source link

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

Closed cinlyooi-intel closed 5 years ago

cinlyooi-intel commented 5 years ago

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):

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.

AdithyaBaglody commented 5 years ago

@cinlyooi-intel unable to reproduce this issue. tested with timing_info. works as expected.

cinlyooi-intel commented 5 years ago

@AdithyaBaglody Still have the same problem on 4278bf5673480effdca3b1e048cecb7a9ab32976 My description of the problem is bad. Thanks for figuring out it is timing_info

rljordan-zz commented 5 years ago

@AdithyaBaglody It appears this is still an issue.

AdithyaBaglody commented 5 years ago

I am unable to reproduce this issue with the latest master f4c8e3ff3197d36773d68b4b4802daabc401f918

rljordan-zz commented 5 years ago

@cinlyooi-intel Can this be closed?

cinlyooi-intel commented 5 years ago

@rljordan : Sorry I cannot close it. I am still seeing it on latest master (193fb971c24f827464982307b5b3bb34de0fa98d). However, if someone can show that it cannot be reproduced on a real board then we can close it.

AdithyaBaglody commented 5 years ago

cannot be reproduced on a real board then we can close it.

@cinlyooi-intel how are you testing this? because I am not able to see this issue on the actual hardware. if you are testing on a test framework then please assign it to the respective person so that this can move ahead.

cinlyooi-intel commented 5 years ago

Closed it since @AdithyaBaglody says it works on actual hardware.