<html><body><div>Hello everyone,</div><div><br></div><div>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?</div><div><br></div><div>I've already registered the device name by:</div><div><span style="line-height: 1.5;">      status = rtems_io_register_name (FRAMEBUFFER_DEVICE_0_NAME, major, 0);</span></div><div><br></div><div>And the interface /dev/fb0 exists.</div><div>I'm using Alan's rki to build the kernel image and test apps.</div><div><br></div><div>Thanks in advance</div></body></html>