Building Ubuntu 20.04
- 05 May 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
Building Ubuntu 20.04
- Updated on 05 May 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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:
- Compiling environment setup
- Build an runtime image
- Flash the image to the target board
- Quick started guide
- App development guide
About IMX6/IMX7 XFCE with XFCE Desktop instruction, please refer as follows:
Was this article helpful?