Hi,
Hope all is well with you!
I am trying to use qemu-arm to run a binary and trying to pass a command line argument to the main method like below
qemu-arm -cpu cortex-m3 path-to-the-binary <command line argument>
apart from the above, I have also tried
qemu-arm -cpu cortex-m3 path-to-the-binary -1 <command line argument>
But none of them are passing the argument to the main method. Can you please help me with this? Any documentation on this will be very helpful.
Thanks & Regards
Tanmay