You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
The console only outputs the "Delay Boot" and "Booting Zephyr" banners three Times.
To Reproduce
Steps to reproduce the behavior:
Other configuration:
Screenshots or console output
Environment (please complete the following information):
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.
The text was updated successfully, but these errors were encountered: