diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-25 15:39:21 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-25 15:39:21 +0200 |
commit | 0de1bfc5f4b79ed4cce3078e4abcfa3a47793a59 (patch) | |
tree | 473a46b831c494edd75dd30c1ffda41f6a891976 /readme.txt | |
download | piboot-0de1bfc5f4b79ed4cce3078e4abcfa3a47793a59.tar piboot-0de1bfc5f4b79ed4cce3078e4abcfa3a47793a59.tar.bz2 piboot-0de1bfc5f4b79ed4cce3078e4abcfa3a47793a59.tar.zst |
initial commit
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 |