Difference between revisions of "iMX6 TinyRex Toolchain"
Jump to navigation
Jump to search
(Created page with "== GNUEABI toolchain == === Core image toolchain === ==== Install ==== Toochain for Operating Systems running Linux kernel... <syntaxhighlight lang="bash"> mkdir -pv ~/workdir...") |
|||
Line 1: | Line 1: | ||
+ | [[Category:iMX6 TinyRex Development kit]] | ||
+ | [[Category:Toolchain]] | ||
+ | <!-- --> | ||
+ | <div style="float:right">__TOC__</div> | ||
== GNUEABI toolchain == | == GNUEABI toolchain == | ||
=== Core image toolchain === | === Core image toolchain === |
Revision as of 13:34, 10 March 2021
GNUEABI toolchain
Core image toolchain
Install
Toochain for Operating Systems running Linux kernel...
mkdir -pv ~/workdir/downloads cd ~/workdir/downloads wget -c https://www.voipac.com/downloads/imx/toolchain/poky-glibc-x86_64-core-image-base-cortexa9hf-vfp-neon-toolchain-1.7.sh chmod a+x poky-glibc-x86_64-core-image-base-cortexa9hf-vfp-neon-toolchain-1.7.sh ./poky-glibc-x86_64-core-image-base-cortexa9hf-vfp-neon-toolchain-1.7.sh
Install log
marek@jessie:~/workdir/downloads$ ./poky-glibc-x86_64-core-image-base-cortexa9hf-vfp-neon-toolchain-1.7.sh Enter target directory for SDK (default: /opt/poky/1.7): You are about to install the SDK to "/opt/poky/1.7". Proceed[Y/n]? [sudo] password for marek: Extracting SDK...done Setting it up...sudo: ignoring time stamp from the future [sudo] password for marek: done SDK has been successfully set up and is ready to be used.
Setup
source /opt/poky/1.7/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi
VPAC image toolchain
Install
Toochain for Operating Systems running Linux kernel...
mkdir -pv ~/workdir/downloads cd ~/workdir/downloads wget -c https://www.voipac.com/downloads/imx/toolchain/poky-glibc-x86_64-vpac-image-full-cmdline-cortexa9hf-vfp-neon-toolchain-1.7.sh chmod a+x poky-glibc-x86_64-vpac-image-full-cmdline-cortexa9hf-vfp-neon-toolchain-1.7.sh ./poky-glibc-x86_64-vpac-image-full-cmdline-cortexa9hf-vfp-neon-toolchain-1.7.sh
Install log
marek@jessie:~/workdir/downloads$ ./poky-glibc-x86_64-vpac-image-full-cmdline-cortexa9hf-vfp-neon-toolchain-1.7.sh SDK has been successfully set up and is ready to be used. Enter target directory for SDK (default: /opt/poky/1.7): You are about to install the SDK to "/opt/poky/1.7". Proceed[Y/n]? Extracting SDK...done Setting it up...done SDK has been successfully set up and is ready to be used.
Setup
source /opt/poky/1.7/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi