Download the Toolchain for Rugged Board A5d2x
Objective:
This guide describes a method of downloading the toolchain for rugged board a5d2x and cross compile the sample application.
Materials:
Hardware:
PC(Personal computer)/System
Software:
Ubuntu 16.04
Procedure:
Toolchain Downloading:
Step1: Make directory to download the toolchain.
Step2: Download the toolchain zip file from below link and copy the downloaded file to toolchain folder.
toolchain zip file download link
Step3: unzip the downloaded file.
Step4: Give the permissions to the toolchain script file as below and install it.
Step5: To cross compile any sample application(hello_world.c) or compile any source, please run the below command to get the arm environment.
Step6: Cross compiling the c application as below
PreviousYocto Compilation For Rugged Board A5d2xNextHow to Add New Package in Yocto(root file system)
Last updated