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