summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-06-25 15:39:21 +0200
committermetamuffin <metamuffin@disroot.org>2025-06-25 15:39:21 +0200
commit0de1bfc5f4b79ed4cce3078e4abcfa3a47793a59 (patch)
tree473a46b831c494edd75dd30c1ffda41f6a891976 /readme.txt
downloadpiboot-0de1bfc5f4b79ed4cce3078e4abcfa3a47793a59.tar
piboot-0de1bfc5f4b79ed4cce3078e4abcfa3a47793a59.tar.bz2
piboot-0de1bfc5f4b79ed4cce3078e4abcfa3a47793a59.tar.zst
initial commit
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt10
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