Building Ubuntu 20.04
  • 05 May 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Building Ubuntu 20.04

  • Dark
    Light
  • PDF

Article Summary

Build Ubuntu Image


Download the source code

Github way (Prepare git command first is recommended)

Install git first:

$ sudo apt-get install repo

Note that repo already support ptthon 3.7+ only from 2020 ends, if your host OS is Ubuntu, please adapt Ubuntu 20.04, it can get newer repo base on python 3.7, or you need fix it manually.

Download source code:

$ git clone https://github.com/TechNexion-customization/ubuntu-tn-imx.git

Change to revision revision 20.04-lts-03
$ git checkout v20.04-lts-03

About IMX8 with Weston Desktop instruction, please refer as follows:

About IMX6/IMX7 XFCE with XFCE Desktop instruction, please refer as follows:


Was this article helpful?

What's Next