Skip to content

Instantly share code, notes, and snippets.

@whamtet
Last active June 28, 2024 09:24
Show Gist options
  • Save whamtet/4c5f31444c30eb2f0a05aef6c94810a1 to your computer and use it in GitHub Desktop.
Save whamtet/4c5f31444c30eb2f0a05aef6c94810a1 to your computer and use it in GitHub Desktop.
/media/mmcblk0p1/apks
http://ftp.udx.icscoe.jp/Linux/alpine/v3.20/main
http://ftp.udx.icscoe.jp/Linux/alpine/v3.20/community
# mount -o remount,rw /media/mmcblk0p1
@whamtet
Copy link
Author

whamtet commented Jun 14, 2024

Enable DRM VC4 V3D driver

dtoverlay=vc4-kms-v3d
max_framebuffers=2

Don't have the firmware create an initial video= setting in cmdline.txt.

Use the kernel's default instead.

disable_fw_kms_setup=1

@whamtet
Copy link
Author

whamtet commented Jun 14, 2024

setup-xorg-base xfce4 lightdm-gtk-greeter xfce4-terminal chromium

@whamtet
Copy link
Author

whamtet commented Jun 17, 2024

mke2fs /dev/sda

@whamtet
Copy link
Author

whamtet commented Jun 17, 2024

apk add tailscale
service tailscale start
tailscale up

@whamtet
Copy link
Author

whamtet commented Jun 17, 2024

./ngrok service install --config .config/ngrok/ngrok.yml
./ngrok service start

@whamtet
Copy link
Author

whamtet commented Jun 25, 2024

modprobe fuse
apk add sshfs
mkdir /media/windows
sshfs user@windows-server:. /media/windows -o allow_other

@whamtet
Copy link
Author

whamtet commented Jun 28, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment