ubuntu-i.mx8m.pdf error

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

ubuntu-i.mx8m.pdf error

Jump to solution
1,144 Views
csoon-park
Contributor II

3. Download ubuntu rootfs

$ mkdir ~/rootfs && cd ~/rootfs

pdf: $ wget http://cdimage.ubuntu.com/ubuntu-base/releases/19.10/release/ubuntu-base-19.10-base-arm64.tar.gz
에러1.png
$ wget https://cdimage.ubuntu.com/ubuntu-base/releases/18.04/release/ubuntu-base-18.04.5-base-arm64.tar.gz

Change it and move on

$ mkdir ubuntu-rootfs

pdf: $ tar -xvf ubuntu-base-19.10-base-arm64.tar.gz -C ubuntu-rootfs

$ tar -xvf ubuntu-base-18.04.5-base-arm64.tar.gz -C ubuntu-rootfs
Change it and move on

$ cd ubuntu-rootfs

$ ls

4. Install qemu-user-static on PC to simulate arm64 environment
$ apt-get install qemu-user-static
$ cp /usr/bin/qemu-aarch64-static usr/bin
$ cp -b /etc/resolv.conf etc/

5. Simulate arm64 environment

$ cd ../ (rootfs$)

$ ./ch-mount.sh -m ubuntu-rootfs

2.png

Refusing permission

There's no command

Can you help me with this error when an error occurs?

0 Kudos
1 Solution
1,131 Views
jimmychan
NXP TechSupport
NXP TechSupport

We have support Ubuntu rootfs build in the Linux Yocto BSP.

Please try to follow the steps below to build it.

 https://source.codeaurora.org/external/imx/meta-nxp-desktop/tree/README.md?h=imx-5.10.52-hardknott

 

For the Yocto BSP, please refer to this link.

https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

View solution in original post

5 Replies
1,132 Views
jimmychan
NXP TechSupport
NXP TechSupport

We have support Ubuntu rootfs build in the Linux Yocto BSP.

Please try to follow the steps below to build it.

 https://source.codeaurora.org/external/imx/meta-nxp-desktop/tree/README.md?h=imx-5.10.52-hardknott

 

For the Yocto BSP, please refer to this link.

https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

1,120 Views
csoon-park
Contributor II

Thank you, teacher.

However, Ethernet connection and Internet connection are not available.

it is "imx8mpevk". Also, does this os install apt-get?

 

KakaoTalk_20211110_091325988.jpgKakaoTalk_20211110_091325988_01.jpgKakaoTalk_20211110_091325988_02.jpg

0 Kudos
1,108 Views
jimmychan
NXP TechSupport
NXP TechSupport

So, have you try to use ifconfig to set the IP address?

1,080 Views
csoon-park
Contributor II

Doesn't this os run the "qt5" program?

I installed "pyqt5" with "sudo apt-get install python3-pyqt5".

https://community.nxp.com/t5/i-MX-Processors/imx8mpevk-meta-nxp-desktop-pyqt5-run-error/m-p/1369857/... 

KakaoTalk_20211111_145421044_01.jpgKakaoTalk_20211111_145421044_03.jpgKakaoTalk_20211111_145421044_04.jpg

0 Kudos
1,096 Views
csoon-park
Contributor II

Thank you. It's been resolved.

0 Kudos