-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dose BAO linux+freertos supported GDB on arm64 virtual platform? #61
Comments
Hey Joson, I assume that by "virtual platforms" you are referring to the FVP Models. In those platforms I have always used the arm debugger that comes with Arm development studio. I think the question ir more regarding the models than Bao itself. So I don't think I can help you setup GDB with the models. |
Hello, Josecm, thank you very much for your reply! |
We do not have any guides on debugging bao. But in our experience simply adding the symbol file (vmlinux, but you must compile linux with the debug options enabled). I suspect your issue has something to do with the configuration you are giving Bao and maybe a mismatch with the device tree you are giving Linux. Could you provide these files so maybe we could help you out. |
Device Tree Configuration for Serial Output (PL011 UART, Base Address 0x28001000) / {
};` |
The original runnable device tree is as follows. `/ {
}; |
I want to used GDB to debug VM linux,how to configure?
The text was updated successfully, but these errors were encountered: