Commands:
startx
sudo apt-get install raspberrypi-kernel-headers
sudo shutdown -h now
sudo apt install raspberrypi-ui-mods
sudo raspi-config
sudo apt-get update
SSH:
sudo raspi-config
Connect:
(Install OpenSSH before)
ssh -p2222 -X pi@localhost
ssh pi@localhost -p 2222
IP:
hostname -I
10.0.2.15
qemu-img convert -f raw -O qcow2 2017-08-16-raspbian-stretch.img raspbian-stretch.qcow
Start:
-----
qemu-system-x86_64.exe -boot d -cdrom kolibri.iso -m 512
qemu-system-armw.exe -M versatilepb -cpu arm1176 -m 256 -hda 2019-09-26-raspbian-buster-lite.img -dtb versatile-pb.dtb -kernel kernel-qemu-4.19.50-buster -append 'root=/dev/sda2' -no-reboot
===
cd: <iso folder>
qemu-system-armw.exe -kernel ./kernel-qemu-4.4.34-jessie -append "root=/dev/sda2 panic=1 rootfstype=ext4 rw" -hda raspbian-stretch-lite.qcow -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -net nic -nic user,hostfwd=tcp::2222-:22
===
- At the bottom of the screen. Type "pi" and hit enter.
- You will be prompted for a password, type "raspberry" and hit enter.
- If you wish to set a root password, type "sudo passwd root"
- From here you can continue to use the command line, but if you would prefer to use a window based desktop, type "startx"
startx
sudo apt-get install raspberrypi-kernel-headers
sudo shutdown -h now
sudo apt install raspberrypi-ui-mods
sudo raspi-config
sudo apt-get update
SSH:
sudo raspi-config
Connect:
(Install OpenSSH before)
ssh -p2222 -X pi@localhost
ssh pi@localhost -p 2222
IP:
hostname -I
10.0.2.15
qemu-img convert -f raw -O qcow2 2017-08-16-raspbian-stretch.img raspbian-stretch.qcow
Start:
-----
qemu-system-x86_64.exe -boot d -cdrom kolibri.iso -m 512
qemu-system-armw.exe -M versatilepb -cpu arm1176 -m 256 -hda 2019-09-26-raspbian-buster-lite.img -dtb versatile-pb.dtb -kernel kernel-qemu-4.19.50-buster -append 'root=/dev/sda2' -no-reboot
===
cd: <iso folder>
qemu-system-armw.exe -kernel ./kernel-qemu-4.4.34-jessie -append "root=/dev/sda2 panic=1 rootfstype=ext4 rw" -hda raspbian-stretch-lite.qcow -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -net nic -nic user,hostfwd=tcp::2222-:22
===
- At the bottom of the screen. Type "pi" and hit enter.
- You will be prompted for a password, type "raspberry" and hit enter.
- If you wish to set a root password, type "sudo passwd root"
- From here you can continue to use the command line, but if you would prefer to use a window based desktop, type "startx"