Questions tagged [pandaboard]

The PandaBoard is a low-power single-board computer development platform based on the Texas Instruments OMAP4430 system on a chip (SoC).

Official Documentation and Software Releases by Texas Instruments can be found here: Omappedia::Pandaboard

52 questions
0
votes
1 answer

Android 4.0 on Panda Board - When Installing custom app --> missing shared library

I have a panda board and Android 4.0 is running on it. Now I want to install my custom app on the board via ADB but the error INSTALL_FAILED_MISSING_SHARED_LIBRARY occurs. The reason is that my custom app uses google maps and the google apps…
Tobi Weißhaar
  • 1,617
  • 6
  • 26
  • 35
0
votes
2 answers

Error compiling Qt embedded pandaboard: [.moc/release-shared-emb-arm/moc_qabstractanimation.cpp] Error 1

I'm trying to compile Qt embedded for pandaboard (OMAP4, 4430). I installed this cross-compiler for armv7: sudo apt-get install g++-4.6-arm-linux-gnueabihf I downloaded last qt-embedded source and uncopressed them in the…
aldo85ita
  • 496
  • 2
  • 8
  • 19
0
votes
1 answer

using C++ opencv on ubuntu : cvCaptureFromAVI() doesn't work

I'm trying to use OpenCV library on pandaboard ubuntu 12.04. So I installed Opencv2.4.2 version and the code is beneath. #include #include #include "opencv2/opencv.hpp" int main*int argc, char** argv) { …
0
votes
1 answer

android jellybean prebuilt binaires on panda board not booting up

I am trying to bring up panda-board omap4430 with Android jellybean pre-built binaries, which I have downloaded from linaro.org (http://releases.linaro.org/12.12/android/panda/). I am creating two partitions on SD card into file systems. First is…
linuxD
  • 229
  • 1
  • 3
  • 10
0
votes
1 answer

Cross compilation issue using CodeSourcery and Pandaboard

I am new to Pandaboard development. I am using CodeSourcery cross compiler to cross compile my application code. My application is a simple 'hello world' app. I am using this for cross-compilation: arm-none-linux-gnueabi-gcc app.c -o app.out…
0
votes
2 answers

ffmpeg audio and video sync error

./ffmpeg \ -f alsa -async 1 -ac 2 -i hw:2,0 \ -f video4linux2 -vsync 1 -s:v vga -i /dev/video0 \ -acodec aac -b:a 40k \ -r 25 -s:v vga -vcodec libx264 -strict -2 -crf 25 -preset fast -b:v 320K -pass 1 \ -f flv rtmp://192.168.2.105/live/testing with…
ameeth
  • 31
  • 1
  • 7
0
votes
1 answer

eclipse for android c source code - how to resolve compiler head file?

I am now using eclipse to develop driver and daemon on android platform in C code with a pandaboard, and I want to use eclipse plus CDT as an edit and browse tool. I have imported android-source code into eclipse as a makefile project, and…
yunfei
  • 526
  • 2
  • 6
  • 20
1 2 3
4