PandoraRox
Still Fresh
- Joined
- Oct 25, 2008
- Messages
- 41
'viridior' said:Sort of a mixed question only because it depends on how technical you want to get.'PandoraRox' said:Question-
anything that works on the beagleboard can be run on the pandora, correct?
1. Binaries that work/compiled on the BeagleBoard.
Yes, if the libraries are there and compatible on the Pandora image.
2. Hardware compatability.
Yes, however the BeagleBoard doesn't come with all of the same hardware such as bluetooth, wireless, etc. However the SoC core is identical (might be a smaller RAM & NAND amount depending on your BeagleBoard rev #)
3. Operating System components.
Similar. The BeagleBoard angstrom image and the Pandora angstrom image should be very similar (built using similar software and toolchain), but not necessary identical. Things like the windowmanager are different (e17 instead of matchbox), but the low level core components (bash, busybox, glibc, gcc) are probably very close. The kernel however can be a bit different. Pandora is using a customized 2.6.27 kernel, some newer BeagleBoard angstrom images are using 2.6.28/2.6.29. This actually can be a major difference since there have been a lot of changes lately for the Omap kernel, and I know some of this has been backported to the Pandora 2.6.27-omap kernel.
4. Can I develop for the Pandora using the BeagleBoard as a dev unit (what I think you may really have tried to ask)
Yes. There are instructions floating around that you can use to build the Pandora angstrom image and then map it to your beagleboard.
a. build the Pandora angstrom image.
b. go to eLinux website and follow the beagleboard installation instructions for angstrom
c. install your angstrom image instead of the beagleboard version.
d. Use a kernel from the beagleboard angstrom builds. (Pandora kernel may work, not sure)
e. Boot.
f. Login.
g. Play.
thanks for the reply. what i was really asking was if programs made for pandora on the beagleboard will run with little to no trouble on a pandora. I may not develop for the pandora, but who knows?
Last edited by a moderator: