Close

Getting a Working Framebuffer Driver

A project log for A VGA Display for the Intel Edison!

Playing Quake on the Internet of Things...

pkPK 07/30/2015 at 07:330 Comments

I encourage you, of course, to build the SPI VGA Video Card I'm working on for the 2015 Hackaday Prize, VGATonic - you can find everything you need between the Hackaday Project Page for VGATonic and the Github Repo.

Realistically, though, most of you don't want to wait for PCBs, so FBTFT will almost definitely work as well - please let me know if you get it running!

So, flash your kernel to Edison first, then come back here.

Here's how I cross compile the VGATonic framebuffer for Edison (you're on your own for FBTFT):

You also need to copy my pinmuxing script; I haven't yet added everything for initialization to the board specific file (after the HaD prize, perhaps?). Here is a copy. It works great as long as you run it before loading the kernel module.

Discussions