Template:Yocto Build Release TI: Difference between revisions

From Variscite Wiki
Line 54: Line 54:
Next, setup the environment. The above commands are only required for the very first build setup: whenever restarting a newer build session (from a different terminal or in a different time), you can skip the full setup and just run:
Next, setup the environment. The above commands are only required for the very first build setup: whenever restarting a newer build session (from a different terminal or in a different time), you can skip the full setup and just run:


$ cd ~/var-ti-yocto/tisdk/build
{{AM62_SETUP_ENV_RETURN}}
$ . conf/setenv
$ export TOOLCHAIN_PATH_ARMV7=$HOME/{{#var:armv7_toolchain}} && \
      export TOOLCHAIN_PATH_ARMV8=$HOME/{{#var:armv8_toolchain}} && \
      export TI_SECURE_DEV_PKG_K3=`pwd`/core-secdev-k3


= Build GUI demo image =
= Build GUI demo image =

Revision as of 21:48, 14 April 2023