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.61k forks source link

tests/kernel/threads/no-multithreading/testcase.yam: Not Booting #14462

Closed chiachuanwu closed 5 years ago

chiachuanwu commented 5 years ago

Describe the bug Failed to boot up on altera_max10 board

To Reproduce Steps to reproduce the behavior:

  1. mkdir build; cd build
  2. cmake -DBOARD=altera_max10
  3. make
  4. make run

Expected behavior Should able to boot zephyr and show log on console output.

Screenshots or console output no console output.

OS: fedora29 Toolchain: zephyr Commit SHA or Version used: 6368ed4

rljordan-zz commented 5 years ago

@ramakrishnapallala Do you have the hardware to test this?

rljordan-zz commented 5 years ago

@ramakrishnapallala You can use the internal pool for this.

ramakrishnapallala commented 5 years ago

I see that test works:

Booting Zephyr OS v1.7.99-16394-g3a8767c1f269 It works

PROJECT EXECUTION SUCCESSFUL

PROJECT EXECUTION SUCCESSFUL

Here are the steps I followed:

mkdir build; cd build cmake -DBOARD=altera_max10 .. make flash

Check the logs on the serial console.

ManojSubbarao commented 5 years ago

@chiachuanwu can you close if this is not an issue anymore?

chiachuanwu commented 5 years ago

hi @ManojSubbarao , this issued might be similar with #14454.

ManojSubbarao commented 5 years ago

Thanks @chiachuanwu . Closing this issue since it's duplicate of #14454