Hello everyone,

I've implemented a simple framebuffer driver. It can be loaded correctly and it can draw 
images . But when I try to open the framebuffer interface '/dev/fb0', I've always got 
"No such device". I thought I've missed something. Anyone has an idea?

I've already registered the device name by:
      status = rtems_io_register_name (FRAMEBUFFER_DEVICE_0_NAME, major, 0);

And the interface /dev/fb0 exists.
I'm using Alan's rki to build the kernel image and test apps.

Thanks in advance
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to