Congratulations on flashing your device! Here is what to do next.
Connecting to Your Device
Option A: USB (recommended for first setup)
Plug the device into your PC via USB. It will appear as a USB Ethernet adapter (RNDIS). Connect via SSH:
Code: Select all
ssh user@192.168.200.1Option B: WiFi
The device creates a WiFi hotspot with SSID depends on the build. Connect to it, then:
Code: Select all
ssh user@192.168.100.1This is critical for security, especially if the WiFi hotspot is active:
Code: Select all
passwdMake sure you have internet connectivity (via LTE or shared USB), then:
Code: Select all
sudo apt update && sudo apt upgradeCode: Select all
sudo timedatectl set-timezone Europe/BerlinCode: Select all
timedatectl list-timezonesCode: Select all
sudo apt install modemmanager
mmcli -L
mmcli -m 0 --simple-connect="apn=internet"- Generic: internet
- Vodafone DE: web.vodafone.de
- Telekom DE: internet.telekom
- o2 DE: internet
Code: Select all
# Check internet
ping -c 3 google.com
# Check disk space
df -h
# Check running services
systemctl list-units --type=service --state=running