diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..3616e29 --- /dev/null +++ b/readme.txt @@ -0,0 +1,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 |