-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Closed
Copy link
Labels
area: ARCARC ArchitectureARC ArchitecturebugThe 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
All application hang on ARC core without any console log or error message.
Arch: arc
Board: arduino_101_sss, quark_se_c1000_ss_devboard
Zephyr commit: c8402bc
Toolchain: ZEPHYR_TOOLCHAIN_VARIANT=zephyr
Additional Info: Same test works fine by just adding CONFIG_ARC_INIT=y in tests/booting/stub/prj.conf.
This was removed by @inakypg in commit b073b29.
Error:
No console log available at all.
Steps to reproduce:
**For running application on the ARC core:**
cd zephyr/samples/hello_world/
rm -rf build && mkdir build && cd build
cmake -D BOARD=arduino_101_sss ../
make BOARD=arduino_101_sss flash
**Additionally, flash the boot stub to enable messages from the ARC processor:**
cd zephyr/tests/booting/stub
cmake -D BOARD=quark_se_c1000_devboard ../
make BOARD=arduino_101 flash
Check the console log.
Sample Expected output:
Hello World! arc
Metadata
Metadata
Assignees
Labels
area: ARCARC ArchitectureARC ArchitecturebugThe 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