Skip to content

Commit

Permalink
add lomo-web and lomo-frame
Browse files Browse the repository at this point in the history
  • Loading branch information
fuji246 committed Mar 11, 2020
1 parent 76feb50 commit 3c7ae08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion stage1/00-boot-files/files/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
Expand Down Expand Up @@ -55,6 +55,8 @@
# Enable audio (loads snd_bcm2835)
dtparam=audio=on

gpu_mem=128

[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
Expand Down
5 changes: 5 additions & 0 deletions stage2/01-sys-tweaks/00-packages
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@ ssh-import-id
jq
sqlite
zip
supervisor
python3 python3-pyudev python3-pygame
lomo-vips
lomo-backend
lomo-omxplayer
lomo-web
lomo-frame
iftop
tcpdump
python-serial python3-serial
Expand Down
2 changes: 1 addition & 1 deletion stage2/01-sys-tweaks/files/update-lomod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

curl -s "127.0.0.1:8000/user" | jq -r .Users[].HomeDir | xargs -I {} cp /opt/lomorage/var/assets.db {}
sudo apt-get update
sudo apt-get --only-upgrade install -y lomo-backend
sudo apt-get --only-upgrade install -y lomo-backend lomo-web lomo-frame

0 comments on commit 3c7ae08

Please sign in to comment.