Difference between revisions of "IoTGateway/BSP/Linux/iMX8/Yocto LBVA User Guide"
Darren.huang (talk | contribs) (→ROM-5720) |
|||
Line 1: | Line 1: | ||
+ | |||
{{DISPLAYTITLE:Yocto Linux BSP Ver.A User Guide for iMX8 series}} <!-- | {{DISPLAYTITLE:Yocto Linux BSP Ver.A User Guide for iMX8 series}} <!-- | ||
{| align="right" | {| align="right" | ||
Line 21: | Line 22: | ||
<span style="color:purple">'''${MX8PROC}'''</span> : i.MX8 Processor | <span style="color:purple">'''${MX8PROC}'''</span> : i.MX8 Processor | ||
− | :mx8mq for iMX8M Dual Core | + | :mx8mq for iMX8M Dual Core |
− | :mx8mm for iMX8MM | + | :mx8mm for iMX8MM |
− | :mx8mp for iMX8MP | + | :mx8mp for iMX8MP |
− | :mx8qm for iMX8QM | + | :mx8qm for iMX8QM |
− | :mx8qxp for iMX8QXP | + | :mx8qxp for iMX8QXP |
− | : | + | : |
<span style="color:purple">'''${IMX8PROC}'''</span> : i.MX8 Processor | <span style="color:purple">'''${IMX8PROC}'''</span> : i.MX8 Processor | ||
− | :imx8mq / imx8mm / imx8qm /imx8qxp /imx8mp | + | :imx8mq / imx8mm / imx8qm /imx8qxp /imx8mp |
<span style="color:purple">'''${BOARD}'''</span> : available target boards list below | <span style="color:purple">'''${BOARD}'''</span> : available target boards list below | ||
− | :rom5720 | + | :rom5720 |
− | :rom5721 | + | :rom5721 |
− | :rom7720 | + | :rom7720 |
− | :rom5620 | + | :rom5620 |
− | :rom3620 | + | :rom3620 |
− | :rom5722 | + | :rom5722 |
− | :rsb3720 | + | :rsb3720 |
<span style="color:purple">'''${BOARD_REV}'''</span> : board revision | <span style="color:purple">'''${BOARD_REV}'''</span> : board revision | ||
− | :a1 | + | :a1 |
<span style="color:purple">'''${MC}'''</span> : machine code combined with <span style="color:purple">'''${IMX8PROC}${BOARD}${BOARD_REV}'''</span> | <span style="color:purple">'''${MC}'''</span> : machine code combined with <span style="color:purple">'''${IMX8PROC}${BOARD}${BOARD_REV}'''</span> | ||
− | :for example, | + | :for example, |
− | ::<tt>imx8mqrom5720a1 for ROM-5720 A1</tt | + | : |
− | ::<tt>imx8qmrom7720a1 for ROM-7720 A1</tt | + | ::<tt>imx8mqrom5720a1 for ROM-5720 A1</tt> |
− | ::<tt>imx8qxprom5620a1 for ROM-5620 A1</tt | + | ::<tt>imx8qmrom7720a1 for ROM-7720 A1</tt> |
− | ::<tt>imx8qxprom3620a1 for ROM-3620 A1</tt | + | ::<tt>imx8qxprom5620a1 for ROM-5620 A1</tt> |
− | ::<tt>imx8mmrom5721a1 for ROM-5721 A1</tt | + | ::<tt>imx8qxprom3620a1 for ROM-3620 A1</tt> |
− | ::<tt>imx8mprom5722a1 for ROM-5722 A1</tt | + | ::<tt>imx8mmrom5721a1 for ROM-5721 A1</tt> |
− | ::<tt>imx8mprsb3720a1 for RSB-3720 A1</tt> | + | ::<tt>imx8mprom5722a1 for ROM-5722 A1</tt> |
+ | ::<tt>imx8mprsb3720a1 for RSB-3720 A1</tt> | ||
− | :You can also use the command below to check supported machines on BSP | + | :You can also use the command below to check supported machines on BSP |
− | ::<code>$ source setup-environment</code> | + | ::<code>$ source setup-environment</code> |
<span style="color:purple">'''${MEM_SIZE}'''</span> : memory size | <span style="color:purple">'''${MEM_SIZE}'''</span> : memory size | ||
− | : 2G/4G | + | : 2G/4G |
<span style="color:purple">'''${UC}'''</span> : u-boot config | <span style="color:purple">'''${UC}'''</span> : u-boot config | ||
− | : 1G/2G/4G/FSPI_1G/FSPI_2G... | + | : 1G/2G/4G/FSPI_1G/FSPI_2G... |
<span style="color:purple">'''${SD_DEVICE}'''</span> : device name of SD card in Linux (e.g. /dev/sdf) | <span style="color:purple">'''${SD_DEVICE}'''</span> : device name of SD card in Linux (e.g. /dev/sdf) | ||
Line 83: | Line 85: | ||
debug console / serial console | debug console / serial console | ||
− | :serial terminal program (e.g. minicom, putty, teraterm ...) that serial port is configured to 115200 8N1 | + | :serial terminal program (e.g. minicom, putty, teraterm ...) that serial port is configured to 115200 8N1 |
terminal console | terminal console | ||
− | :terminal program (e.g. gnome-terminal, xfce4-terminal ...) | + | :terminal program (e.g. gnome-terminal, xfce4-terminal ...) |
== <font color="#0070c0">Docker install and setting</font> == | == <font color="#0070c0">Docker install and setting</font> == | ||
Line 95: | Line 97: | ||
=== <span style="color:#0070c0">To install Docker Engine on your platform</span> === | === <span style="color:#0070c0">To install Docker Engine on your platform</span> === | ||
− | :Please refer to [https://docs.docker.com/engine/installation/ Docker Installation Guide] for details | + | :Please refer to [https://docs.docker.com/engine/installation/ Docker Installation Guide] for details |
=== <span style="color:#0070c0">To pull [https://hub.docker.com/r/advrisc/u12.04-imx6lbv3/ ubuntu 18.04 image from Docker Hub] </span> === | === <span style="color:#0070c0">To pull [https://hub.docker.com/r/advrisc/u12.04-imx6lbv3/ ubuntu 18.04 image from Docker Hub] </span> === | ||
− | :<code>$ docker pull advrisc/u18.04-imx8lbv1</code | + | :<code>$ docker pull advrisc/u18.04-imx8lbv1</code> |
=== <span style="color:#0070c0">To create container</span> === | === <span style="color:#0070c0">To create container</span> === | ||
− | :<code>$ docker run --privileged -it --name '''${CONTAINER_NAME}''' -v '''${WORKSPACE}''':/home/adv/adv-release-bsp -v /dev:/dev -v /lib/modules:/lib/modules -v /usr/src:/usr/src advrisc/u18.04-imx8lbv1 /bin/bash</code | + | :<code>$ docker run --privileged -it --name '''${CONTAINER_NAME}''' -v '''${WORKSPACE}''':/home/adv/adv-release-bsp -v /dev:/dev -v /lib/modules:/lib/modules -v /usr/src:/usr/src advrisc/u18.04-imx8lbv1 /bin/bash</code> |
== <span style="color:#0070c0">Get BSP</span> == | == <span style="color:#0070c0">Get BSP</span> == | ||
− | :You have two methods to put BSP into container created above | + | :You have two methods to put BSP into container created above |
=== Download_BSP_From_GitHub === | === Download_BSP_From_GitHub === | ||
− | :The following example shows how to download the Advantech Yocto BSP from GitHub. | + | :The following example shows how to download the Advantech Yocto BSP from GitHub. |
− | :For this example, a directory called '''adv-release-bsp''' is created for the project. | + | :For this example, a directory called '''adv-release-bsp''' is created for the project. |
− | :Refer to [[IoTGateway/BSP/Linux/iMX8/OS_Support_List|IoTGateway/BSP/Linux/iMX8/OS_Support_List]] , Official version "'''imx8LBVA0209" '''is taken as an example : | + | :Refer to [[IoTGateway/BSP/Linux/iMX8/OS_Support_List|IoTGateway/BSP/Linux/iMX8/OS_Support_List]] , Official version "'''imx8LBVA0209" '''is taken as an example : |
<pre>$ git config --global user.name "Your Name" | <pre>$ git config --global user.name "Your Name" | ||
$ git config --global user.email you@example.com | $ git config --global user.email you@example.com | ||
$ sudo chown adv:adv adv-release-bsp | $ sudo chown adv:adv adv-release-bsp | ||
$ cd adv-release-bsp | $ cd adv-release-bsp | ||
− | $ repo init -u git://github.com/ADVANTECH-Corp/adv-arm-yocto-bsp.git -b | + | $ repo init -u git://github.com/ADVANTECH-Corp/adv-arm-yocto-bsp.git -b <span>imx-linux-zeus</span> -m imx8LBVA0428.xml |
$ repo sync</pre> | $ repo sync</pre> | ||
− | :If you want to get latest bsp | + | :If you want to get latest bsp |
$ repo init -u [git://github.com/ADVANTECH-Corp/adv-arm-yocto-bsp.git git://github.com/ADVANTECH-Corp/adv-arm-yocto-bsp.git] <span>-b imx-linux-zeus -m </span>imx-5.4.70-2.3.0.xml | $ repo init -u [git://github.com/ADVANTECH-Corp/adv-arm-yocto-bsp.git git://github.com/ADVANTECH-Corp/adv-arm-yocto-bsp.git] <span>-b imx-linux-zeus -m </span>imx-5.4.70-2.3.0.xml | ||
$ repo sync | $ repo sync | ||
− | :If you suffer "server certificate verification failed", you can use the following command to disable SSL verification in git repositories with self-signed certificates. | + | :If you suffer "server certificate verification failed", you can use the following command to disable SSL verification in git repositories with self-signed certificates. |
$ export GIT_SSL_NO_VERIFY=1 | $ export GIT_SSL_NO_VERIFY=1 | ||
Line 136: | Line 138: | ||
$ git config --global http.sslverify false | $ git config --global http.sslverify false | ||
− | :If you get "The unauthenticated git protocol on port 9418 is no longer supported.", you can try it. | + | :If you get "The unauthenticated git protocol on port 9418 is no longer supported.", you can try it. |
$ git config --global url."https://".insteadOf git:// | $ git config --global url."https://".insteadOf git:// | ||
Line 142: | Line 144: | ||
=== <span style="color:#0070c0">Copy BSP tarball to Container</span> === | === <span style="color:#0070c0">Copy BSP tarball to Container</span> === | ||
− | :If you have BSP tarball (eg. imx8LBVA0029_2019-10-23.tgz), then you have to copy it into container. | + | :If you have BSP tarball (eg. imx8LBVA0029_2019-10-23.tgz), then you have to copy it into container. |
Follow the steps below: | Follow the steps below: | ||
Line 166: | Line 168: | ||
== <span style="color:#0070c0">Downloads tarball</span> == | == <span style="color:#0070c0">Downloads tarball</span> == | ||
− | :Not necessarily step | + | :Not necessarily step |
− | :During building Yocto image , it will generate downloads folder which includes all packages we need , but it usually can't fetch normally, so we keep this downloads folder. Then we can reduce some fetch failed issue. | + | :During building Yocto image , it will generate downloads folder which includes all packages we need , but it usually can't fetch normally, so we keep this downloads folder. Then we can reduce some fetch failed issue. |
− | :You can get Downloads tarball (downloads_imx8_5.4.24.tar.gz) or (downloads_imx8_5.4.70.tar.gz) from following URL: | + | :You can get Downloads tarball (downloads_imx8_5.4.24.tar.gz) or (downloads_imx8_5.4.70.tar.gz) from following URL: |
− | :[https://www.dropbox.com/sh/3z9hh9zht98mzil/AACYhzJkMQq_om6cru9mM-wha/officialbuild/imx8_yocto_bsp_3.0?dl=0&preview=downloads_imx8_5.4.24.tar.gz [downloads_imx8_5.4.24.tar.gz]], <span style="color:#FF0000">'''md5 checksum:'''</span> <span style="color:#FF0000">'''648a6aa9d03be61ee21611b729250319'''</span | + | :[https://www.dropbox.com/sh/3z9hh9zht98mzil/AACYhzJkMQq_om6cru9mM-wha/officialbuild/imx8_yocto_bsp_3.0?dl=0&preview=downloads_imx8_5.4.24.tar.gz [downloads_imx8_5.4.24.tar.gz]], <span style="color:#FF0000">'''md5 checksum:'''</span> <span style="color:#FF0000">'''648a6aa9d03be61ee21611b729250319'''</span> |
− | :[https://www.dropbox.com/sh/3z9hh9zht98mzil/AACYhzJkMQq_om6cru9mM-wha/officialbuild/imx8_yocto_bsp_3.0?dl=0&preview=downloads_imx8_5.4.70.tar.gz [downloads_imx8_5.4.70.tar.gz]], <span style="color:#FF0000">'''md5 checksum:'''</span> <span style="color:#FF0000">'''ec2a0da745e57329a73965f9bd7ff0c9'''</span | + | :[https://www.dropbox.com/sh/3z9hh9zht98mzil/AACYhzJkMQq_om6cru9mM-wha/officialbuild/imx8_yocto_bsp_3.0?dl=0&preview=downloads_imx8_5.4.70.tar.gz [downloads_imx8_5.4.70.tar.gz]], <span style="color:#FF0000">'''md5 checksum:'''</span> <span style="color:#FF0000">'''ec2a0da745e57329a73965f9bd7ff0c9'''</span> |
− | :If you get downloads tarball, you can copy to your '''${WORKSPACE}''' | + | :If you get downloads tarball, you can copy to your '''${WORKSPACE}''' |
Follow the steps below: | Follow the steps below: | ||
Line 205: | Line 207: | ||
== <span style="color:#0070c0">Introducing BSP</span> == | == <span style="color:#0070c0">Introducing BSP</span> == | ||
− | :The BSP is based on Yocto Project with Freescale enhanced features for i.MX8, plus specific target board features from Advantech Inc.. | + | :The BSP is based on Yocto Project with Freescale enhanced features for i.MX8, plus specific target board features from Advantech Inc.. |
− | :The Advantech Yocto Project BSP Release directory contains a "sources" directory, which contains the recipes used to build, | + | :The Advantech Yocto Project BSP Release directory contains a "sources" directory, which contains the recipes used to build, |
one or more build directories, and a set of scripts used to set up the environment. | one or more build directories, and a set of scripts used to set up the environment. | ||
− | :The recipes used to build the project come from both the community and Advantech. The Yocto Project layers are downloaded | + | :The recipes used to build the project come from both the community and Advantech. The Yocto Project layers are downloaded |
to the sources directory. This sets up the recipes that are used to build the project. | to the sources directory. This sets up the recipes that are used to build the project. | ||
Line 216: | Line 218: | ||
=== <span style="color:#0070c0">Naming Rule</span> === | === <span style="color:#0070c0">Naming Rule</span> === | ||
− | :The tarball/prebuilt image name is consist of the model name followed by "LB" or "LI" plus version number and released date. | + | :The tarball/prebuilt image name is consist of the model name followed by "LB" or "LI" plus version number and released date. |
− | :For example, '''BSP file name: imx8LBVA0010_2019-08-27.tgz''' | + | :For example, '''BSP file name: imx8LBVA0010_2019-08-27.tgz''' |
− | :which , "LB" is acronym of <span style="color:#ff0000">'''L'''</span>inux <span style="color:#ff0000">'''B'''</span>SP, | + | :which , "LB" is acronym of <span style="color:#ff0000">'''L'''</span>inux <span style="color:#ff0000">'''B'''</span>SP, |
− | : "VA0010" stands for <span style="color:#ff0000">'''V'''</span>ersion <font color="#ff0000">'''A'''</font>.<span style="color:#ff0000">'''0010'''</span><nowiki>.</nowiki> | + | : "VA0010" stands for <span style="color:#ff0000">'''V'''</span>ersion <font color="#ff0000">'''A'''</font>.<span style="color:#ff0000">'''0010'''</span> <nowiki>.</nowiki> |
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
− | + | :For example, '''Yocto image name: ''''''5720A1AIM20LIVA0010_iMX8M_2G_2020-08-27.img.gz''' | |
− | + | :which "5720A1" stands for <span style="color:#ff0000">'''ROM-5720 A1'''</span> | |
− | + | : "LI" is acronym for prebuilt <span style="color:#ff0000">'''L'''</span>inux <span style="color:#ff0000">'''I'''</span>mage | |
− | + | : "2G" is DDR size | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | :For example, '''Yocto image name: ''''''5720A1AIM20LIVA0010_iMX8M_2G_2020-08-27.img.gz''' | ||
− | :which "5720A1" stands for <span style="color:#ff0000">'''ROM-5720 A1'''</span | ||
− | : "LI" is acronym for prebuilt <span style="color:#ff0000">'''L'''</span>inux <span style="color:#ff0000">'''I'''</span>mage | ||
− | : "2G" is DDR size | ||
=== <span style="color:#0070c0">BSP Content</span> === | === <span style="color:#0070c0">BSP Content</span> === | ||
− | <div style="margin-left:0.499cm; margin-right:0cm">The description of some important folders list below:</div><div style="margin-left:1.499cm; margin-right:0cm">'''sources/'''</div><div style="margin-left:1.998cm; margin-right:0cm">'''meta-advantech/''' : meta layer by Advantech</div><div style="margin-left:1.998cm; margin-right:0cm">'''meta-fsl-*/''' : meta layer by Freescale | + | <div style="margin-left:0.499cm; margin-right:0cm">The description of some important folders list below:</div> <div style="margin-left:1.499cm; margin-right:0cm">'''sources/'''</div> <div style="margin-left:1.998cm; margin-right:0cm">'''meta-advantech/''' : meta layer by Advantech</div> <div style="margin-left:1.998cm; margin-right:0cm">'''meta-fsl-*/''' : meta layer by Freescale</div> <div style="margin-left:1.499cm; margin-right:0cm">'''fsl-setup-release.sh''' : to create one new build environment</div> <div style="margin-left:1.499cm; margin-right:0cm">'''setup-environment''' : to continue an exist build environment</div> |
== <span style="color:#0070c0">Build Instructions</span> == | == <span style="color:#0070c0">Build Instructions</span> == | ||
=== <span style="color:#0070c0">To create one new build environment</span> === | === <span style="color:#0070c0">To create one new build environment</span> === | ||
− | :Perform the following commands in terminal console | + | :Perform the following commands in terminal console |
− | ::<code>$ cd <span style="color:#7030a0">'''${BSP_HOME}'''</span></code> | + | ::<code>$ cd <span style="color:#7030a0">'''${BSP_HOME}'''</span></code> |
− | ::<code>$ MACHINE=<span style="color:#7030a0">'''${MC}'''</span> </code> <code>DISTRO=fsl-imx-xwayland </code><code>source imx-setup-release.sh -b <span style="color:#7030a0">'''${BDIR}'''</span> </code> | + | ::<code>$ MACHINE=<span style="color:#7030a0">'''${MC}'''</span> </code> <code>DISTRO=fsl-imx-xwayland </code><code>source imx-setup-release.sh -b <span style="color:#7030a0">'''${BDIR}'''</span></code> |
− | :We can specify u-boot default config like below | + | :We can specify u-boot default config like below |
− | ::<code>$ MACHINE=<span style="color:#7030a0">'''${MC}'''</span> </code> <code>UBOOT_CONFIG=<span style="color:#7030a0">'''${UC}'''</span> </code> <code>DISTRO=fsl-imx-xwayland </code><code>source imx-setup-release.sh -b <span style="color:#7030a0">'''${BDIR}'''</span> </code | + | ::<code>$ MACHINE=<span style="color:#7030a0">'''${MC}'''</span> </code> <code>UBOOT_CONFIG=<span style="color:#7030a0">'''${UC}'''</span> </code> <code>DISTRO=fsl-imx-xwayland </code><code>source imx-setup-release.sh -b <span style="color:#7030a0">'''${BDIR}'''</span></code> |
− | ::<span style="color:#FF0000;">'''Example : MACHINE=imx8mmrsb3730a1 UBOOT_CONFIG=2G DISTRO=fsl-imx-xwayland source imx-setup-release.sh -b 3730'''</span> | + | ::<span style="color:#FF0000;">'''Example : MACHINE=imx8mmrsb3730a1 UBOOT_CONFIG=2G DISTRO=fsl-imx-xwayland source imx-setup-release.sh -b 3730'''</span> |
− | :You need to read and accept the EULA. | + | :You need to read and accept the EULA. |
− | :[[File:Accept EULA.png|RTENOTITLE]] | + | :[[File:Accept EULA.png|RTENOTITLE]] |
=== <span style="color:#0070c0">To continue an exist build environment</span> === | === <span style="color:#0070c0">To continue an exist build environment</span> === | ||
− | :Perform the following commands in terminal console | + | :Perform the following commands in terminal console |
− | ::<code>$ cd <span style="color:#7030a0">'''${BSP_HOME}'''</span></code> | + | ::<code>$ cd <span style="color:#7030a0">'''${BSP_HOME}'''</span></code> |
− | ::<code>$ source setup-environment <span style="color:#7030a0">'''${BDIR}'''</span></code> | + | ::<code>$ source setup-environment <span style="color:#7030a0">'''${BDIR}'''</span></code> |
=== <span style="color:#0070c0">To build sdcard image</span> === | === <span style="color:#0070c0">To build sdcard image</span> === | ||
− | :To create/continue a build environment | + | :To create/continue a build environment |
− | :Perform the following command in terminal console | + | :Perform the following command in terminal console |
− | ::<code>$ bitbake imx-image-full</code> | + | ::<code>$ bitbake imx-image-full</code> |
− | :The file, imx-image-full-<span style="color:#7030a0">'''${MC}'''</span>.sdcard.bz2, will be located in directory, ./tmp/deploy/images/<span style="color:#7030a0">'''${MC}'''</span>, while building process finished successfully. | + | :The file, imx-image-full-<span style="color:#7030a0">'''${MC}'''</span>.sdcard.bz2, will be located in directory, ./tmp/deploy/images/<span style="color:#7030a0">'''${MC}'''</span>, while building process finished successfully. |
=== <span style="color:#0070c0">To build toolchain installer</span> === | === <span style="color:#0070c0">To build toolchain installer</span> === | ||
− | :To create/continue a build environment | + | :To create/continue a build environment |
− | :Perform the following command in terminal console | + | :Perform the following command in terminal console |
− | ::<code>$ bitbake meta-toolchain</code> | + | ::<code>$ bitbake meta-toolchain</code> |
− | :The below installer will be located in the directory "./tmp/deploy/sdk". | + | :The below installer will be located in the directory "./tmp/deploy/sdk". |
− | ::<tt>fsl-imx-xwayland-glibc-x86_64-meta-toolchain-aarch64-toolchain-<span style="color:#7030a0">'''${KERNEL}'''</span>-zeus.sh</tt> | + | ::<tt>fsl-imx-xwayland-glibc-x86_64-meta-toolchain-aarch64-toolchain-<span style="color:#7030a0">'''${KERNEL}'''</span>-zeus.sh</tt> |
=== <span style="color:#0070c0">To build bootloader</span> === | === <span style="color:#0070c0">To build bootloader</span> === | ||
− | :To create/continue a build environment | + | :To create/continue a build environment |
− | :Perform the following command in terminal console | + | :Perform the following command in terminal console |
− | ::<code>$ bitbake imx-boot</code> | + | ::<code>$ bitbake imx-boot</code> |
− | |||
+ | | ||
=== <span style="color:#0070c0">To build linux kernel</span> === | === <span style="color:#0070c0">To build linux kernel</span> === | ||
− | :To create/continue a build environment | + | :To create/continue a build environment |
− | :If you operate on docker images, please install tmux application before running this command | + | :If you operate on docker images, please install tmux application before running this command |
− | :::<code>$ sudo apt-get install tmux</code> | + | :: |
− | :Type following command to enter tmux | + | :::<code>$ sudo apt-get install tmux</code> |
− | :::<code>$ tmux</code> | + | :Type following command to enter tmux |
− | :Perform the following command in terminal console to show up menuconfig | + | :: |
− | :::<code>$ bitbake linux-imx -c menuconfig</code> | + | :::<code>$ tmux</code> |
− | :After edit menuconfig, type following command to exit tmux windows | + | :Perform the following command in terminal console to show up menuconfig |
− | :::<code>$ exit</code> | + | :: |
− | :to build kernel image | + | :::<code>$ bitbake linux-imx -c menuconfig</code> |
− | :::<code>$ bitbake linux-imx</code> | + | :After edit menuconfig, type following command to exit tmux windows |
− | :The two files, Image & Image-<span style="color:#7030a0">'''${IMX8PROC}'''</span>-<span style="color:#7030a0">'''${BOARD}'''</span>-<span style="color:#7030a0">'''${BOARD'''</span>'''<span style="color:#7030a0">_REV</span><span style="color:#7030a0">}</span>'''.dtb, will be located in the directory, ./tmp/deploy/images/<span style="color:#7030a0">'''${MC}'''</span>. | + | :: |
+ | :::<code>$ exit</code> | ||
+ | :to build kernel image | ||
+ | :: | ||
+ | :::<code>$ bitbake linux-imx</code> | ||
+ | :The two files, Image & Image-<span style="color:#7030a0">'''${IMX8PROC}'''</span>-<span style="color:#7030a0">'''${BOARD}'''</span>-<span style="color:#7030a0">'''${BOARD'''</span>'''<span style="color:#7030a0">_REV</span><span style="color:#7030a0">}</span>'''.dtb, will be located in the directory, ./tmp/deploy/images/<span style="color:#7030a0">'''${MC}'''</span>. | ||
== <span style="color:#0070c0">Creating boot-up on-board flash from prebuilt image</span> == | == <span style="color:#0070c0">Creating boot-up on-board flash from prebuilt image</span> == | ||
Line 345: | Line 354: | ||
=== <span style="color:#0070c0">To create one boot-up SD card</span> === | === <span style="color:#0070c0">To create one boot-up SD card</span> === | ||
− | :Perform the following command in terminal console | + | :Perform the following command in terminal console |
− | ::<code># gunzip -c '''<span style="color:#7030a0">${PREBUILT_IMAGE</span>'''} | dd of=<span style="color:#7030a0">'''${SD_DEVICE}'''</span> bs=1M</code | + | ::<code># gunzip -c '''<span style="color:#7030a0">${PREBUILT_IMAGE</span>'''} | dd of=<span style="color:#7030a0">'''${SD_DEVICE}'''</span> bs=1M</code> |
− | ::<code># sync</code> | + | ::<code># sync</code> |
== <span style="color:#0070c0">Creating boot-up on-board flash from built sdcard image</span> == | == <span style="color:#0070c0">Creating boot-up on-board flash from built sdcard image</span> == | ||
Line 353: | Line 362: | ||
=== <span style="color:#0070c0">To create one boot-up SD card</span> === | === <span style="color:#0070c0">To create one boot-up SD card</span> === | ||
− | :Perform the following commands in terminal console | + | :Perform the following commands in terminal console |
− | ::<code>$ pushd <span style="color:#7030a0">'''${BSP_HOME}'''</span>/<span style="color:#7030a0">'''${BDIR}'''</span>/tmp/deploy/images/<span style="color:#7030a0">'''${MC}'''</span></code | + | ::<code>$ pushd <span style="color:#7030a0">'''${BSP_HOME}'''</span>/<span style="color:#7030a0">'''${BDIR}'''</span>/tmp/deploy/images/<span style="color:#7030a0">'''${MC}'''</span></code> |
− | ::<code>$ sudo bzcat <span style="color:#7030a0">'''${SDCARD_IMAGE}'''</span> | sudo dd of=<span style="color:#7030a0">'''${SD_DEVICE}'''</span> bs=1M</code | + | ::<code>$ sudo bzcat <span style="color:#7030a0">'''${SDCARD_IMAGE}'''</span> | sudo dd of=<span style="color:#7030a0">'''${SD_DEVICE}'''</span> bs=1M</code> |
− | ::<code>$ sync</code> | + | ::<code>$ sync</code> |
− | ::<code>$ popd</code> | + | ::<code>$ popd</code> |
== <span style="color:#0070c0">Debug console information</span> == | == <span style="color:#0070c0">Debug console information</span> == | ||
Line 365: | Line 374: | ||
=== <span style="color:#0070c0">Preparing for hardware device</span> === | === <span style="color:#0070c0">Preparing for hardware device</span> === | ||
− | *The following URL provides information about the debug port slot and the debug port line for each device | + | *The following URL provides information about the debug port slot and the debug port line for each device |
[[Debug_Port_Information#i.MX6|Debug Port Information]] | [[Debug_Port_Information#i.MX6|Debug Port Information]] | ||
Line 371: | Line 380: | ||
=== <span style="color:#0070c0">Preparing for software tool</span> === | === <span style="color:#0070c0">Preparing for software tool</span> === | ||
− | *You need to prepare the debug console tool. For example: "minicom" tool or "putty" tool. | + | *You need to prepare the debug console tool. For example: "minicom" tool or "putty" tool. |
− | *Baud rate: 115200 | + | *Baud rate: 115200 |
== <span style="color:#0070c0">One step build image</span> == | == <span style="color:#0070c0">One step build image</span> == | ||
Line 400: | Line 409: | ||
=== <span style="color:#0070c0">To add tcf-agent & openssh-sftp-server</span> === | === <span style="color:#0070c0">To add tcf-agent & openssh-sftp-server</span> === | ||
− | :Navigate to the directory where fsl-image-adv.inc located | + | :Navigate to the directory where fsl-image-adv.inc located |
− | ::<code>$ cd <span style="color:#7030a0">'''${BSP_HOME}'''</span>/sources/meta-advantech/meta-fsl-imx/recipes-fsl/images</code> | + | ::<code>$ cd <span style="color:#7030a0">'''${BSP_HOME}'''</span>/sources/meta-advantech/meta-fsl-imx/recipes-fsl/images</code> |
− | :Add following line to fsl-image-adv.inc | + | :Add following line to fsl-image-adv.inc |
− | ::<code>IMAGE_INSTALL += " tcf-agent openssh-sftp-server "</code> | + | ::<code>IMAGE_INSTALL += " tcf-agent openssh-sftp-server "</code> |
− | :[[IoTGateway/BSP/Linux/iMX8/Yocto_LBV9_User_Guide#To_continue_an_exist_build_environment|Continue an exist build environment]] and [[IoTGateway/BSP/Linux/iMX8/Yocto_LBV9_User_Guide#To_build_sdcard_image|build sdcard image]] | + | :[[IoTGateway/BSP/Linux/iMX8/Yocto_LBV9_User_Guide#To_continue_an_exist_build_environment|Continue an exist build environment]] and [[IoTGateway/BSP/Linux/iMX8/Yocto_LBV9_User_Guide#To_build_sdcard_image|build sdcard image]] |
=== <span style="color:#0070c0">To add chromium browser</span> === | === <span style="color:#0070c0">To add chromium browser</span> === | ||
− | :Navigate to the directory where local.conf located | + | :Navigate to the directory where local.conf located |
− | ::<code>$ cd <span style="color:#7030a0">'''${BSP_HOME}'''</span>/<span style="color:#7030a0">'''${BDIR'''</span>'''<span style="color:#7030a0">}</span>'''/conf</code> | + | ::<code>$ cd <span style="color:#7030a0">'''${BSP_HOME}'''</span>/<span style="color:#7030a0">'''${BDIR'''</span>'''<span style="color:#7030a0">}</span>'''/conf</code> |
− | *Method 1(Suggest): Add following one line to local.conf | + | *Method 1(Suggest): Add following one line to local.conf |
CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland" | CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland" | ||
− | *Method 2: Add following two lines to local.conf | + | *Method 2: Add following two lines to local.conf |
IMAGE_INSTALL_append = \ | IMAGE_INSTALL_append = \ | ||
Line 426: | Line 435: | ||
'', d),"'' | '', d),"'' | ||
− | :[[IoTGateway/BSP/Linux/iMX8/Yocto_LBV9_User_Guide#To_continue_an_exist_build_environment|Continue an exist build environment]] and [[IoTGateway/BSP/Linux/iMX8/Yocto_LBV9_User_Guide#To_build_sdcard_image|build sdcard image]] | + | :[[IoTGateway/BSP/Linux/iMX8/Yocto_LBV9_User_Guide#To_continue_an_exist_build_environment|Continue an exist build environment]] and [[IoTGateway/BSP/Linux/iMX8/Yocto_LBV9_User_Guide#To_build_sdcard_image|build sdcard image]] |
− | |||
+ | | ||
=== <span style="color:#0070c0">To add QtWebEngine</span> === | === <span style="color:#0070c0">To add QtWebEngine</span> === | ||
− | :Put the following in <span style="color:#7030a0">'''${BSP_HOME}'''</span>/<span style="color:#7030a0">'''${BDIR'''</span>'''<span style="color:#7030a0">}</span>'''/conf/local.conf | + | :Put the following in <span style="color:#7030a0">'''${BSP_HOME}'''</span>/<span style="color:#7030a0">'''${BDIR'''</span>'''<span style="color:#7030a0">}</span>'''/conf/local.conf |
− | ::<code>IMAGE_INSTALL_append += "packagegroup-qt5-webengine"</code> | + | : |
+ | ::<code>IMAGE_INSTALL_append += "packagegroup-qt5-webengine"</code> | ||
− | :[[IoTGateway/BSP/Linux/iMX8/Yocto_LBV9_User_Guide#To_continue_an_exist_build_environment|Continue an exist build environment]] and [[IoTGateway/BSP/Linux/iMX8/Yocto_LBV9_User_Guide#To_build_sdcard_image|build sdcard image]] | + | :[[IoTGateway/BSP/Linux/iMX8/Yocto_LBV9_User_Guide#To_continue_an_exist_build_environment|Continue an exist build environment]] and [[IoTGateway/BSP/Linux/iMX8/Yocto_LBV9_User_Guide#To_build_sdcard_image|build sdcard image]] |
== <span style="color:#0070c0">Setting up SDK</span> == | == <span style="color:#0070c0">Setting up SDK</span> == | ||
− | :Please follow the section,[[IoTGateway/BSP/Linux/iMX8/Yocto_LBV9_User_Guide#To_build_toolchain_installer|<span style="color:#FF0000">To build toolchain installer</span>]], to build one toolchain installer | + | :Please follow the section,[[IoTGateway/BSP/Linux/iMX8/Yocto_LBV9_User_Guide#To_build_toolchain_installer|<span style="color:#FF0000">To build toolchain installer</span>]], to build one toolchain installer |
− | :Perform the following command in terminal console | + | :Perform the following command in terminal console |
− | ::<code>$ cd <span style="color:#7030a0">'''${BSP_HOME}'''</span>/<span style="color:#7030a0">'''${BDIR}'''</span>/tmp/deploy/sdk</code> | + | ::<code>$ cd <span style="color:#7030a0">'''${BSP_HOME}'''</span>/<span style="color:#7030a0">'''${BDIR}'''</span>/tmp/deploy/sdk</code> |
− | ::<code>$ sudo ./fsl-imx-xwayland-glibc-x86_64-meta-toolchain-aarch64-toolchain-5.4-zeus.sh</code> | + | ::<code>$ sudo ./fsl-imx-xwayland-glibc-x86_64-meta-toolchain-aarch64-toolchain-5.4-zeus.sh</code> |
− | :Enter new installed directory or just press <code>Enter</code> to use default directory. | + | :Enter new installed directory or just press <code>Enter</code> to use default directory. |
− | :While <code>Proceed[y/n]?</code> shows up, please enter the correct one. | + | :While <code>Proceed[y/n]?</code> shows up, please enter the correct one. |
− | :Waiting for the SDK installed (while the following messages show up completely) | + | :Waiting for the SDK installed (while the following messages show up completely) |
− | ::[[File:Setting up sdk 3.png|RTENOTITLE]] | + | ::[[File:Setting up sdk 3.png|RTENOTITLE]] |
== <span style="color:#0070c0">Setting up cross compiling environment</span> == | == <span style="color:#0070c0">Setting up cross compiling environment</span> == | ||
− | :SDK has been set up (ref.[[#Setting_up_SDK|<span style="color:#FF0000">Setting up SDK</span>]]) | + | :SDK has been set up (ref.[[#Setting_up_SDK|<span style="color:#FF0000">Setting up SDK</span>]]) |
− | :Perform the following command in terminal console | + | :Perform the following command in terminal console |
− | ::<code>$ source <span style="color:#7030a0">'''${TOOLCHAIN}'''</span>/environment-setup-aarch64-poky-linux</code> | + | ::<code>$ source <span style="color:#7030a0">'''${TOOLCHAIN}'''</span>/environment-setup-aarch64-poky-linux</code> |
== <span style="color:#0070c0">Build U-Boot in standalone environment</span> == | == <span style="color:#0070c0">Build U-Boot in standalone environment</span> == | ||
Line 491: | Line 501: | ||
==== <span style="color:#0070c0">Replace imx-boot</span> ==== | ==== <span style="color:#0070c0">Replace imx-boot</span> ==== | ||
− | :Perform the following command to transfer to on-board flash | + | :Perform the following command to transfer to on-board flash |
$ dd if=flash.bin of=/dev/mmcblk0 bs=1K seek=<offset> conv=fsync | $ dd if=flash.bin of=/dev/mmcblk0 bs=1K seek=<offset> conv=fsync | ||
− | :Where offset is: | + | :Where offset is: |
− | ::33 - for i.MAX 8QuadMax A0, i.Mx 8QuadXPlus A0, i.MX 8M Quad, and i.MX 8M Mini | + | ::33 - for i.MAX 8QuadMax A0, i.Mx 8QuadXPlus A0, i.MX 8M Quad, and i.MX 8M Mini |
− | ::32 - for iMX 8M PLUS, i.MAX 8QuadXPlus B0/C0 and i.Mx 8QuadMax B0 | + | ::32 - for iMX 8M PLUS, i.MAX 8QuadXPlus B0/C0 and i.Mx 8QuadMax B0 |
== <span style="color:#0070c0">Building & updating kernel/modules/dtb manually</span> == | == <span style="color:#0070c0">Building & updating kernel/modules/dtb manually</span> == | ||
− | :The cross compiling environment has been set up. (ref. [[#Setting_up_cross_compiling_environment|Setting up cross compiling environment]]) | + | :The cross compiling environment has been set up. (ref. [[#Setting_up_cross_compiling_environment|Setting up cross compiling environment]]) |
=== <span style="color:#0070c0">Copy BSP tarball to Container</span> === | === <span style="color:#0070c0">Copy BSP tarball to Container</span> === | ||
Line 514: | Line 524: | ||
=== <span style="color:#0070c0">Config kernel</span> === | === <span style="color:#0070c0">Config kernel</span> === | ||
− | :Configure linux kernel | + | :Configure linux kernel |
$ cd linux-imx | $ cd linux-imx | ||
Line 521: | Line 531: | ||
$ make menuconfig | $ make menuconfig | ||
− | :Start building linux kernel | + | :Start building linux kernel |
$ make -j4 Image | $ make -j4 Image | ||
− | :When you get error like below | + | :When you get error like below |
[[File:Imx8 error.jpg|RTENOTITLE]] | [[File:Imx8 error.jpg|RTENOTITLE]] | ||
− | :run command then rebuild | + | :run command then rebuild |
$ unset LDFLAGS | $ unset LDFLAGS | ||
+ | | ||
+ | :The kernel image file, Image, is located in the directory "./arch/arm64/boot/". | ||
− | + | :Start building kernel modules | |
− | |||
− | :Start building kernel modules | ||
$ make -j4 modules | $ make -j4 modules | ||
− | :Copy all modules to a temporary rootfs directory, "~/temp/rootfs" | + | :Copy all modules to a temporary rootfs directory, "~/temp/rootfs" |
$ make modules_install INSTALL_MOD_PATH=~/temp/rootfs | $ make modules_install INSTALL_MOD_PATH=~/temp/rootfs | ||
− | :Building device tree blob | + | :Building device tree blob |
$ make -j4 freescale/<span style="color:#7030a0">'''${IMX8PROC}'''</span>-<span style="color:#7030a0">'''${BOARD}'''</span>-<span style="color:#7030a0">'''${BOARD_REV}'''</span>.dtb | $ make -j4 freescale/<span style="color:#7030a0">'''${IMX8PROC}'''</span>-<span style="color:#7030a0">'''${BOARD}'''</span>-<span style="color:#7030a0">'''${BOARD_REV}'''</span>.dtb | ||
Line 551: | Line 561: | ||
$ make -j4 freescale/imx8mq-rom5720-a1.dtb | $ make -j4 freescale/imx8mq-rom5720-a1.dtb | ||
− | :The device tree blob, <span style="color:#7030a0">'''${IMX8PROC}'''</span>-<span style="color:#7030a0">'''${BOARD}'''</span>-<span style="color:#7030a0">'''${BOARD_REV}'''</span>.dtb, is located in the directory "./arch/arm64/boot/dts/freescale/". | + | :The device tree blob, <span style="color:#7030a0">'''${IMX8PROC}'''</span>-<span style="color:#7030a0">'''${BOARD}'''</span>-<span style="color:#7030a0">'''${BOARD_REV}'''</span>.dtb, is located in the directory "./arch/arm64/boot/dts/freescale/". |
=== <span style="color:#0070c0">Replace kernel & dts</span> === | === <span style="color:#0070c0">Replace kernel & dts</span> === | ||
− | :Replace kernel | + | :Replace kernel |
− | ::copy Image to SDcard or emmc | + | ::copy Image to SDcard or emmc |
− | :Replace dtb file | + | :Replace dtb file |
− | ::copy dtb file to SDcard or emmc | + | ::copy dtb file to SDcard or emmc |
== <span style="color:#0070c0">Improve boot speed</span> == | == <span style="color:#0070c0">Improve boot speed</span> == | ||
− | *Bootloader | + | *Bootloader |
1.bootdelay time | 1.bootdelay time | ||
− | :We can cancel the bootdelay time by setting bootloader environment value. | + | :We can cancel the bootdelay time by setting bootloader environment value. |
setenv bootdelay 0 | setenv bootdelay 0 | ||
Line 574: | Line 584: | ||
2.Disable console | 2.Disable console | ||
− | :Disable debug message output can also improve boot speed | + | :Disable debug message output can also improve boot speed |
Disable kernel message | Disable kernel message | ||
Line 584: | Line 594: | ||
Or | Or | ||
− | :Disable debug port | + | :Disable debug port |
(1) Yocto machine setting: | (1) Yocto machine setting: | ||
Line 594: | Line 604: | ||
(2) Uboot parameter setting: | (2) Uboot parameter setting: | ||
− | *For the imx8mq, imx8mm, imx8mp: | + | *For the imx8mq, imx8mm, imx8mp: |
setenv console disabled | setenv console disabled | ||
Line 600: | Line 610: | ||
reset | reset | ||
− | *For the imx8qm, imx8qxp: | + | *For the imx8qm, imx8qxp: |
setenv console disabled | setenv console disabled | ||
Line 608: | Line 618: | ||
reset | reset | ||
− | *Rootfs | + | *Rootfs |
− | :TBD | + | :TBD |
− | *Services | + | *Services |
1. Using '''systemctl disable ''' remove ,we can remove unnecessary services. | 1. Using '''systemctl disable ''' remove ,we can remove unnecessary services. | ||
Line 628: | Line 638: | ||
If you destroy the onboard flash image by accident, you can recover a system following these steps. | If you destroy the onboard flash image by accident, you can recover a system following these steps. | ||
− | *Recovery by SD card | + | *Recovery by SD card |
1.Copy 5720A1AIM20LIVA0022_iMX8M_flash_tool.tgz package to your desktop. | 1.Copy 5720A1AIM20LIVA0022_iMX8M_flash_tool.tgz package to your desktop. | ||
Line 650: | Line 660: | ||
# sudo ./mksd-linux.sh /dev/mmcblk0 | # sudo ./mksd-linux.sh /dev/mmcblk0 | ||
+ | | ||
− | + | *Recovery by UUU tool | |
− | *Recovery by UUU tool | ||
1.Download uuu tool from ([https://github.com/ADVANTECH-Corp/uuu/releases/tag/v20200619 https://github.com/ADVANTECH-Corp/uuu/releases/tag/v20200619]) | 1.Download uuu tool from ([https://github.com/ADVANTECH-Corp/uuu/releases/tag/v20200619 https://github.com/ADVANTECH-Corp/uuu/releases/tag/v20200619]) | ||
Line 658: | Line 668: | ||
2.burn command | 2.burn command | ||
− | *For Linux | + | *For Linux |
sudo ./uuu | sudo ./uuu | ||
− | *For Windows | + | *For Windows |
uuu.exe | uuu.exe | ||
Line 717: | Line 727: | ||
bitbake -g fsl-image-qt5-validation-imx && cat recipe-depends.dot | grep -v -e '-native' | grep -v digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq | bitbake -g fsl-image-qt5-validation-imx && cat recipe-depends.dot | grep -v -e '-native' | grep -v digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq | ||
− | :[[:File:20191025.txt|20191025 Package List]] | + | :[[:File:20191025.txt|20191025 Package List]] |
Show all recipes (include non-installed packages) | Show all recipes (include non-installed packages) | ||
Line 723: | Line 733: | ||
bitbake -s | bitbake -s | ||
− | :[[:File:package_version_20191025.txt|20191025 Package Version List]] | + | :[[:File:package_version_20191025.txt|20191025 Package Version List]] |
You can also check <span style="color:purple">'''${BDIR}'''</span>/tmp/deploy/images/<span style="color:purple">'''${MC}'''</span>/fsl-image-qt5-validation-imx-<span style="color:purple">'''${MC}'''</span>.manifest | You can also check <span style="color:purple">'''${BDIR}'''</span>/tmp/deploy/images/<span style="color:purple">'''${MC}'''</span>/fsl-image-qt5-validation-imx-<span style="color:purple">'''${MC}'''</span>.manifest | ||
Line 733: | Line 743: | ||
rpm -qa --root / --dbpath /var/lib/rpm | sort | rpm -qa --root / --dbpath /var/lib/rpm | sort | ||
− | :[[:File:rpm_board_20191025.txt|20191025 RPM on Board List]] | + | :[[:File:rpm_board_20191025.txt|20191025 RPM on Board List]] |
= Device Tree Source file select = | = Device Tree Source file select = | ||
Line 747: | Line 757: | ||
== ROM-5721 == | == ROM-5721 == | ||
− | *Display | + | *Display |
− | **DSI to LVDS | + | **DSI to LVDS |
− | ***g070vw01 | + | ***g070vw01 |
− | ****imx8mm-rom5721-a1.dtb | + | ****imx8mm-rom5721-a1.dtb |
− | ***g150xgel05 | + | ***g150xgel05 |
− | ****imx8mm-rom5721-a1-dsi2lvds-g150xgel05.dtb | + | ****imx8mm-rom5721-a1-dsi2lvds-g150xgel05.dtb |
− | ***g215hvn01 | + | ***g215hvn01 |
− | ****imx8mm-rom5721-a1-dsi2lvds-g215hvn01.dtb | + | ****imx8mm-rom5721-a1-dsi2lvds-g215hvn01.dtb |
− | **DSI to DP | + | **DSI to DP |
− | ***imx8mm-rom5721-a1-dsi2dp.dtb | + | ***imx8mm-rom5721-a1-dsi2dp.dtb |
− | **DSI to HDMI | + | **DSI to HDMI |
− | ***imx8mm-rom5721-a1-adv7535.dtb | + | ***imx8mm-rom5721-a1-adv7535.dtb |
− | **DSI | + | **DSI |
− | ***auog101uan02 | + | ***auog101uan02 |
− | ****imx8mm-rom5721-a1-auog101uan02.dtb | + | ****imx8mm-rom5721-a1-auog101uan02.dtb |
− | *M.2 SDIO | + | *M.2 SDIO |
− | **Adjust CN43~CN48 | + | **Adjust CN43~CN48 |
− | **imx8mm-rom5721-a1-m2-sdio.dtb | + | **imx8mm-rom5721-a1-m2-sdio.dtb |
== ROM-5720 == | == ROM-5720 == | ||
− | *Display | + | *Display |
− | **DSI to HDMI | + | **DSI to HDMI |
− | ***imx8mq-rom5720-a1-dcss-adv7535.dtb | + | ***imx8mq-rom5720-a1-dcss-adv7535.dtb |
− | ***imx8mq-rom5720-a1-lcdif-adv7535.dtb | + | ***imx8mq-rom5720-a1-lcdif-adv7535.dtb |
− | ***For weston ui | + | ***For weston ui |
− | ****modify <!--StartFragment --><span lang="zh-tw"><font face="New MingLiu">/etc/xdg/weston/weston.ini</font></span> | + | ****modify <!--StartFragment --><span lang="zh-tw"><font face="New MingLiu">/etc/xdg/weston/weston.ini</font></span> |
− | *****<span lang="zh-tw"><font face="New MingLiu">drm-device='''card2'''</font> </span><!--EndFragment --> | + | *****<span lang="zh-tw"><font face="New MingLiu">drm-device='''card2'''</font> </span><!--EndFragment --> |
− | **DSI | + | **DSI |
− | ***auog101uan02 | + | ***auog101uan02 |
− | ****imx8mq-rom5720-a1-dcss-auog101uan02.dtb | + | ****imx8mq-rom5720-a1-dcss-auog101uan02.dtb |
− | ***For weston ui | + | ***For weston ui |
− | ****modify <!--StartFragment --><span lang="zh-tw"><font face="New MingLiu">/etc/xdg/weston/weston.ini</font></span> | + | ****modify <!--StartFragment --><span lang="zh-tw"><font face="New MingLiu">/etc/xdg/weston/weston.ini</font></span> |
− | *****<span lang="zh-tw"><font face="New MingLiu">drm-device='''card2'''</font> </span><!--EndFragment --> | + | *****<span lang="zh-tw"><font face="New MingLiu">drm-device='''card2'''</font> </span><!--EndFragment --> |
− | **Dual Display | + | **Dual Display |
− | ***DSI to HDMI + HDMI | + | ***DSI to HDMI + HDMI |
− | ****imx8mq-rom5720-a1-dual-display.dtb | + | ****imx8mq-rom5720-a1-dual-display.dtb |
− | ****For weston ui | + | ****For weston ui |
− | *****modify <!--StartFragment --><span lang="zh-tw"><font face="New MingLiu">/etc/xdg/weston/weston.ini</font></span> | + | *****modify <!--StartFragment --><span lang="zh-tw"><font face="New MingLiu">/etc/xdg/weston/weston.ini</font></span> |
− | ******<span lang="zh-tw"><font face="New MingLiu">drm-device='''card1'''</font></span> | + | ******<span lang="zh-tw"><font face="New MingLiu">drm-device='''card1'''</font></span> |
− | *M.2 SDIO | + | *M.2 SDIO |
− | **Adjust CN43~CN48 | + | **Adjust CN43~CN48 |
− | **imx8mq-rom5720-a1-m2-sdio.dtb | + | **imx8mq-rom5720-a1-m2-sdio.dtb |
== ROM-5620 == | == ROM-5620 == | ||
− | *Display | + | *Display |
− | **LVDS | + | **LVDS |
− | ***g070vw01 | + | ***g070vw01 |
− | ****imx8mxp-rom5620-a1.dtb | + | ****imx8mxp-rom5620-a1.dtb |
− | ***g150xgel05 | + | ***g150xgel05 |
− | ****imx8qxp-rom5620-a1-lvds-chimei.dtb | + | ****imx8qxp-rom5620-a1-lvds-chimei.dtb |
− | ***g215hvn01 | + | ***g215hvn01 |
− | ****imx8qxp-rom5620-a1-lvds-dual.dtb | + | ****imx8qxp-rom5620-a1-lvds-dual.dtb |
− | **LVDS to HDMI | + | **LVDS to HDMI |
− | ***imx8qxp-rom5620-a1-hdmi-bridge.dtb | + | ***imx8qxp-rom5620-a1-hdmi-bridge.dtb |
− | **DSI to HDMI | + | **DSI to HDMI |
− | ***imx8qxp-rom5620-a1-hdmi-bridge.dtb | + | ***imx8qxp-rom5620-a1-hdmi-bridge.dtb |
− | **DSI | + | **DSI |
− | ***auog101uan02 | + | ***auog101uan02 |
− | ****imx8qxp-rom5620-a1-auog101uan02.dtb | + | ****imx8qxp-rom5620-a1-auog101uan02.dtb |
− | *M.2 SDIO | + | *M.2 SDIO |
− | **Adjust CN43~CN48 | + | **Adjust CN43~CN48 |
− | **imx8qxp-rom5620-a1-m2-sdio.dtb | + | **imx8qxp-rom5620-a1-m2-sdio.dtb |
== ROM-7720 == | == ROM-7720 == | ||
− | *Display | + | *Display |
− | **HDMI | + | **HDMI |
− | ***imx8qm-rom7720-a1.dtb | + | ***imx8qm-rom7720-a1.dtb |
− | **LVDS | + | **LVDS |
− | ***g070vw01 | + | ***g070vw01 |
− | ****imx8qm-rom7720-a1-lvds0.dtb | + | ****imx8qm-rom7720-a1-lvds0.dtb |
− | ****imx8qm-rom7720-a1-lvds1.dtb | + | ****imx8qm-rom7720-a1-lvds1.dtb |
− | ***g215hvn01 | + | ***g215hvn01 |
− | ****imx8qm-rom7720-a1-lvds-dual.dtb | + | ****imx8qm-rom7720-a1-lvds-dual.dtb |
− | **HDMI + LVDS | + | **HDMI + LVDS |
− | ***HDMI + g070vw01 | + | ***HDMI + g070vw01 |
− | ****imx8qm-rom7720-a1-hdmi-lvds0.dtb | + | ****imx8qm-rom7720-a1-hdmi-lvds0.dtb |
− | ****imx8qm-rom7720-a1-hdmi-lvds1.dtb | + | ****imx8qm-rom7720-a1-hdmi-lvds1.dtb |
− | ***HDMI + g215hvn01 | + | ***HDMI + g215hvn01 |
− | ****imx8qm-rom7720-a1-hdmi-lvds-dual.dtb | + | ****imx8qm-rom7720-a1-hdmi-lvds-dual.dtb |
− | **LVDS to HDMI | + | **LVDS to HDMI |
− | ***imx8qm-rom7720-a1-it6263.dtb<span | + | ***imx8qm-rom7720-a1-it6263.dtb<span style="display: none"> </span> |
− | *Audio Codec | + | *Audio Codec |
− | **imx8qm-rom7720-a1-sgtl5000.dtb | + | **imx8qm-rom7720-a1-sgtl5000.dtb |
== RSB-3720 == | == RSB-3720 == | ||
− | *Display | + | *Display |
− | **HDMI (default) | + | **HDMI (default) |
− | ***imx8mp-rsb3720-a1.dtb | + | ***imx8mp-rsb3720-a1.dtb |
− | **LVDS | + | **LVDS |
− | ***g070vw01(LVDS0) + HDMI | + | ***g070vw01(LVDS0) + HDMI |
− | ****imx8mp-rsb3720-a1-lvds0-auo.dtb | + | ****imx8mp-rsb3720-a1-lvds0-auo.dtb |
− | ***g070vw01(LVDS1) + HDMI | + | ***g070vw01(LVDS1) + HDMI |
− | ****imx8mp-rsb3720-a1-lvds1-auo.dtb | + | ****imx8mp-rsb3720-a1-lvds1-auo.dtb |
− | ***g215hvn01(DUAL LVDS) + HDMI | + | ***g215hvn01(DUAL LVDS) + HDMI |
− | ****imx8mp-rsb3720-a1-lvds-dual.dtb | + | ****imx8mp-rsb3720-a1-lvds-dual.dtb |
− | **DSI | + | **DSI |
− | ***adv7535(DSI to HDMI) + HDMI | + | ***adv7535(DSI to HDMI) + HDMI |
− | ****imx8mp-rsb3720-a1-adv7535.dtb | + | ****imx8mp-rsb3720-a1-adv7535.dtb |
− | ***auog101uan02(DSI) + HDMI | + | ***auog101uan02(DSI) + HDMI |
− | ****imx8mp-rsb3720-a1-auog101uan02.dtb | + | ****imx8mp-rsb3720-a1-auog101uan02.dtb |
− | *Camera | + | *Camera |
− | **OV5640 (default) | + | **OV5640 (default) |
− | ***imx8mp-rsb3720-a1.dtb | + | ***imx8mp-rsb3720-a1.dtb |
− | **Basler camrea | + | **Basler camrea |
− | ***imx8mp-rsb3720-a1-basler.dtb | + | ***imx8mp-rsb3720-a1-basler.dtb |
== ROM-5722 == | == ROM-5722 == | ||
− | *Display | + | *Display |
− | **HDMI (default) | + | **HDMI (default) |
− | ***imx8mp-rom5722-a1.dtb | + | ***imx8mp-rom5722-a1.dtb |
− | **LVDS | + | **LVDS |
− | ***g070vw01(LVDS0) + HDMI | + | ***g070vw01(LVDS0) + HDMI |
− | ****imx8mp-rom5722-a1-lvds0-auo.dtb | + | ****imx8mp-rom5722-a1-lvds0-auo.dtb |
− | ***g070vw01(LVDS1) + HDMI | + | ***g070vw01(LVDS1) + HDMI |
− | ****imx8mp-rom5722-a1-lvds1-auo.dtb | + | ****imx8mp-rom5722-a1-lvds1-auo.dtb |
− | ***g215hvn01(DUAL LVDS) + HDMI | + | ***g215hvn01(DUAL LVDS) + HDMI |
− | ****imx8mp-rom5722-a1-lvds-dual.dtb | + | ****imx8mp-rom5722-a1-lvds-dual.dtb |
− | **DSI | + | **DSI |
− | ***adv7535(DSI to HDMI) + HDMI | + | ***adv7535(DSI to HDMI) + HDMI |
− | ****imx8mp-rom5722-a1-adv7535.dtb | + | ****imx8mp-rom5722-a1-adv7535.dtb |
− | ***auog101uan02(DSI) + HDMI | + | ***auog101uan02(DSI) + HDMI |
− | ****imx8mp-rom5722-a1-auog101uan02.dtb | + | ****imx8mp-rom5722-a1-auog101uan02.dtb |
− | *Camera | + | *Camera |
− | **OV5640 (default) | + | **OV5640 (default) |
− | ***imx8mp-rom5722-a1.dtb | + | ***imx8mp-rom5722-a1.dtb |
− | **Basler camrea | + | **Basler camrea |
− | ***imx8mp-rom5722-a1-basler.dtb | + | ***imx8mp-rom5722-a1-basler.dtb |
== ROM-3620 == | == ROM-3620 == | ||
− | *Display | + | *Display |
− | **LVDS | + | **LVDS |
− | ***g070vw01 | + | ***g070vw01 |
− | ****imx8mxp-rom3620-a1.dtb | + | ****imx8mxp-rom3620-a1.dtb |
− | ***g150xgel05 | + | ***g150xgel05 |
− | ****imx8qxp-rom3620-a1-lvds-chimei.dtb | + | ****imx8qxp-rom3620-a1-lvds-chimei.dtb |
− | ***g215hvn01 | + | ***g215hvn01 |
− | ****imx8qxp-rom3620-a1-lvds-dual.dtb | + | ****imx8qxp-rom3620-a1-lvds-dual.dtb |
− | **DSI to HDMI | + | **DSI to HDMI |
− | ***imx8qxp-rom3620-a1-hdmi-bridge.dtb | + | ***imx8qxp-rom3620-a1-hdmi-bridge.dtb |
− | **DSI | + | **DSI |
− | ***auog101uan02 | + | ***auog101uan02 |
− | ****imx8qxp-rom3620-a1-auog101uan02.dtb | + | ****imx8qxp-rom3620-a1-auog101uan02.dtb |
= Burn-in Test = | = Burn-in Test = | ||
Line 913: | Line 923: | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
== Fix no sound issue probability when the HDMI plug in/out == | == Fix no sound issue probability when the HDMI plug in/out == | ||
Line 919: | Line 930: | ||
[http://ess-wiki.advantech.com.tw/wiki/images/5/59/0001-imx865-hdmi-enable-overflow-workaround-for-imx865-hd.patch [0001-imx865-hdmi-enable-overflow-workaround-for-imx865-hd.patch]] | [http://ess-wiki.advantech.com.tw/wiki/images/5/59/0001-imx865-hdmi-enable-overflow-workaround-for-imx865-hd.patch [0001-imx865-hdmi-enable-overflow-workaround-for-imx865-hd.patch]] | ||
− | + | | |
<syntaxhighlight lang="c"> | <syntaxhighlight lang="c"> | ||
From 9ca13642ff1367cb32c15f82d2c077f2f7c0e8f1 Mon Sep 17 00:00:00 2001 | From 9ca13642ff1367cb32c15f82d2c077f2f7c0e8f1 Mon Sep 17 00:00:00 2001 |
Revision as of 03:34, 31 August 2022
Contents
- 1 Getting Started
- 2 Customization
- 3 System Recovery
- 4 Package List
- 5 Device Tree Source file select
- 6 Burn-in Test
- 7 About bottom board setting
Getting Started
Conventions
${PREBUILT_IMAGE} : compressed prebuilt image (*.img.gz)
${CONTAINER_NAME} : container name (e.g. imx8LBVA0016)
${BSP_TARBALL} : BSP tarball (*.tgz)
${BSP_HOME} : home directory of the BSP
${BDIR} : build directory (e.g. build_x11)
${MX8PROC} : i.MX8 Processor
- mx8mq for iMX8M Dual Core
- mx8mm for iMX8MM
- mx8mp for iMX8MP
- mx8qm for iMX8QM
- mx8qxp for iMX8QXP
${IMX8PROC} : i.MX8 Processor
- imx8mq / imx8mm / imx8qm /imx8qxp /imx8mp
${BOARD} : available target boards list below
- rom5720
- rom5721
- rom7720
- rom5620
- rom3620
- rom5722
- rsb3720
${BOARD_REV} : board revision
- a1
${MC} : machine code combined with ${IMX8PROC}${BOARD}${BOARD_REV}
- for example,
-
- imx8mqrom5720a1 for ROM-5720 A1
- imx8qmrom7720a1 for ROM-7720 A1
- imx8qxprom5620a1 for ROM-5620 A1
- imx8qxprom3620a1 for ROM-3620 A1
- imx8mmrom5721a1 for ROM-5721 A1
- imx8mprom5722a1 for ROM-5722 A1
- imx8mprsb3720a1 for RSB-3720 A1
- You can also use the command below to check supported machines on BSP
$ source setup-environment
${MEM_SIZE} : memory size
- 2G/4G
${UC} : u-boot config
- 1G/2G/4G/FSPI_1G/FSPI_2G...
${SD_DEVICE} : device name of SD card in Linux (e.g. /dev/sdf)
${SDCARD_IMAGE} : sdcard image built by bitbake (*.sdcard.bz2)
${WORKSPACE} : host workspace folders
${UBOOT} :u-boot version(e.g. 2016.03)
${KERNEL} : linux kernel version(e.g. 4.14.98)
${TOOLCHAIN} : toolchain installed directory(e.g. /opt/fsl-imx-x11/4.1.15-2.0.0)
debug console / serial console
- serial terminal program (e.g. minicom, putty, teraterm ...) that serial port is configured to 115200 8N1
terminal console
- terminal program (e.g. gnome-terminal, xfce4-terminal ...)
Docker install and setting
If you don't have docker in your system, then you can follow the below steps to install docker and run it first.
To install Docker Engine on your platform
- Please refer to Docker Installation Guide for details
To pull ubuntu 18.04 image from Docker Hub
$ docker pull advrisc/u18.04-imx8lbv1
To create container
$ docker run --privileged -it --name ${CONTAINER_NAME} -v ${WORKSPACE}:/home/adv/adv-release-bsp -v /dev:/dev -v /lib/modules:/lib/modules -v /usr/src:/usr/src advrisc/u18.04-imx8lbv1 /bin/bash
Get BSP
- You have two methods to put BSP into container created above
Download_BSP_From_GitHub
- The following example shows how to download the Advantech Yocto BSP from GitHub.
- For this example, a directory called adv-release-bsp is created for the project.
- Refer to IoTGateway/BSP/Linux/iMX8/OS_Support_List , Official version "imx8LBVA0209" is taken as an example :
$ git config --global user.name "Your Name" $ git config --global user.email you@example.com $ sudo chown adv:adv adv-release-bsp $ cd adv-release-bsp $ repo init -u git://github.com/ADVANTECH-Corp/adv-arm-yocto-bsp.git -b <span>imx-linux-zeus</span> -m imx8LBVA0428.xml $ repo sync
- If you want to get latest bsp
$ repo init -u git://github.com/ADVANTECH-Corp/adv-arm-yocto-bsp.git -b imx-linux-zeus -m imx-5.4.70-2.3.0.xml $ repo sync
- If you suffer "server certificate verification failed", you can use the following command to disable SSL verification in git repositories with self-signed certificates.
$ export GIT_SSL_NO_VERIFY=1
or
$ git config --global http.sslverify false
- If you get "The unauthenticated git protocol on port 9418 is no longer supported.", you can try it.
$ git config --global url."https://".insteadOf git://
Copy BSP tarball to Container
- If you have BSP tarball (eg. imx8LBVA0029_2019-10-23.tgz), then you have to copy it into container.
Follow the steps below:
1.Exit container and back to local machine
$ exit
2.Copy BSP tarball to ${WORKSPACE} , and change owner
$ cp imx8LBVA0029_2020-10-23.tgz ${WORKSPACE} $ sudo chown adv:adv ${WORKSPACE}/imx8LBVA0029_2020-10-23.tgz
3.Back to container
$ docker start ${CONTAINER_NAME} $ docker attach ${CONTAINER_NAME}
4.Unpack BSP tarball
$ tar zxvf imx8LBVA0029_2020-10-23.tgz
Downloads tarball
- Not necessarily step
- During building Yocto image , it will generate downloads folder which includes all packages we need , but it usually can't fetch normally, so we keep this downloads folder. Then we can reduce some fetch failed issue.
- You can get Downloads tarball (downloads_imx8_5.4.24.tar.gz) or (downloads_imx8_5.4.70.tar.gz) from following URL:
- [downloads_imx8_5.4.24.tar.gz], md5 checksum: 648a6aa9d03be61ee21611b729250319
- [downloads_imx8_5.4.70.tar.gz], md5 checksum: ec2a0da745e57329a73965f9bd7ff0c9
- If you get downloads tarball, you can copy to your ${WORKSPACE}
Follow the steps below:
1.Exit container and back to local machine
$ exit
2.Copy Downloads tarball to ${WORKSPACE} , and change owner
$ cp downloads_imx8_5.4.24.tar.gz ${WORKSPACE} $ sudo chown adv:adv ${WORKSPACE}/downloads_imx8_5.4.24.tar.gz
3.Back to container
$ docker start ${CONTAINER_NAME} $ docker attach ${CONTAINER_NAME}
4.Unpack Downloads tarball
$ tar zxvf downloads_imx8_5.4.24.tar.gz
5.make link to downloads folder
$ cd adv-release-bsp $ ln -s ${WORKSPACE}/downloads_imx8_5.4.24 downloads
Introducing BSP
- The BSP is based on Yocto Project with Freescale enhanced features for i.MX8, plus specific target board features from Advantech Inc..
- The Advantech Yocto Project BSP Release directory contains a "sources" directory, which contains the recipes used to build,
one or more build directories, and a set of scripts used to set up the environment.
- The recipes used to build the project come from both the community and Advantech. The Yocto Project layers are downloaded
to the sources directory. This sets up the recipes that are used to build the project.
Naming Rule
- The tarball/prebuilt image name is consist of the model name followed by "LB" or "LI" plus version number and released date.
- For example, BSP file name: imx8LBVA0010_2019-08-27.tgz
- which , "LB" is acronym of Linux BSP,
- "VA0010" stands for Version A.0010 .
- For example, Yocto image name: '5720A1AIM20LIVA0010_iMX8M_2G_2020-08-27.img.gz'
- which "5720A1" stands for ROM-5720 A1
- "LI" is acronym for prebuilt Linux Image
- "2G" is DDR size
BSP Content
Build Instructions
To create one new build environment
- Perform the following commands in terminal console
$ cd ${BSP_HOME}
$ MACHINE=${MC}
DISTRO=fsl-imx-xwayland
source imx-setup-release.sh -b ${BDIR}
- We can specify u-boot default config like below
$ MACHINE=${MC}
UBOOT_CONFIG=${UC}
DISTRO=fsl-imx-xwayland
source imx-setup-release.sh -b ${BDIR}
- Example : MACHINE=imx8mmrsb3730a1 UBOOT_CONFIG=2G DISTRO=fsl-imx-xwayland source imx-setup-release.sh -b 3730
- You need to read and accept the EULA.
To continue an exist build environment
- Perform the following commands in terminal console
$ cd ${BSP_HOME}
$ source setup-environment ${BDIR}
To build sdcard image
- To create/continue a build environment
- Perform the following command in terminal console
$ bitbake imx-image-full
- The file, imx-image-full-${MC}.sdcard.bz2, will be located in directory, ./tmp/deploy/images/${MC}, while building process finished successfully.
To build toolchain installer
- To create/continue a build environment
- Perform the following command in terminal console
$ bitbake meta-toolchain
- The below installer will be located in the directory "./tmp/deploy/sdk".
- fsl-imx-xwayland-glibc-x86_64-meta-toolchain-aarch64-toolchain-${KERNEL}-zeus.sh
To build bootloader
- To create/continue a build environment
- Perform the following command in terminal console
$ bitbake imx-boot
To build linux kernel
- To create/continue a build environment
- If you operate on docker images, please install tmux application before running this command
-
$ sudo apt-get install tmux
-
- Type following command to enter tmux
-
$ tmux
-
- Perform the following command in terminal console to show up menuconfig
-
$ bitbake linux-imx -c menuconfig
-
- After edit menuconfig, type following command to exit tmux windows
-
$ exit
-
- to build kernel image
-
$ bitbake linux-imx
-
- The two files, Image & Image-${IMX8PROC}-${BOARD}-${BOARD_REV}.dtb, will be located in the directory, ./tmp/deploy/images/${MC}.
Creating boot-up on-board flash from prebuilt image
To create one boot-up SD card
- Perform the following command in terminal console
# gunzip -c ${PREBUILT_IMAGE} | dd of=${SD_DEVICE} bs=1M
# sync
Creating boot-up on-board flash from built sdcard image
To create one boot-up SD card
- Perform the following commands in terminal console
$ pushd ${BSP_HOME}/${BDIR}/tmp/deploy/images/${MC}
$ sudo bzcat ${SDCARD_IMAGE} | sudo dd of=${SD_DEVICE} bs=1M
$ sync
$ popd
Debug console information
If you want to see debug message from device, you need to prepare for hardware device and software tool.
Preparing for hardware device
- The following URL provides information about the debug port slot and the debug port line for each device
Preparing for software tool
- You need to prepare the debug console tool. For example: "minicom" tool or "putty" tool.
- Baud rate: 115200
One step build image
Our machine must be pre-installed docker
Download the following script can quickly build our image.
$ wget https://raw.githubusercontent.com/ADVANTECH-Corp/RISC_tools_scripts/5.4.24_zeus/imx8/adv_imx8_build.sh $ sudo chmod a+x adv_imx8_build.sh
Build image
$ sudo ./adv_imx8_build.sh ${BOARD} $ sudo ./adv_imx8_build.sh rom5720
Our image will be in workspace folder.
workspace/${BDIR}/tmp/deploy/images/${MC}
Then refer to Creating_boot-up_on-board_flash_from_built_sdcard_image to build SD card.
Customization
Package addition
To add tcf-agent & openssh-sftp-server
- Navigate to the directory where fsl-image-adv.inc located
$ cd ${BSP_HOME}/sources/meta-advantech/meta-fsl-imx/recipes-fsl/images
- Add following line to fsl-image-adv.inc
IMAGE_INSTALL += " tcf-agent openssh-sftp-server "
- Continue an exist build environment and build sdcard image
To add chromium browser
- Navigate to the directory where local.conf located
$ cd ${BSP_HOME}/${BDIR}/conf
- Method 1(Suggest): Add following one line to local.conf
CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland"
- Method 2: Add following two lines to local.conf
IMAGE_INSTALL_append = \ "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', ' chromium-ozone-wayland libexif', \ bb.utils.contains('DISTRO_FEATURES', 'x11', ' chromium-x11 libexif', \ , d), d)}" LICENSE_FLAGS_WHITELIST = \ "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'commercial', \ bb.utils.contains('DISTRO_FEATURES', 'x11', 'commercial', \ , d),"
To add QtWebEngine
- Put the following in ${BSP_HOME}/${BDIR}/conf/local.conf
-
IMAGE_INSTALL_append += "packagegroup-qt5-webengine"
Setting up SDK
- Please follow the section,To build toolchain installer, to build one toolchain installer
- Perform the following command in terminal console
$ cd ${BSP_HOME}/${BDIR}/tmp/deploy/sdk
$ sudo ./fsl-imx-xwayland-glibc-x86_64-meta-toolchain-aarch64-toolchain-5.4-zeus.sh
- Enter new installed directory or just press
Enter
to use default directory. - While
Proceed[y/n]?
shows up, please enter the correct one. - Waiting for the SDK installed (while the following messages show up completely)
Setting up cross compiling environment
- SDK has been set up (ref.Setting up SDK)
- Perform the following command in terminal console
$ source ${TOOLCHAIN}/environment-setup-aarch64-poky-linux
Build U-Boot in standalone environment
Config u-boot
make ${IMX8PROC}_${BOARD}${BOARD_REV}_${MEM_SIZE}_defconfig
eg.
make imx8mm_rom5721a1_2G_defconfig
Build u-boot
make -j4
Build imx-boot image by using imx-mkimage
Get imx-boot tarball from our server Here we take rom5721 as an example:
tar zxvf 5721A1AIM20LIVA0118_iMX8MM_imx-boot.tgz cd 5721A1AIM20LIVA0118_iMX8MM_imx-boot/
In this folder , we have two script as below: Copy necessary files to imx-mkimage folder
./cp_uboot.sh ${uboot path} ${IMX8PROC}
Make imx-boot image
./mk_imx-boot.sh ${IMX8PROC}
eg.
./cp_uboot.sh ../uboot-imx6 imx8m ./mk_imx-boot.sh imx8mm
Replace imx-boot
- Perform the following command to transfer to on-board flash
$ dd if=flash.bin of=/dev/mmcblk0 bs=1K seek=<offset> conv=fsync
- Where offset is:
- 33 - for i.MAX 8QuadMax A0, i.Mx 8QuadXPlus A0, i.MX 8M Quad, and i.MX 8M Mini
- 32 - for iMX 8M PLUS, i.MAX 8QuadXPlus B0/C0 and i.Mx 8QuadMax B0
Building & updating kernel/modules/dtb manually
- The cross compiling environment has been set up. (ref. Setting up cross compiling environment)
Copy BSP tarball to Container
Refer to Copy_BSP_tarball_to_Container , copy kernel tarball to ${WORKSPACE} and back to container
change owner & unpack tarball
$ sudo chown adv:adv imx8LBVA0029_2019-10-23_linux-imx.tgz $ tar zxvf imx8LBVA0029_2019-10-23_linux-imx.tgz
Config kernel
- Configure linux kernel
$ cd linux-imx $ make distclean $ make imx_v8_adv_defconfig $ make menuconfig
- Start building linux kernel
$ make -j4 Image
- When you get error like below
- run command then rebuild
$ unset LDFLAGS
- The kernel image file, Image, is located in the directory "./arch/arm64/boot/".
- Start building kernel modules
$ make -j4 modules
- Copy all modules to a temporary rootfs directory, "~/temp/rootfs"
$ make modules_install INSTALL_MOD_PATH=~/temp/rootfs
- Building device tree blob
$ make -j4 freescale/${IMX8PROC}-${BOARD}-${BOARD_REV}.dtb eg. $ make -j4 freescale/imx8mq-rom5720-a1.dtb
- The device tree blob, ${IMX8PROC}-${BOARD}-${BOARD_REV}.dtb, is located in the directory "./arch/arm64/boot/dts/freescale/".
Replace kernel & dts
- Replace kernel
- copy Image to SDcard or emmc
- Replace dtb file
- copy dtb file to SDcard or emmc
Improve boot speed
- Bootloader
1.bootdelay time
- We can cancel the bootdelay time by setting bootloader environment value.
setenv bootdelay 0 env save reset
2.Disable console
- Disable debug message output can also improve boot speed
Disable kernel message
setenv mmcargs setenv bootargs ${jh_clk} console=${console} modprobe.blacklist=${modprobe.blacklist} root=${mmcroot} video=HDMI-A-1:${videores} quiet env save reset
Or
- Disable debug port
(1) Yocto machine setting:
modify /sources/meta-advantech/meta-fsl-imx/conf/machine$/${MC}.conf
SERIAL_CONSOLES = ";"
(2) Uboot parameter setting:
- For the imx8mq, imx8mm, imx8mp:
setenv console disabled env save reset
- For the imx8qm, imx8qxp:
setenv console disabled setenv earlycon disabled setenv mmcargs setenv bootargs console=${console},${baudrate} earlycon=${earlycon},${baudrate} root=${mmcroot} env save reset
- Rootfs
- TBD
- Services
1. Using systemctl disable remove ,we can remove unnecessary services.
systemctl disable <services>
eg.
systemctl disable boottimes
System Recovery
This section provides detail procedures of restoring the eMMC image.
If you destroy the onboard flash image by accident, you can recover a system following these steps.
- Recovery by SD card
1.Copy 5720A1AIM20LIVA0022_iMX8M_flash_tool.tgz package to your desktop.
2.Insert SD card to PC
3.Make a bootable sd card
# tar zxvf 5720A1AIM20LIVA0022_iMX8M_2G_flash_tool.tgz # cd 5720A1AIM20LIVA0022_iMX8M_2G_flash_tool/mk_inand/ # sudo ./mksd-linux.sh /dev/sdg
4.Insert SD card and copy 5720A1AIM20LIVA0022_iMX8M_flash_tool to USB disk
5.Insert USB disk and SD card then Boot from SD
6.Enter usb disk folder, make a bootable emmc
# cd /run/media/sda1/ # cd 5720A1AIM20LIVA0022_iMX8M_2G_flash_tool/mk_inand/ # sudo ./mksd-linux.sh /dev/mmcblk0
- Recovery by UUU tool
1.Download uuu tool from (https://github.com/ADVANTECH-Corp/uuu/releases/tag/v20200619)
2.burn command
- For Linux
sudo ./uuu
- For Windows
uuu.exe
2.Create a folder with files as below:
1.uuu 2.imx-boot-imx8mqrom5720a1-sd.bin-flash_evk 3.fsl-image-validation-imx-imx8mqrom5720a1-20190917152605.rootfs.sdcard 4.Image_dtb.uuu 5.rootfs.uuu
3.Connect otg cable from PC to device
4.Set the correct boot mode(ROM5720/ROM5721/ROM5620: 1,2,3-off 4-on, ROM7720: 1,2,3,4,5,6-off or 1,2,4,5,6-off 3-on), then power on
5.Perform the following command:
PS.If you want to burn uboot to mmcblk0 instead of mmcblk0boot0, u-boot must be updated to version 20191101,
1.Burn uboot to emmc a)replace uboot in mmcblk0boot0 sudo ./uuu -b emmc imx-boot-imx8mqrom5720a1-sd.bin-flash_evk b)replace uboot in mmcblk0 sudo ./uuu -b emmc_adv imx-boot-imx8mqrom5720a1-sd.bin-flash_evk 2.Burn rootfs image to emmc a)replace uboot in mmcblk0boot0 sudo ./uuu -b emmc_all imx-boot-imx8mqrom5720a1-sd.bin-flash_evk fsl-image-validation-imx-imx8mqrom5720a1-20190917152605.rootfs.sdcard b)replace uboot in mmcblk0 sudo ./uuu -b emmc_all_adv imx-boot-imx8mqrom5720a1-sd.bin-flash_evk fsl-image-validation-imx-imx8mqrom5720a1-20190917152605.rootfs.sdcard
6.uuu tool will start recovery image to emmc.
7.If we want to burn separately into emmc
a)replace Image and dtb Step 1: rename Image and dtb _Image _board.dtb Step 2: sudo ./uuu Image_dtb.uuu b)replace rootfs Step 1: rename rootfs tarball _rootfs.tar.bz2 Step 2: sudo ./uuu rootfs.uuu
8.For more usage (https://github.com/NXPmicro/mfgtools/wiki)
Package List
In BSP, list all packages which will be built in the image
bitbake -g fsl-image-qt5-validation-imx && cat recipe-depends.dot | grep -v -e '-native' | grep -v digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq
Show all recipes (include non-installed packages)
bitbake -s
You can also check ${BDIR}/tmp/deploy/images/${MC}/fsl-image-qt5-validation-imx-${MC}.manifest
It will show the same content with checking by rpm tool on target board.
On target board, list all packages by rpm tool
rpm -qa --root / --dbpath /var/lib/rpm | sort
Device Tree Source file select
We can setup different dts file on bootloader to enable different devices.
eg.
setenv fdt_file adv-imx8mm-rom5721-a1-dsi2dp.dtb env save boot
ROM-5721
- Display
- DSI to LVDS
- g070vw01
- imx8mm-rom5721-a1.dtb
- g150xgel05
- imx8mm-rom5721-a1-dsi2lvds-g150xgel05.dtb
- g215hvn01
- imx8mm-rom5721-a1-dsi2lvds-g215hvn01.dtb
- g070vw01
- DSI to DP
- imx8mm-rom5721-a1-dsi2dp.dtb
- DSI to HDMI
- imx8mm-rom5721-a1-adv7535.dtb
- DSI
- auog101uan02
- imx8mm-rom5721-a1-auog101uan02.dtb
- auog101uan02
- DSI to LVDS
- M.2 SDIO
- Adjust CN43~CN48
- imx8mm-rom5721-a1-m2-sdio.dtb
ROM-5720
- Display
- DSI to HDMI
- imx8mq-rom5720-a1-dcss-adv7535.dtb
- imx8mq-rom5720-a1-lcdif-adv7535.dtb
- For weston ui
- modify /etc/xdg/weston/weston.ini
- drm-device=card2
- modify /etc/xdg/weston/weston.ini
- DSI
- auog101uan02
- imx8mq-rom5720-a1-dcss-auog101uan02.dtb
- For weston ui
- modify /etc/xdg/weston/weston.ini
- drm-device=card2
- modify /etc/xdg/weston/weston.ini
- auog101uan02
- Dual Display
- DSI to HDMI + HDMI
- imx8mq-rom5720-a1-dual-display.dtb
- For weston ui
- modify /etc/xdg/weston/weston.ini
- drm-device=card1
- modify /etc/xdg/weston/weston.ini
- DSI to HDMI + HDMI
- DSI to HDMI
- M.2 SDIO
- Adjust CN43~CN48
- imx8mq-rom5720-a1-m2-sdio.dtb
ROM-5620
- Display
- LVDS
- g070vw01
- imx8mxp-rom5620-a1.dtb
- g150xgel05
- imx8qxp-rom5620-a1-lvds-chimei.dtb
- g215hvn01
- imx8qxp-rom5620-a1-lvds-dual.dtb
- g070vw01
- LVDS to HDMI
- imx8qxp-rom5620-a1-hdmi-bridge.dtb
- DSI to HDMI
- imx8qxp-rom5620-a1-hdmi-bridge.dtb
- DSI
- auog101uan02
- imx8qxp-rom5620-a1-auog101uan02.dtb
- auog101uan02
- LVDS
- M.2 SDIO
- Adjust CN43~CN48
- imx8qxp-rom5620-a1-m2-sdio.dtb
ROM-7720
- Display
- HDMI
- imx8qm-rom7720-a1.dtb
- LVDS
- g070vw01
- imx8qm-rom7720-a1-lvds0.dtb
- imx8qm-rom7720-a1-lvds1.dtb
- g215hvn01
- imx8qm-rom7720-a1-lvds-dual.dtb
- g070vw01
- HDMI + LVDS
- HDMI + g070vw01
- imx8qm-rom7720-a1-hdmi-lvds0.dtb
- imx8qm-rom7720-a1-hdmi-lvds1.dtb
- HDMI + g215hvn01
- imx8qm-rom7720-a1-hdmi-lvds-dual.dtb
- HDMI + g070vw01
- LVDS to HDMI
- imx8qm-rom7720-a1-it6263.dtb
- HDMI
- Audio Codec
- imx8qm-rom7720-a1-sgtl5000.dtb
RSB-3720
- Display
- HDMI (default)
- imx8mp-rsb3720-a1.dtb
- LVDS
- g070vw01(LVDS0) + HDMI
- imx8mp-rsb3720-a1-lvds0-auo.dtb
- g070vw01(LVDS1) + HDMI
- imx8mp-rsb3720-a1-lvds1-auo.dtb
- g215hvn01(DUAL LVDS) + HDMI
- imx8mp-rsb3720-a1-lvds-dual.dtb
- g070vw01(LVDS0) + HDMI
- DSI
- adv7535(DSI to HDMI) + HDMI
- imx8mp-rsb3720-a1-adv7535.dtb
- auog101uan02(DSI) + HDMI
- imx8mp-rsb3720-a1-auog101uan02.dtb
- adv7535(DSI to HDMI) + HDMI
- HDMI (default)
- Camera
- OV5640 (default)
- imx8mp-rsb3720-a1.dtb
- Basler camrea
- imx8mp-rsb3720-a1-basler.dtb
- OV5640 (default)
ROM-5722
- Display
- HDMI (default)
- imx8mp-rom5722-a1.dtb
- LVDS
- g070vw01(LVDS0) + HDMI
- imx8mp-rom5722-a1-lvds0-auo.dtb
- g070vw01(LVDS1) + HDMI
- imx8mp-rom5722-a1-lvds1-auo.dtb
- g215hvn01(DUAL LVDS) + HDMI
- imx8mp-rom5722-a1-lvds-dual.dtb
- g070vw01(LVDS0) + HDMI
- DSI
- adv7535(DSI to HDMI) + HDMI
- imx8mp-rom5722-a1-adv7535.dtb
- auog101uan02(DSI) + HDMI
- imx8mp-rom5722-a1-auog101uan02.dtb
- adv7535(DSI to HDMI) + HDMI
- HDMI (default)
- Camera
- OV5640 (default)
- imx8mp-rom5722-a1.dtb
- Basler camrea
- imx8mp-rom5722-a1-basler.dtb
- OV5640 (default)
ROM-3620
- Display
- LVDS
- g070vw01
- imx8mxp-rom3620-a1.dtb
- g150xgel05
- imx8qxp-rom3620-a1-lvds-chimei.dtb
- g215hvn01
- imx8qxp-rom3620-a1-lvds-dual.dtb
- g070vw01
- DSI to HDMI
- imx8qxp-rom3620-a1-hdmi-bridge.dtb
- DSI
- auog101uan02
- imx8qxp-rom3620-a1-auog101uan02.dtb
- auog101uan02
- LVDS
Burn-in Test
About bottom board setting
The disable pin of PCIE
You should config disable pin follow your bottom board.
&pcie0{
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pcie0>;
//disable-gpio = <&tca9538 0 GPIO_ACTIVE_LOW>; <---
reset-gpio = <&gpio1 13 GPIO_ACTIVE_LOW>;
ext_osc = <1>;
status = "okay";
};
Fix no sound issue probability when the HDMI plug in/out
You can use the following patch to fix this issue:
[0001-imx865-hdmi-enable-overflow-workaround-for-imx865-hd.patch]
From 9ca13642ff1367cb32c15f82d2c077f2f7c0e8f1 Mon Sep 17 00:00:00 2001
From: Sandor Yu <Sandor.yu@nxp.com>
Date: Mon, 25 Oct 2021 16:13:37 +0800
Subject: [PATCH] imx865: hdmi: enable overflow workaround for imx865 hdmi
Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
---
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
index b48cdaa493b7..b53e2efed3bf 100644
--- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
+++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
@@ -2220,6 +2220,7 @@ static void dw_hdmi_clear_overflow(struct dw_hdmi *hdmi)
case 0x201a:
case 0x211a:
case 0x212a:
+ case 0x213a:
count = 1;
break;
default:
--
2.17.1