Download the Toolchain for Rugged Board i.MX6UL
PreviousYocto Compilation For Rugged Board i.MX6ULNextHow to Add New Package in Yocto(root file system)
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide describes a method of downloading the toolchain for Rugged Board-i.MX6UL and cross compile the sample application.
PC(Personal computer)/System
Ubuntu 20.04 64Bit
UBUNTU 20.04 is prefered. Install the below pre-requisite packages :
Step-1: Make directory to download the toolchain.
Step-2: Download the toolchain
Step-3: Give the permissions to the toolchain script file as below and install it.
Step-4: To cross compile any sample application(hello_world.c) or compile any source, please run the below command to get the arm environment.
Step-5: Cross compiling the c application as below