Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Testing

notro edited this page May 5, 2013 · 13 revisions

This will become a description on how I test the images before release.

fbtest

Framebuffer Test suite by Geert Uytterhoeven

apt-get install libnetpbm10-dev
git clone https://git.kernel.org/pub/scm/linux/kernel/git/geert/fbtest.git
cd fbtest
# fb.c - remove #include <asm/page.h>
make
./fbtest --fbdev /dev/fb1

The benchmarking numbers are not valid. They only report video memory writing speed. The drivers update the display at a fixed rate (deferred_io).

fbtft_test

This project has some tests: https://github.com/notro/fbtft_test

piwik

Clone this wiki locally