mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 22:47:03 +01:00
#195 try to kickstart LCD back with fbi on boot
This commit is contained in:
parent
d37e49b41a
commit
adbd940331
3 changed files with 9 additions and 0 deletions
|
@ -184,6 +184,9 @@ sudo apt-get install -y htop git curl bash-completion jq dphys-swapfile
|
|||
# installs bandwidth monitoring for future statistics
|
||||
sudo apt-get install -y vnstat
|
||||
|
||||
# preprae for display graphics mode
|
||||
sudo apt-get install -y fbi
|
||||
|
||||
echo ""
|
||||
echo "*** ADDING MAIN USER admin ***"
|
||||
# based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_20_pi.md#adding-main-user-admin
|
||||
|
|
|
@ -38,6 +38,12 @@ echo "Running RaspiBlitz Bootstrap ${codeVersion}" >> $logFile
|
|||
date >> $logFile
|
||||
echo "***********************************************" >> $logFile
|
||||
|
||||
# display 3 secs logo - try to kickstart LCD
|
||||
# see https://github.com/rootzoll/raspiblitz/issues/195#issuecomment-469918692
|
||||
sudo fbi -a -T 1 -d /dev/fb5 --noverbose /home/admin/raspiblitz/pictures/logoraspiblitz.png
|
||||
sleep 3
|
||||
sudo killall -3 fbi
|
||||
|
||||
# set default values for raspiblitz.info
|
||||
network=""
|
||||
chain=""
|
||||
|
|
BIN
pictures/logoraspiblitz.png
Normal file
BIN
pictures/logoraspiblitz.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
Loading…
Add table
Reference in a new issue