Download the Toolchain for Rugged Board A5d2x
PreviousYocto Compilation For Rugged Board A5d2xNextHow 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 a5d2x and cross compile the sample application.
PC(Personal computer)/System
Ubuntu 16.04
Step1: Make directory to download the toolchain.
Step2: Download the toolchain zip file from below link and copy the downloaded file to toolchain folder.
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