summaryrefslogtreecommitdiff
path: root/readme.txt
blob: 3616e295a1256e3d67945475c483efe42ac35a62 (plain)
1
2
3
4
5
6
7
8
9
10
piboot
======

Program that displays the test image that is typical for Raspberry Pi's boot via fbdev.

Compilation: `gcc piboot.c`
Installation: `install -Dm755 a.out /usr/bin/piboot`
Usage: `piboot` or `piboot /dev/fbX`

License: AGPL-3.0-only