Configure the BSP for the desired hardware platform and software configuration using the correpsonding command from the following table:

Platform Configuration Command
MBa7x linux/mainline ¦ busybox init ¦ Qt5 tools/config-mba7x
linux/mainline ¦ busybox init tools/config-mba7x.tiny
linux/mainline ¦ systemd init tools/config-mba7x.sd
MBa7x-FSL linux-imx/NXP ¦ busybox init ¦ Qt5 tools/config-mba7x-fsl
linux-imx/NXP ¦ busybox init tools/config-mba7x-fsl.tiny
linux-imx/NXP ¦ systemd init tools/config-mba7x-fsl.sd

Building the BSP:

Execute in the BSP root directory

$ ./tools/config-mba7x
$ ./p images

or

$ ptxdist platform configs/platform-tq-tqma7x/mba7x/platformconfig
$ ptxdist select configs/platform-tq-tqma7x/ptxconfig.qt
$ ptxdist go --git
$ ptxdist images
  • Last modified: 2022/08/04 15:02