This is an old revision of the document!
Table of Contents
Raspberry pi
Links: https://docs.dataplicity.com/docs/get-pi-connected-to-the-internet https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md
Install
- Download from https://www.raspberrypi.org/downloads/raspbian/
- command
`sudo dd bs=4M if=2019-09-26-raspbian-buster-lite.img of=/dev/sdX conv=fsync`
Enable ssh over USB @ Raspberry pi
at sd- “boot” partition
- in config.txt should append
dtoverlay=dwc2
- in cmdline.txt should add after rootwait
modules-load=dwc2,g_ether
- plug the usb, do ssh
ssh pi@raspberrypi.local
default user: pi, default password: raspberry
1st time config
sudo raspi-config