I was looking into multiple frambuffer options of pandroid kernel. Can
anybody tell me how it works?
Is it possible to configure kernel for 2 frame buffers and assign 1 FB
to HDMI and other to say DVI/LCD and get output on 2 devices?
I am booting 2 OSes parallely on Panda board and interested in taking
output from both OSes on different devices.
On Tue, Mar 29, 2011 at 2:57 AM, Dechesne, Nicolas <n-dec...@ti.com> wrote:
>
>
> On Mon, Mar 28, 2011 at 2:03 PM, Amit <amitma...@gmail.com> wrote:
>>
>> I was looking into multiple frambuffer options of pandroid kernel. Can
>> anybody tell me how it works?
>
> you need to make sure your kernel is compiled with 2 FB (at least). The
> display subsystem on OMAP4 has at max 4 input pipes (at DSS). If you have N
> FBs (/dev/fbX), then there will be 4-N V4l2 pipes (/dev/videoX). The split
> between FB and v4l2 pipes is not dynamic and needs to be done at compile
> time in the kernel.
>>
>> Is it possible to configure kernel for 2 frame buffers and assign 1 FB
>> to HDMI and other to say DVI/LCD and get output on 2 devices?
>
> once you have 2 FBs (/dev/fb0, /dev/fb1) you can configure each FB on a
> different display. If you have DVI and HDMI enabled then you can display 2
> different content.
/dev/fb0 would be connected to overlay0 and /dev/fb1 would be
connected to overlay1.
You can change manager field of these overlays and get the required effect.
echo "0" > /sys/devices/platform/omapdss/overlay0/enabled
echo "lcd" > /sys/devices/platform/omapdss/overlay0/manager
echo "1" > /sys/devices/platform/omapdss/overlay0/enabled
For more info on sysfs entries for display please refer:
http://www.omappedia.org/wiki/Bootargs_for_enabling_display
-Thanks,
Mayuresh
On Mar 28, 10:49 pm, Giovanni <pino.o...@gmail.com> wrote:We have virtualized android and linux solutions available for panda
> How can you boot 2 OSes in parallel on panda board?
>
> Which OSes?
board. So, booting multiple linux/android in parallel is already done.
Here is a better approach of "virtualization" with an example on the
Beagleboard. The advantage is that it's fully native, you have no
performance loss:
http://www.alwaysinnovating.com/beagleboard/
http://www.youtube.com/watch?v=yseT4USH8SY (at 2:20)
I hope it will not be under NDA ;)
>
> Gr�goire gentil
Hi,
May i know how you booted 2 OS's parallely on pandaboard. Kindly let me know the
steps involved in it?
Regards,
karthi