We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi, experts:
I want to study bootloader code for ARMv8 64bit CPU.
But not find any development board with 64bit ARM CPU.
I found ARM company had released 基础模型 - ARM .
So, i have a question about this ARMv8 foundation model:
1. Could i find any bootloader source code for this foundation model?
It seems ARM company prefers UEFI bootloader as the bootloader for 64bit CPU.
best wishes,
Hello Chinatiger,
Could you please move your question to Software Development Tools ?
And you can ad Tags to make people find easily, if you do not know how to add Tag, please refer:
Recommended Tag List
Thanks.
Best Regards,
Ben
Have you seen the ARM Trusted Firmware on Git hub?
https://github.com/ARM-software/arm-trusted-firmware
One note, although you can run the Trusted Firmware on the Foundation model you won't be able to debug it. The reason being that the Foundation model doesn't allow CADI connections for bare-metal debug.
Can I connect Model Debugger / DS-5 Debugger to the Foundation model?
This wouldn't stop you having a GDB connection to debug apps running under Linux.