The main different between QSB and QSB-R is the PMIC. On the QSB, the PMIC is DA9053. On the QSB-R, the PMIC is MC34708.
You can try to build the "FSL GNOME" profile.
Or you can try the Ubuntu Demo image which can be downloaded from the i.MX53QSB web page.
To better understanding the LTIB, some LTIB commands may be useful for you.
1. ./ltib -c " go to LTIB configuration menu and then build the BSP"
2. ./ltib -m config " go to LTIB configuration menu only"
3. ./ltib -m distclean " remove all the object files"
4. ./ltib -m listpkgs " list the LTIB packages with details info "
5. ./ltib --select " go to the selection menu. you can select different i.MX processor and profile"
6. To exact the source code to <ltib>/rpm/BUILD/ . The source code package was stored in /opt/freescale/pkgs/.
./ltib -m prep -p <package name>
7. You can modify the source code. Then rebuild the package by this command
./ltib -m scbuild -p <package name>
8. Re-install the package to the rootfs after rebuild successfully
./ltib -m scdeploy -p <package name>
9. The above "prep, scbuild and scdeploy" commands are controlled by the .spec file In the <ltib>/dist/lfs-5.1/<package name>/<package name>.spec .