YeongJunKim / issue

footprint of fixed error & some tips.
0 stars 0 forks source link

RaspberryPi 4 18.04 desktop 설치 #13

Open YeongJunKim opened 3 years ago

YeongJunKim commented 3 years ago

Download image: http://cdimage.ubuntu.com/ubuntu/releases/18.04.4/release/

ID: ubuntu Pw: ubuntu

$ cd /etc/netplan/
$ sudo nano 50-cloud-init.yaml

network: ....version: 2 ....ethernets: ........eth0: ............optional: true ............dhcp4: true

add wifi setup information here ...

....wifis: ........wlan0: ............optional: true ............access-points: ................"YOUR-SSID-NAME": ....................password: "YOUR-NETWORK-PASSWORD" ............dhcp4: true

$ sudo netplan -debug try
$ sudo netplan --debug apply
$ sudo reboot
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install ubuntu-desktop
$ sudo reboot
$ sudo apt-get install libraspberrypi-bin