Qt 6.11 is out! See what's new in the release
blog
Deploying QT application on ARM board SBC6845(SAM9G45 processor)
Mobile and Embedded
3
Posts
3
Posters
2.2k
Views
1
Watching
-
Well, it depends on your development system and the configuration of your arm board.
But the steps are:- 1 Cross compile Qt binaries to run for the ARM arch.
- 2 Place the compiled binaries on the board
- 3 Cross compile your application for ARM
- 4 Place the compiled application on the board
- 5 Run the application!
Some links:
- Click "here":http://qt-project.org/doc/qt-4.8/qt-embedded-crosscompiling.html for cross compiling
- Click "here":http://qt-project.org/doc/qt-4.8/qt-embedded-deployment.html for deployment.
You could check the Internet for FriendlyARM: this is a arm based board. Check their forum, or search Google: this will give you a lot information.
-