A quick demo of my knowledge on testing embedded systems Steps for running this project:
- Get c++ code into an executable for the specific arm processor used in the application
- Maybe conduct unit testing using gtest
- Setup proper target architecture with QEMU, and establish other important features
- Load the compiled executable and run QEMU
- Debug and proceed, potentially use a debugger such as gdb.