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
$ 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
Refusing permission
There's no command
Can you help me with this error when an error occurs?
Solved! Go to Solution.
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.
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.
Thank you, teacher.
However, Ethernet connection and Internet connection are not available.
it is "imx8mpevk". Also, does this os install apt-get?
So, have you try to use ifconfig to set the IP address?
Doesn't this os run the "qt5" program?
I installed "pyqt5" with "sudo apt-get install python3-pyqt5".
Thank you. It's been resolved.