How can I create a binary file that can run in an empty VM?
Good day guys, I wrote a simple program for FreeRTOS that implements a timer. I want to run this program in an empty virtual machine (such as VirtualBox or QEMU) on an ARM-based system. How can I create a binary file that can run in an empty VM? Any advice on this matter would be appreciated.
I've looked through the resources on the FreeRTOS homepage but haven't found anything helpful.
@Middleware & OS
3 Replies
Hiii @Sterling I find your project quite interesting! Could you please provide more details on the ARM-based system you're targeting???
For example, the specific architecture version and any particular peripherals you are planning to use? This will help in creating a suitable binary file for your VM
On freertos website there is a article i think for simulator of freertos
You can use qemu i think also google some more
Actually the ARMv7-A ,🙂