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

Problems with OpenCV compilation with static linking on pandaboard

I installed opencv with static linking on pandaboard using BUILD_SHARED_LIBS=0 option. I am using ubuntu 11.10. I also built 3rd party libraries png, jpeg, jasper and zlib. (cmake options BUILD_PNG=ON BUILD_JASPER=ON BUILD_JPEG=ON BUILD_ZLIB=ON…
user1193538
  • 103
  • 1
  • 3
  • 8
6
votes
1 answer

How to detecting interrupt on a GPIO line in Embedded Linux?

There is an interrupt being generated at every 10ms on GPIO_39 in the pandaboard OMAP4. I have registered a handler for this in Linux driver code, but the handler is not being called since the interrupt is not being detected. I made sure at the…
Sagar Jain
  • 7,475
  • 12
  • 47
  • 83
6
votes
2 answers

How to add new QEMU machine types without modifying the mainline source code?

Can a new machine type be added for qemu-system-arm -M without having to recompile qemu or write code? Are there docs to do this? I would like to be able to emulate raspberry pi and pandaboard using qemu. I know that meego's fork of…
Lord Loh.
  • 2,437
  • 7
  • 39
  • 64
5
votes
3 answers

Cross-compiling Qt for Pandaboard

I spend weeks trying to cross compile Qt for my Panda board and no way, I can't pass the ./configure. If someone could give me a help I'll appreciate. My host system is Ubuntu-13.04 ×86_64bit(running un Virtualbox) My target system is Pandaboard ES…
HMarioD
  • 842
  • 10
  • 18
3
votes
1 answer

What can I use to debug/trace step-by-step Freebsd kernel booting process on Pandaboard?

To start with - I don't have JTAG hardware debugger. What I have: Pandaboard and serial-USB cable to connect to console and my computer with Freebsd and GNU/Linux distribution. What I'm looking for - convinient way to trace/debug bootprocess…
csstudent
  • 155
  • 1
  • 8
3
votes
1 answer

Yocto:Could not inherit file classes/autotools-brokensep.bbclass

I am new to yocto project. I am getting the following error while running the bitbake command $bitbake gemini-image ERROR: ParseError at…
zappy
  • 1,864
  • 3
  • 18
  • 36
3
votes
1 answer

How to port Android kitkat on Panda board?

I want to learn Android BSP porting.For that I want to port Android kitkat on TI's Panda board.I have already done the Linux porting on panda board.Please suggest the starting point for the same.
Hemant
  • 123
  • 10
3
votes
2 answers

Multiple cameras with Raspberry Pi

I am working on a project that would require using at least 3 cameras to take a picture of the same object at different angles. I was thinking about using the raspberry pi to attach the 3 cameras to it but due to lack of CSI ports in it I can only…
sam
  • 35
  • 1
  • 7
3
votes
1 answer

Exporting Executable jar file that uses opencv

While exporting in eclipse I choose "Package required libraries into generated jar". The jar file works only in my machine. However, when I test it on other machine it gives this Exception: Exception in thread "main" java.lang.UnsatisfiedLinkError:…
Hossam Alaa
  • 663
  • 5
  • 9
3
votes
1 answer

Is the CPU blocked while multiple DMA transfers are in progress on OMAP 4460?

I want to know how exactly DMA works in the Pandaboard. I have read the TRM of OMPA4460 which is used in the Pandaboard that the DMA System can manage a total 128 requests at a time, on up to 32 logical channels, and 4 interrupt requests. When DMA…
user1705581
3
votes
1 answer

Android Root ICS for Panda Board

I've download the ICS source and built it for my pandaboard. After installing ICS on the Pandaboard I realized it was not rooted. Can someone guide me as to how to root the ICS on pandaboard? I'm okay with having to change the kernel source but I…
Ali
  • 12,354
  • 9
  • 54
  • 83
2
votes
0 answers

error: expected ‘,’ or ‘;’ before ‘__attribute_alloc_size__’

I am using a x64 cpu and trying to build a cross compiler, when making this command below some error comes: export PATH=/home/me/lab1/crossgcc2/bin:$PATH /home/me/lab1/gcc-5.1.0/configure \ --prefix=/home/me/lab1/crossgcc2…
link5566
  • 21
  • 1
2
votes
1 answer

OMAP 4430 Usage of Linux with DSP

I am wondering if I can use DSP core in OMAP4430 PandaBoard-ES with code running on Linux OS to speed up some processes? I just want to make some processes inside my code via DSP core and the rest via CPU. Along with my search, I cannot find any…
Deniz Beker
  • 1,984
  • 1
  • 18
  • 22
2
votes
1 answer

How to change the resolution of Android on a Pandaboard?

I'm building Android 4.2.1 from AOSP targetting a Pandaboard ES, and I have to change the physical display resolution from 1920x1080 to 800x600 on the HDMI output. I tried to append omapfb.mode=hdmi:800x600@60, omapfb.mode=800x600@60, or…
Phef
  • 31
  • 1
  • 5
2
votes
1 answer

Linux package cross-compilation

I am building a non-visual surveillance (sonar) platform using a single-board computer (Pandaboard), running Arch Linux. The problem is that when I need to add a feature to my installation the make and make install processes take forever on the…
dsljanus
  • 115
  • 1
  • 5
1
2 3 4