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
Hi everyone,
I have boot NuttX on FVP multi-core, and those cores are armv8a arch, but I don't know how to get the status of each core.
I found "coredump" command in NuttX documentation, but I don't know how to use it on FVP. It seem that this command isn't support FVP
Thank you every much!
Verification
I have verified before submitting the report.
The text was updated successfully, but these errors were encountered:
lzc1001
changed the title
[HELP] How to get the more status when NuttX is running
[HELP] How to get the more cpu status when NuttX is running
Oct 24, 2024
@xiaoxiang781216 I want to get each core ID by /proc/cpuinfo on FVP A510, But the related code isn't implemented for ARMV8A. I want get these information to verify multi-core are both active. I am also trying to write a simple multi-task code for verifing this.
@xiaoxiang781216 hhh, I have run apps/testing/smp_main.c to verify each core is activity. Thank you very much, I wonder if there's another way to check or prove this?😄
Description
Hi everyone,
I have boot NuttX on FVP multi-core, and those cores are armv8a arch, but I don't know how to get the status of each core.
I found "coredump" command in NuttX documentation, but I don't know how to use it on FVP. It seem that this command isn't support FVP
Thank you every much!
Verification
The text was updated successfully, but these errors were encountered: