How to install ubuntu on imx8mp

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to install ubuntu on imx8mp

5,180 Views
JROM
Contributor I

I want to install Ubuntu OS on imx8mp. I would like to ask if you can explain how to install it.

0 Kudos
Reply
6 Replies

5,156 Views
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @JROM,

I hope you are doing well.

Please refer to the below guide to enable the Ubuntu on i.MX8M series. 
 
Thanks & Regards,
Dhruvit Vasavada
0 Kudos
Reply

3,561 Views
nicolam
Contributor I

Is it possible to install Ubuntu 24.04 on the IMX8mp dev-kit? I tried following the guide you posted but I am facing discrepancies

0 Kudos
Reply

5,082 Views
JROM
Contributor I

Thanks for your reply.
I would like to inquire because the following error occurred during yocto project build. I would appreciate it if you could tell me the solution.

 

kevin@ubuntu:~/imx/build$ bitbake core-image-minimal
ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session (/home/kevin/imx/build/bitbake-cookerdaemon.log):
--- Starting bitbake server pid 4511 at 2023-11-05 08:53:42.495923 ---
ERROR: ParseError at /home/kevin/imx/sources/meta-openembedded/meta-oe/conf/layer.conf:106: unparsed line: 'DEFAULT_TEST_SUITES:pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}"'

kevin@ubuntu:~/imx/build$

0 Kudos
Reply

5,054 Views
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @JROM,

I hope you are doing well
 
To avoid the parsing error kindly replace the below line and try.
 
--DEFAULT_TEST_SUITES:pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}"
++DEFAULT_TEST_SUITES_pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}"
 
Thanks & Regards,
Dhruvit Vasavada

0 Kudos
Reply

5,013 Views
JROM
Contributor I

bitbake2.png

 As shown in the attached picture, an error occurred during bitbake build and the process is stopped.

What should I do?

 

 

 

 

0 Kudos
Reply

4,992 Views
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @JROM,

I hope you are doing well.

This issue is occurring while fetching linux-imx from github.

Please make sure that the firewall is not blocking that site.

Thanks & Regards,
Dhruvit Vasavada

0 Kudos
Reply