Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:arm:tqma7x:linux:ptxdist:compilation [2018/07/04 14:54] – created liedmannen:arm:tqma7x:linux:ptxdist:compilation [2022/08/04 15:02] (current) – external edit 127.0.0.1
Line 1: Line 1:
 Configure the BSP for the desired hardware platform and software configuration using the correpsonding command from the following table: Configure the BSP for the desired hardware platform and software configuration using the correpsonding command from the following table:
 ^ Platform  ^ Configuration  ^ Command  ^ ^ Platform  ^ Configuration  ^ Command  ^
 +| ++MBa7x|\\ ''configs\platform-tq-tqma7x\mba7x\platformconfig''++  | ++linux/mainline ¦ busybox init ¦ Qt5|\\ ''configs\platform-tq-tqma7x\ptxconfig.qt_bb''++  | ''tools/config-mba7x''  |
 +| :::  | ++linux/mainline ¦ busybox init|\\ ''configs\platform-tq-tqma7x\ptxconfig.tiny''++  |''tools/config-mba7x.tiny''  |
 +| :::  | ++linux/mainline ¦ systemd init|\\ ''configs\platform-tq-tqma7x\ptxconfig.sd''++  | ''tools/config-mba7x.sd''  |
 | ++MBa7x-FSL|\\ ''configs\platform-tq-tqma7x-fsl\mba7x\platformconfig''++  | ++linux-imx/NXP ¦ busybox init ¦ Qt5|\\ ''configs\platform-tq-tqma7x-fsl\ptxconfig.qt_bb''++  | ''tools/config-mba7x-fsl''  | | ++MBa7x-FSL|\\ ''configs\platform-tq-tqma7x-fsl\mba7x\platformconfig''++  | ++linux-imx/NXP ¦ busybox init ¦ Qt5|\\ ''configs\platform-tq-tqma7x-fsl\ptxconfig.qt_bb''++  | ''tools/config-mba7x-fsl''  |
 | :::  | ++linux-imx/NXP ¦ busybox init|\\ ''configs\platform-tq-tqma7x-fsl\ptxconfig.tiny''++  | ''tools/config-mba7x-fsl.tiny''  | | :::  | ++linux-imx/NXP ¦ busybox init|\\ ''configs\platform-tq-tqma7x-fsl\ptxconfig.tiny''++  | ''tools/config-mba7x-fsl.tiny''  |
 | :::  | ++linux-imx/NXP ¦ systemd init|\\ ''configs\platform-tq-tqma7x-fsl\ptxconfig.sd''++  | ''tools/config-mba7x-fsl.sd''  | | :::  | ++linux-imx/NXP ¦ systemd init|\\ ''configs\platform-tq-tqma7x-fsl\ptxconfig.sd''++  | ''tools/config-mba7x-fsl.sd''  |
 +
 +**__Building the BSP:__**
 +\\
 +
 +Execute in the BSP root directory
 +
 +<code>
 +$ ./tools/config-mba7x
 +$ ./p images
 +</code>
 +or
 +<code>
 +$ ptxdist platform configs/platform-tq-tqma7x/mba7x/platformconfig
 +$ ptxdist select configs/platform-tq-tqma7x/ptxconfig.qt
 +$ ptxdist go --git
 +$ ptxdist images
 +</code>
  • Last modified: 2022/08/04 15:04