Guys,
I've been working on porting a custom OS (with Networking) onto the Cortex-R52 FVP Model, and so far everything has worked well. We have been able to get the OS ported with the ARM Memory Protection unit. For Networking, we are using the lan…
Guys,
I've been working on porting a custom OS (with Networking) onto the Cortex-R52 FVP Model, and so far everything has worked well. We have been able to get the OS ported with the ARM Memory Protection unit. For Networking, we are using the lan…
Hi,
I am trying to do some PoC on FVP_BaseR_Cortex-R52x1. My code can boot from EL2 and enter to EL1 properly. But when I was trying to access PL011 UART0, I got a DATA Abort. From the Fast Models Reference Manual Version 11.4.2, I found the PL011 UART0…