Forums » Software Development »
Qemu pointers to try out mitysom-5csx Cyclone V Arm cortex a9 code
Added by Saumil Patel over 1 year ago
Hello,
Is there a wiki or any pointers to simulate using QEMU? I ran .\qemu-system-arm.exe -machine help and it lists out boards and I am not sure which one to pick.
Thank you for help,
Saumil
Replies (2)
RE: Qemu pointers to try out mitysom-5csx Cyclone V Arm cortex a9 code - Added by Daniel Vincelette over 1 year ago
Hi Saumil,
We do not have any experience using QEMU, our development is normally done on the actual hardware.
Most of our development for the Cyclone V is done for embedded Linux. This would allow us to build for x86 and run a linux PC if we need to rapid prototyping on a PC for our userspace.
Are you trying to develop a baremetal application or an application that runs on embedded Linux?
Best regards,
Dan
RE: Qemu pointers to try out mitysom-5csx Cyclone V Arm cortex a9 code - Added by Saumil Patel over 1 year ago
Hi Dan,
Thanks for the response. We do not have an actual hardware to do basic testing of the code. We are developing an application with UBoot-uCOS - no linux.
Thank you,
Saumil