Skip to content

Test application hangs without any console output on x86/ARC based boards @arduino_101:arc #9772

@pswarnak

Description

@pswarnak

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 ArchitecturebugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions