How to install OS and connect to NanoPi-R2S (rk3328)
Install OS
- Go to google drive, navigate to: 01_Official images/01_SD card images.
- Download any image, e.g., "rk3328-sd-debian-bullseye-core-5.15-arm64-20230529.img.gz".
- Unzip it to "rk3328-sd-debian-bullseye-core-5.15-arm64-20230529.img". importat!!!
- Using dd command to write it to TF card.
sudo dd if=rk3328-sd-debian-bullseye-core-5.15-arm64-20230529.img of=/dev/disk3
wait about
1
hour untill finish.
Connect to NanoPi-R2S
- Using network cable connect NanoPi-R2S WAN to router LAN.
- Boot it with power.
- Got to you router manger on your computer, like http://192.168.0.1.
- Looking for the IP of the board.
- Connect it form comoputer terminal
ssh [email protected]
enter password
pi
.