Difference between revisions of "i.MX25 SODIMM PC Toolchain"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
In this section suitable toolchains to help build images for i.MX25 SODIMM PC - Development kit are shown. | In this section suitable toolchains to help build images for i.MX25 SODIMM PC - Development kit are shown. | ||
== GNUEABI toolchain == | == GNUEABI toolchain == | ||
+ | This toolchain is recommended to use. | ||
=== Install === | === Install === | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> |
Revision as of 01:12, 22 April 2021
In this section suitable toolchains to help build images for i.MX25 SODIMM PC - Development kit are shown.
GNUEABI toolchain
This toolchain is recommended to use.
Install
sudo apt-get install gcc-arm-linux-gnueabi lzop
fslc-framebuffer toolchain
Install
mkdir -pv ~/workdir/downloads cd ~/workdir/downloads wget -c http://downloads.voipac.com/files/i.MX25_SODIMM_PC-Development_kit/module/software/toolchain/binaries/fslc-framebuffer-glibc-x86_64-meta-toolchain-armv5e-toolchain-2.4.3.sh chmod a+x fslc-framebuffer-glibc-x86_64-meta-toolchain-armv5e-toolchain-2.4.3.sh ./fslc-framebuffer-glibc-x86_64-meta-toolchain-armv5e-toolchain-2.4.3.sh
Install log
user@workstation:~/workdir/downloads$ ./fslc-framebuffer-glibc-x86_64-meta-toolchain-armv5e-toolchain-2.4.3.sh FSLC FrameBuffer SDK installer version 2.4.3 ============================================ Enter target directory for SDK (default: /opt/fslc-framebuffer/2.4.3): You are about to install the SDK to "/opt/fslc-framebuffer/2.4.3". Proceed[Y/n]? [sudo] password for marek: Extracting SDK.......................done Setting it up...done SDK has been successfully set up and is ready to be used. Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. $ . /opt/fslc-framebuffer/2.4.3/environment-setup-armv5e-fslc-linux-gnueabi
Setup
source /opt/fslc-framebuffer/2.4.3/environment-setup-armv5e-fslc-linux-gnueabi