You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Prepare SDCARD

  1. Download image: https://ubuntu.com/download/raspberry-pi
  2. Unzip the image: unxz ubuntu-22.04-preinstalled-server-arm64+raspi.img.xz
  3. Insert SDCARD, find where it is: lsblk -p
  4. MAKE SURE YOU HAVE THE CORRECT DEVICE!:
    sudo dd if=ubuntu-22.04-preinstalled-server-arm64+raspi.img of=/dev/sdc  bs=4M conv=fsync 

First Login

  1. The login username is "ubuntu", password is "ubuntu"
  2. adduser facet  (for e320pi it is e320)
  3. sudo usermod -a -G sudo facet
  4. sudo reboot now

Wifi

  1. Connect wifi adapter
  2. list network interfaces:


  • No labels