Re: Cortex-R52 support in Qemu

2023-05-09 Thread Ayan Kumar Halder
On 05/05/2023 15:15, Tobias Röhmel wrote: Hi Ayan, Hi Tobias, as far as I know, there is no board/SoC that uses the Cortex-R52 in Qemu right now. If you want, I can try to find the one that I used during development. I was able to run Zephyr in Qemu with that code. Appreciate your pointers

Re: Cortex-R52 support in Qemu

2023-05-05 Thread Tobias Röhmel
Hi Ayan, as far as I know, there is no board/SoC that uses the Cortex-R52 in Qemu right now. If you want, I can try to find the one that I used during development. I was able to run Zephyr in Qemu with that code. Best regards, Tobias On 05.05.23 14:21, Ayan Kumar Halder wrote: Hi Tobias/Pete

Cortex-R52 support in Qemu

2023-05-05 Thread Ayan Kumar Halder
Hi Tobias/Peter, Greetings. In the following commit, I see you have added R52 support in Qemu. commit 5f536d01d1141a56f5057b62c82fa94826d367f0 Author: Tobias Röhmel Date:   Tue Dec 6 11:25:04 2022 +0100     target/arm: Add ARM Cortex-R52 CPU 1. Do you have quick instructions on how to build