Download the Toolchain for Rugged Board i.MX6UL
Objective:
This guide describes a method of downloading the toolchain for Rugged Board-i.MX6UL and cross compile the sample application.
Materials:
Hardware:
PC(Personal computer)/System
Software:
Ubuntu 20.04 64Bit
Procedure:
HOST Machine setup:
UBUNTU 20.04 is prefered. Install the below pre-requisite packages :
Toolchain Downloading:
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
PreviousYocto Compilation For Rugged Board i.MX6ULNextHow to Add New Package in Yocto(root file system)
Last updated