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
2
votes
1 answer

Installation of Busybox on Pandaboard

I am trying to install busy box on panda board which has ICS android kernel steps are below that I used Downloaded binary file which is supported to the panda board Pushing it into system/busybox/ folder Install the busybox command line tools on…
user1705581
1
vote
0 answers

Building Yocto on Pandaboard

I am building yocto-poky with meta-ivi on Pandaboard. I have seen this thread saying that only denzil or earlier versions of poky is supporting pandaboard. I tried "denzil" but got this error Bitbake version 1.19.1 is required and version 1.15.1…
zappy
  • 1,864
  • 3
  • 18
  • 36
1
vote
0 answers

SPI1 on Pandaboard ES Rev. B2 with Kernel 3.17

This is the first time I ask a question on stackoverflow. I tried to access SPI1 on the J3 of my Pandaboard ES. First, I modified the device tree source, omap4-panda-es-b3.dts, by adding &mcspi1 { spidev@0 { compatible = "spidev"; …
mstsai
  • 11
  • 2
1
vote
1 answer

Boot partition is not created properly on SD card for pandabaord

I want to do android Kitkat Porting on Pandabaord. AOSP code is compiled successfully and boot ,system ,user data,u-boot and MLO all the image files are generated after compilation now I want to make a boot-able SD card for Panda board and I used…
1
vote
7 answers

Embedded Linux Boot Optimization

I am doing project on Pandaboard using Embedded Linux (UBUNTU 12.10 Server Prebuild image) to optimize boot time. I need techniques or tools through which I can find boot time and techniques to optimize the boot time. If anyone can help.
Novice
  • 540
  • 2
  • 8
  • 21
1
vote
1 answer

Pandaboard ES RevB3: Impossible to run or flash Android

I recently successfuly flashed and used Android on a Pandaboard ES RevB2 following the READ_ME file of device/ti/panda. However, while trying to get it working Pandaboard ES RevB3, previously flashed SD cards (which worked on the RevB2) won't work…
Phef
  • 31
  • 1
  • 5
1
vote
1 answer

Booting Android 4.2.1 on Pandaboard

I'm trying to boot Android 4.2.1 on PandaBoard. I got the resources from here. Though, there was no problem while building, it gets crashed while booting. I tried it in both Panda4430 and Panda4460 boards. When I tried it in Panda4430, it didn't get…
Dhasneem
  • 4,037
  • 4
  • 33
  • 47
1
vote
0 answers

Create and run an application on pandaboard using Qt

I am looking to create an application using Qt on an x86 Ubuntu Dist, and I want to create the application for an ARM7 Pandaboard. I have been in contact with the technical staff at Qt, which were a great help with the initial installation and…
Slopes
  • 409
  • 6
  • 9
1
vote
0 answers

FEZ touch driver always returns the same X and Y coordinates

i use the FEZ_Components.FEZTouch control, and when touching the screen, i always get sent the same coordinates: 239,319 Any idea what i am doing wrong? EDIT after some debugging, i found that the code in the while (!terminateTouchThread) loop…
Michel
  • 23,085
  • 46
  • 152
  • 242
1
vote
1 answer

Cross-compiling OpenCV with CMake for Pandaboard Ubuntu

I've written (on Ubuntu host) a simple OpenCV Application (opening the videostream from Logitech Webcam Pro 9000) in Qt Creator. After fixing problems (CMake didn't find it) with ffmepeg, x264, gstreamer etc. (found on…
user1855143
  • 11
  • 1
  • 2
1
vote
0 answers

Bluetooth gets disconnected on opening GUI from Computer.

I am pairing the Bluetooth of the pandaboard(which is running on Android ICS) with the PC. Now connection is established and I am able to send/receive the data through hyper terminal without any problem. On my PC side, I have a GUI. Through this GUI…
krish
  • 21
  • 2
1
vote
1 answer

Development EGL apps for Omap4 that use PowerVR

I have Pandaboard and I handle with PowerVR support on OMAP4, and I have tried Imagination Examples successfully. But I was wondering, how to write my own code and development apps to Pandaboard or Omap4 on my host machine, so cross-compilation? Is…
hakansel
  • 33
  • 8
1
vote
0 answers

FFmpeg 0.11.1 rtmp mp4 streaming issues

I am using ffmpeg 0.11.1 onto a panda board for streaming. Linux linaro-developer 3.4.0-1-linaro-lt-omap #1~120625232503-Ubuntu Sx Ubuntu os. I want to live stream a raw video from a video device or a cam to a rtmp server in an mp4 format, command…
ameeth
  • 31
  • 1
  • 7
0
votes
1 answer

How to enable the Ethernet Interface on Pandaboard?

As per my understanding, To achieve this goal I have to enable some kernel configuration of USB and Ethernet interface on Pandaboard. I am able to build the kernel and load the file system but I am not able to see any ethernet interface as an output…
Hemant
  • 123
  • 10
0
votes
1 answer

Android kernel : How to create /dev/video0 before ueventd daemon gets started?

I want to access /dev/video0 from a kernel module after camera is initialized. For that I want to create /dev/video0 node before the ueventd daemon gets started.
Devarsh Thakkar
  • 131
  • 1
  • 8