Raspberry Pi-1 virtual machine to install Raspberry Pi Desktop operating system

1 Install Raspberry in virtualbox

No Raspberry Pi hardware experience: Raspberry Pi Desktop virtual machine to install the operating system
Raspberry Pi Desktop
Insert picture description here Raspberry Pi official raspbian operating system PC version, which is able to install it on your computer. It may be an official promotion strategy. First launch the Raspberry Pi system so that everyone can experience it on the PC.

Raspberry Pi Desktop is a derivative release based on Debian Buster.
i386 is the collective name for 32-bit microprocessors. Virtualbox
set bridge network card
mirror 2021-01-11-raspios-buster-i386.iso
type Linux
version Debian 32-bit
select "Graphical Install
default username/password pi/raspberry

2 Use Raspberry

2.1 SSH into Raspberry Pi

SSH is disabled by default on the Raspberry Pi, so you need to enable it when you open the Raspberry Pi after installing a brand new Raspbian.
(1) Method 1
Menu->Preferences->Raspberry Pi Configuration->Interfaces->SSH->Enable.
(2) Method two:
$sudo raspi-config
select Interface Options to set SSH.

Guess you like

Origin blog.csdn.net/qq_20466211/article/details/113923070