I'd like to collect some ideas about the solution of following problem. I've got a TOF camera, and its driver for linux x86/64. It works fine. But in fact the camera would be used on an ARM based embedded device if that's possible.
Questions:
- should I have to decompile the driver binaries and recompile with ARM compiler? is there any available decompiler tool?
- is there any ARM>>x86 emulator which is available?
- any other ideas?
ps: the pure source is very expensive, so I don't like to purchase it anyway :)