* [Buildroot] setting a driver in directfb through buildroot
@ 2010-08-09 12:05 anthony henderson
2010-08-09 14:18 ` Thomas Petazzoni
0 siblings, 1 reply; 4+ messages in thread
From: anthony henderson @ 2010-08-09 12:05 UTC (permalink / raw)
To: buildroot
Hi all,
I hope someone can help me out on this.
I've compiled my rootfs in build root with directfb set. I'm using a cirrus
logic FB93xx, which as far as I can see it has a driver. I can't see any
way of setting the driver in make menuconfig. I can however see in the
directory buildroot/package/directfb a file called config.in. Can I set
here? If so can anyone tell me what to put in for the EP93XX driver, I
can't find anything documented? I have tried setting from my ARM system
using the directfb-config with
directfb-config --graphics=ep93xx. This doesn't work. I just says driver
none.
I think I need the correct driver as directfb examples are crashing with
directfbcreate(&dfb) initialization error!
Thanks in advace :)
--
Regards Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100809/d7b69a78/attachment.html>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] setting a driver in directfb through buildroot
2010-08-09 12:05 [Buildroot] setting a driver in directfb through buildroot anthony henderson
@ 2010-08-09 14:18 ` Thomas Petazzoni
2010-08-10 8:05 ` anthony henderson
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2010-08-09 14:18 UTC (permalink / raw)
To: buildroot
Hello Anthony,
On Mon, 9 Aug 2010 13:05:25 +0100
anthony henderson <development@fair-games.com> wrote:
> I hope someone can help me out on this.
> I've compiled my rootfs in build root with directfb set. I'm using a cirrus
> logic FB93xx, which as far as I can see it has a driver. I can't see any
> way of setting the driver in make menuconfig. I can however see in the
> directory buildroot/package/directfb a file called config.in. Can I set
> here? If so can anyone tell me what to put in for the EP93XX driver, I
> can't find anything documented? I have tried setting from my ARM system
> using the directfb-config with
> directfb-config --graphics=ep93xx. This doesn't work. I just says driver
> none.
>
> I think I need the correct driver as directfb examples are crashing with
> directfbcreate(&dfb) initialization error!
I've cooked the attached patch to allow a Buildroot option to enable
the DirectFB ep9x driver. Could you apply the patch to Buildroot, enable
the BR2_PACKAGE_DIRECTFB_EP9X option, and rebuild ?
Note: I haven't tested the patch, so it may not work.
Regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-support-for-DirectFB-EP9x-driver.patch
Type: text/x-patch
Size: 1320 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100809/0469523e/attachment.bin>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] setting a driver in directfb through buildroot
2010-08-09 14:18 ` Thomas Petazzoni
@ 2010-08-10 8:05 ` anthony henderson
2010-08-10 18:24 ` Thomas Petazzoni
0 siblings, 1 reply; 4+ messages in thread
From: anthony henderson @ 2010-08-10 8:05 UTC (permalink / raw)
To: buildroot
Thankyou Thomas, the patch adds the driver to the menucofig, however I
still can't get directfb or sdl to work. I'll keep on test and try to find
out why.
On 9 August 2010 15:18, Thomas Petazzoni <
thomas.petazzoni@free-electrons.com> wrote:
> Hello Anthony,
>
> On Mon, 9 Aug 2010 13:05:25 +0100
> anthony henderson <development@fair-games.com> wrote:
>
> > I hope someone can help me out on this.
> > I've compiled my rootfs in build root with directfb set. I'm using a
> cirrus
> > logic FB93xx, which as far as I can see it has a driver. I can't see any
> > way of setting the driver in make menuconfig. I can however see in the
> > directory buildroot/package/directfb a file called config.in. Can I set
> > here? If so can anyone tell me what to put in for the EP93XX driver, I
> > can't find anything documented? I have tried setting from my ARM system
> > using the directfb-config with
> > directfb-config --graphics=ep93xx. This doesn't work. I just says
> driver
> > none.
> >
> > I think I need the correct driver as directfb examples are crashing with
> > directfbcreate(&dfb) initialization error!
>
> I've cooked the attached patch to allow a Buildroot option to enable
> the DirectFB ep9x driver. Could you apply the patch to Buildroot, enable
> the BR2_PACKAGE_DIRECTFB_EP9X option, and rebuild ?
>
> Note: I haven't tested the patch, so it may not work.
>
> Regards,
>
> Thomas
> --
> Thomas Petazzoni, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
--
Regards Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100810/119a37b0/attachment.html>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] setting a driver in directfb through buildroot
2010-08-10 8:05 ` anthony henderson
@ 2010-08-10 18:24 ` Thomas Petazzoni
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2010-08-10 18:24 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 10 Aug 2010 09:05:33 +0100
anthony henderson <development@fair-games.com> wrote:
> Thankyou Thomas, the patch adds the driver to the menucofig, however I
> still can't get directfb or sdl to work. I'll keep on test and try to find
> out why.
Well, I don't have any hardware to test the driver, therefore I have
absolutely no idea whether the driver works or not. If you're sure that
your DirectFB configuration and your kernel configuration are correct,
then you could ask the DirectFB developers directly.
Best regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-08-10 18:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-09 12:05 [Buildroot] setting a driver in directfb through buildroot anthony henderson
2010-08-09 14:18 ` Thomas Petazzoni
2010-08-10 8:05 ` anthony henderson
2010-08-10 18:24 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox