notro / fbtft

Linux Framebuffer drivers for small TFT LCD display modules. Development has moved to https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
1.86k stars 494 forks source link

Pre-compiled Images #29

Closed noafterglow closed 11 years ago

noafterglow commented 11 years ago

I would like to do some development, and bring in the low latency spi drivers, but am having a hard time replicating the actual build environment.

Could you provide the following info for the latest (and future) builds:

1) exact git repository for the kernel sources you used 2) version of the compiler/tools you installed onto that image to build?

Ideally this should go into the README file...

notro commented 11 years ago

The fbtft image is made on the Raspberry Pi like this: https://github.com/notro/fbtft/wiki/FBTFT-image-build-process You can use info from this page to build the SPI driver: https://github.com/notro/fbtft/wiki/Development