S B C X U s e r ' s G u i d e
v . 1 . 0 . 1
$ source source axel-bsp-init-env.sh build
$ bitbake axel-fsl-image-gui
Please note that three different images are available:
●
axel-fsl-image-gui (includes the gui application from NXP /
Freescale)
●
axel-fsl-qt5-image (root file system with Qt 5.3.2 libraries and
examples)
●
base-rootfs-image (minimal root file system)
The resulting files (kernel, device tree and u-boot binaries, plus root file
system in a .tar.gz archive) will then be available inside the
build/tmp/
deploy/images/axel
directory.
7.5
Building the software components outside Yocto
7.5.1
Build/configure U-Boot
NOTE
: before building U-Boot, please check for updates of the source
code published in the git repositories, using the
git fetch/merge
or
the
git pull
commands. For further details, please refer to section
7.3.2.7.
Assuming that you've configured the environment variables sourcing the
env.sh
script, enter the U-Boot sources directory (
~/xelk/u-boot-
imx
) and run the following commands:
dvdk@dvdk-vm:~/xelk/u-boot-imx$ make mx6qdlaxel_spi
The former command selects the default SBCX configuration which is
used to boot from SPI NOR Flash, while the latter builds the u-boot
binary images.
Subsequent builds just require make command, without targets, to
update the binary images.
Once the build process is complete, the binary images can be copied to
the
/srv/tftp/xelk/
directory with the following command:
dvdk@dvdk-vm:~/xelk/u-boot-imx$ sudo cp u-boot.imx
/srv/tftp/xelk/
7.5.2
Build/configure Linux kernel
NOTE
: before building Linux, please check for updates of the source
December, 2019
100/139
Summary of Contents for SBC AXEL
Page 2: ...S B C X U s e r s G u i d e v 1 0 1 Page intentionally left blank December 2019 2 139 ...
Page 105: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 105 139 ...
Page 106: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 106 139 ...
Page 107: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 107 139 Fig 44 QtQuick Hello World ...
Page 119: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 119 139 ...
Page 121: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 121 139 ...
Page 139: ...S B C X U s e r s G u i d e v 1 0 1 December 2019 139 139 ...