Skip to content

samples/subsys/usb/cdc_acm_composite: No output beyond "***** Booting Zephyr OS v1.14.0-rc- ....****** banner #13664

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

Closed
cinlyooi-intel opened this issue Feb 22, 2019 · 4 comments
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@cinlyooi-intel
Copy link
Contributor

Describe the bug
The console only outputs the "Delay Boot" and "Booting Zephyr" banners three Times.

To Reproduce
Steps to reproduce the behavior:

  1. mkdir build; cd build
  2. cmake -DBOARD=quark_se_c1000_ss_devboard -DARCH=arc
  3. make
  4. See error

Other configuration:

  1. -DBOARD=frdm_k64f -DARCH=arm

Screenshots or console output

***** delaying boot 1000ms (per build configuration) *****
***** Booting Zephyr OS v1.14.0-rc1-444-gb1a7e71436 (delayed boot 1000ms) *****
***** delaying boot 1000ms (per build configuration) *****
***** Booting Zephyr OS v1.14.0-rc1-444-gb1a7e71436 (delayed boot 1000ms) *****
***** delaying boot 1000ms (per build configuration) *****
***** Booting Zephyr OS v1.14.0-rc1-444-gb1a7e71436 (delayed boot 1000ms) *****

Environment (please complete the following information):

  • OS: Fedora29
  • Toolchain: zephyr
  • Commit SHA or Version used : -DBOARD=frdm_k64f -DARCH=arm

Additional context
I put a printf("START") command at the start of main() but failed to see it when running it.
Then I replaced the whole main.c file with the said command but still failed to see it.
Based on this, I do not think zephyr had booted.

@cinlyooi-intel cinlyooi-intel added the bug The issue is a bug, or the PR is fixing a bug label Feb 22, 2019
@jfischer-no
Copy link
Collaborator

what is the difference to #13662?

@cinlyooi-intel
Copy link
Contributor Author

Different test case. This one has two devices to connect to. I was not 100% sure it is the same as #13662 so filed it separately

@jfischer-no
Copy link
Collaborator

cmake -DBOARD=quark_se_c1000_ss_devboard -DARCH=arc

Does this architecture have usb? 😠

@cinlyooi-intel
Copy link
Contributor Author

@jfischer-phytec-iot OOOUCH! According to quark_se_c1000_ss_devboard.yaml, "no usb_device" ;-(

Very very sorry. Please pardon this new boy who still have to learn his rope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

No branches or pull requests

2 participants