Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated link to PD17.2.0 Release Notes and modified some wording

...

  • phyCORE-i.MX7 SOM
  • phyBOARD-Zeta i.MX7 carrier board
  • 2x 2x5 pin header to DB9 male connector
  • Evaluation board PEB-EVAL-02 (optional)
  • LCD Display Adapter with 7" capacitive display PEB-AV-02-TC (optional)
  • WiFi/BT module PEB-WLBT-03 (optional)
  • Null-Modem RS232 DB9 cable (female to female)
  • AC adapter with 2-pin phoenix connector supplying 5V DC, min. 2.5A
Note

See release notes for supported SOM and carrier board versions.

...

Code Block
cd $YOCTO_DIR
TEMPLATECONF=$YOCTO_DIR/sources/meta-phytec/meta-phytec-fsl/conf MACHINE=<Yocto Machine> source sources/poky/oe-init-build-env build

Add the the new download directory to Modify the DL_DIR variable in build/conf/local.conf to use your new download directory:

Code Block
DL_DIR ?= "/opt/PHYTEC_BSPs/yocto_dl"

...

Info
titleAccept Freescale EULA

In order to build certain packages included in the FSL meta layers, you need to accept the Freescale EULA at '/opt/yocto/yocto_fsl/sources/meta-fsl-arm/EULA'. Please read it and if you accept it, write add the following in build/conf/local.conf:

Code Block
ACCEPT_FSL_EULA = "1"


...

The build time will vary depending on the package selection and Host performance. Beyond the initial build, after making modifications to the BSP, a full build is not required. Use the following as a reference to take advantage of optimized build options and reduce the build time.


To rebuild Bareboxu-boot:

Code Block
bitbake u-boot-phytec -f -c compile && bitbake u-boot-phytec

...