<div dir="ltr">Hello all, <div><br></div><div>First the status :</div><div>* The fbd has been ported and it's attaching with the fb0 devie. There's</div><div>   an fb0 device entry created. </div><div>* In the following commit I have added mmap to libbsd. This works like a wrapper to the mmap in cpukit : <a href="https://github.com/thelunatic/rtems-libbsd/commit/a8fc3b2b6840465029a000cc4169e9efbd551097">https://github.com/thelunatic/rtems-libbsd/commit/a8fc3b2b6840465029a000cc4169e9efbd551097</a></div><div><br></div><div>Blocker : </div><div>* After the fb0 is created and mmap is added, I don't see anything on</div><div>  the screen. From the FreeBSD, it seemed like the VT driver is needed</div><div>and that is responsible for turning on the screen. So I have ported a</div><div>minimal version of the VT with only the initialization and allocate parts:<br><a href="https://github.com/thelunatic/rtems-libbsd/commit/95279e116717973525b581ae2e9550d1d3b8e1ba">https://github.com/thelunatic/rtems-libbsd/commit/95279e116717973525b581ae2e9550d1d3b8e1ba</a></div><div><br></div><div>But even after porting the VT driver which initializes well ( As the</div><div>message during booting says). I don't see anything on the screen.</div><div>I need some ideas on what is missing or how to debug this. </div><div><br></div><div>The app I'm using to test framebuffer is pushed here :<br><a href="https://github.com/thelunatic/rtems-bbb/tree/master/apps/fb-sample">https://github.com/thelunatic/rtems-bbb/tree/master/apps/fb-sample</a><br></div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Any idea regarding this is greatly appreciated.</div><div><br></div><div>Thanks,</div><div>Vijay</div></div></div></div></div></div>