Skip to content

Latest commit

 

History

History
102 lines (72 loc) · 3.28 KB

README_ORANGEPI.md

File metadata and controls

102 lines (72 loc) · 3.28 KB

Orange Pi 5 OrangePi

1. Prerequisites Prerequisites

  • TF card

  • Ubuntu image

  • Balena etcher

2. Installing Ubuntu Ubuntu

  • Install Balena Etcher

    You can download installer from here or run in Linux terminal:

    curl -1sLf \
      'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh' \
      | sudo -E bash
    sudo apt-get update
    sudo apt-get install balena-etcher
    
  • Download Ubuntu image [Install]

    Tested Orangepi5_1.1.0_ubuntu_focal_desktop_xfce_linux5.10.110.7z.

  • Burn Ubuntu image to TF card

    Extract downloaded archive with Ubuntu image:

    sudo apt-get update
    #Download package for extract *.7z archive
    sudo apt install p7zip-full
    
    7z x Orangepi5_1.1.0_ubuntu_focal_desktop_xfce_linux5.10.110.7z
    

    Then run Balena Etcher.

    balena-etcher
    

    First select the path of the Linux image file to be burned.

    Then select the drive letter of the TF card.

    Finally, click Flash to start burning the Linux image to the TF card.

    The interface displayed during the process of burning the Linux image by balenaEtcher is shown in the figure below, and the progress bar displays purple, indicating that the Linux image is being burned into the TF card.

    After burning the Linux image, balenaEtcher will also verify the image burned into the TF card by default to ensure that there is no problem in the burning process. As shown in the figure below, a green progress bar indicates that the image has been burnt, and balenaEtcher is verifying the burnt image.

    The display interface of Balenaetcher after the successful record is completed. If the green indicator icon is displayed in the figure below, the mirror burning is successful, then you can exit Balenaetcher.

  • Plug TF card to OrangePi

    After successful record you can unplug the TF card into the TF card slot in the development board and Ubuntu will be installed on your Orange Pi.