Broadcom97425/BCM7425-Qt4dot8-DFB-QWS
Jump to navigation
Jump to search
BCM 7425 – Qt 4.8 – DirectFB /QWS
Building AppLibs/RefSW for Qt
- Locate document named “BroadcomReferencePlatformSetup.pdf” (Usually this will be inside a tar ball named on the lines of refsw_release_<chip-name>_<date>.tgz)
- Follow the instructions in “BroadcomReferencePlatformSetup.pdf” to setup the Linux build machine
- Locate document named “AppLibsInstallationBuildGuide.pdf” (Usually this will be inside a tar ball named on the lines of applibs_release_<date>.tgz)
- Follow the instructions in “AppLibsInstallationBuildGuide.pdf” to build Applibs
Qt 4.8 DirectFB / QWS
- Obtain qt-4.8.0 release from Qt Download site [get.qt.nokia.com] and extract it in a working folder
- Obtain 7425 specific files from qt-platform-mkspecs git [gitorious.org] (look for folder “4.8”)
- Copy folder named “linux-7425dfb-mipsel-uclibc-g++” to <qt-4.8.0-sources>/mkspecs/qws
- Set following environment variables in the shell before configuring/building Qt,
for example, - Configure Qt as,
- Build Qt as,
- Install Qt on host as,
Building Qt apps
- After the Qt build succeeds set following environment variables on host before building any Qt Apps for the above build, *QTDIR=/usr/local/qt-installs/qt480ga-mdfb-rel *PATH=/usr/local/qt-installs/qt480ga-mdfb-rel/bin:$PATH
- Ensure that following environment variables in the shell are set,
- Invoke qmake on the applications .pro file
- Build the application sources as,
Running Qt apps on target
- Ensure that folder “qt-installs/qt480ga-mdfb-rel” is copied on target file system at “/usr/local” Note – after copying, the path should appear as “/usr/local/qt-installs/qt480ga-mdfb-rel”
- Copy the application binary and other required resource files on target file-system, at say “/root”
- On target, goto directory containing directfb startup script as,
- Install board specific modules and create device nodes by running “rundfb.sh” as,
- Launch application using same rundfb.sh script as,