Hi all,
Is there a possibility to test applications made to run on the omap3530 evm in an emulated environnement to test them before trying them on the board?
thanks in advance.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi all,
Is there a possibility to test applications made to run on the omap3530 evm in an emulated environnement to test them before trying them on the board?
thanks in advance.
I'm not sure I quite understand what you are asking. I guess there are some platforms out there, probably more for the higher level application software development, that have a completely emulated simulation environment whereby actual hardware is "emulated" via a software simulator.
If this is what you are thinking of, then no, there is no such environment.
Well I'll try to clarify my idea but since I'm a newbie to all this, excuse me if don't make myself 100% clear.
The thing is that I'm developing a QT application then I cross-compile it to make it work in the omap3530 evm. But since I have not a full time access to the evm (I can only work on it when I'm at the university lab), I was wondering if it could be possible to test the cross-compiled application on my host machine with Qemu for example or any emulated environment?
Thanks for your help.
Using Google, I found the following : http://code.google.com/p/qemu-omap3/
I'm not sure how far the support goes, but perhaps you might take a look at it.
This is pretty much what I'm looking for !!
unfortunately, the project seems to be incomplete and the support don't seem to go that far. But I'm digging on it ^^
Thank you very much for your help.