- Configure new SD-Card
- Download https://www.raspberrypi.org/downloads/
- Prepare SD-Card
- Edit startup files
- Edit root\config.txt and add
dtoverlay=dwc2,dr_mode=peripheral
to a new line - Edit root\cmdline.txt and after the command
rootwait
add modules-load=dwc2,g_multi
- Create empty file with name
ssh
- Boot Raspberry Pi Zero from SD-Card
- If RNDIS network driver is setup prepare shared internet access
- Login with Putty to
pi@raspberrypi.local
and check internet connection - Install XRDP
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xrdp
- yyy
- sss