masayuki2009 commented on PR #14366:
URL: https://github.com/apache/nuttx/pull/14366#issuecomment-2418645231
@pussuw
> So I guess CPU1-7 are stopped during the boot.
I attached gdb after the nsh prompt is shown.
```
(gdb) info threads
Id Target Id Frame
* 1 Thread 1.1 (CPU#0 [halted ]) 0x80008b94 in up_idle () at
common/riscv_idle.c:75
2 Thread 1.2 (CPU#1 [running]) riscv_cpu_boot (cpu=cpu@entry=1) at
common/riscv_cpustart.c:84
3 Thread 1.3 (CPU#2 [running]) 0x800006ba in riscv_cpu_boot
(cpu=cpu@entry=2) at common/riscv_cpustart.c:84
4 Thread 1.4 (CPU#3 [halted ]) riscv_cpu_boot (cpu=cpu@entry=3) at
common/riscv_cpustart.c:84
5 Thread 1.5 (CPU#4 [running]) 0x800006ba in riscv_cpu_boot
(cpu=cpu@entry=4) at common/riscv_cpustart.c:84
6 Thread 1.6 (CPU#5 [running]) riscv_cpu_boot (cpu=cpu@entry=5) at
common/riscv_cpustart.c:84
7 Thread 1.7 (CPU#6 [halted ]) riscv_cpu_boot (cpu=cpu@entry=6) at
common/riscv_cpustart.c:84
8 Thread 1.8 (CPU#7 [running]) riscv_cpu_boot (cpu=cpu@entry=7) at
common/riscv_cpustart.c:84
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]