How to install ubuntu on imx8mp

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to install ubuntu on imx8mp

1,994件の閲覧回数
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 件の賞賛
返信
6 返答(返信)

1,970件の閲覧回数
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 件の賞賛
返信

375件の閲覧回数
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 件の賞賛
返信

1,896件の閲覧回数
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 件の賞賛
返信

1,868件の閲覧回数
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 件の賞賛
返信

1,827件の閲覧回数
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 件の賞賛
返信

1,806件の閲覧回数
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 件の賞賛
返信