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
I'm porting nuttx to FVP, and have a question during the porting. (This is my first time to port OS, hhh)
I need to set the related GIC(gic v3) registers in EL3 for boot successfully. So, does the nuttx need ARM TF-A before running the OS kernel?
Thanks!
Verification
I have verified before submitting the report.
The text was updated successfully, but these errors were encountered:
I'm porting nuttx to FVP, and have a question during the porting. (This is my first time to port OS, hhh) I need to set the related GIC(gic v3) registers in EL3 for boot successfully. So, does the nuttx need ARM TF-A before running the OS kernel? Thanks!
Thanks for your answer! @xiaoxiang781216
If i don't add code to set registers, the terminal would not input command. I think the UART issue from the register configuration. So, is this a bug?
lzc1001
changed the title
[HELP] Booting the OS on ARM A53 FVP
[HELP] Register setting during booting the OS on ARM A53 FVP
Aug 15, 2024
Description
I'm porting nuttx to FVP, and have a question during the porting. (This is my first time to port OS, hhh)
I need to set the related GIC(gic v3) registers in EL3 for boot successfully. So, does the nuttx need ARM TF-A before running the OS kernel?
Thanks!
Verification
The text was updated successfully, but these errors were encountered: