README.md

This commit is contained in:
Tony Garnock-Jones 2022-03-09 16:39:28 +01:00
parent a0cdf56b1b
commit 46e3ef3478
1 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,6 @@
# How to use pmbootstrap
# Squeak-Phone: Running Squeak Smalltalk as the UI for a PostmarketOS-based Cellphone
## How to use pmbootstrap
Switching devices:
@ -23,7 +25,7 @@ Building for qemu-amd64:
pmbootstrap install
pmbootstrap qemu
# How to install on Samsung Galaxy S7
## How to install on Samsung Galaxy S7
(See https://wiki.postmarketos.org/wiki/Installation_from_recovery_mode )
@ -34,7 +36,7 @@ Then run
pmbootstrap flasher --method adb sideload
# How to use RNDIS to connect via ssh over USB
## How to use RNDIS to connect via ssh over USB
(See https://wiki.postmarketos.org/wiki/USB_Network )
@ -56,7 +58,7 @@ MAC address and assigning it at the link layer:
sudo ip r add 172.16.0.0/16 dev eth0
SSH_AUTH_SOCK= ssh user@172.16.42.1
# How to set up WiFi on a running instance
## How to set up WiFi on a running instance
(See https://wiki.postmarketos.org/wiki/WiFi)