How to make a cross compiler for i.MX6q running on Debian Wheezy or Ubuntu

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to make a cross compiler for i.MX6q running on Debian Wheezy or Ubuntu

641 Views
barhom
Contributor I

Hey,

So I have this new device I bought that runs linux and has an armv7 cpu.

Its said the CPU inside is an i.MX6q.

Ive pasted uname -a and cpuinfo below for you to see what this system is running.

Im trying to build a crosscompiler that I can run from an 64-bit Debian Wheezy or Ubuntu installation (whichever is easiest, has a guide for it or etc).

What exactly do I need to download and does some instructions exist for making a cross compiler for this cpu?

[root@matrixtv ~]# uname -a

Linux matrixtv 3.0.35-2666-gbdde708 #19 SMP PREEMPT Mon Aug 4 01:37:01 SGT 2014 armv7l GNU/Linux

[root@matrixtv ~]# cat /proc/cpuinfo

Processor : ARMv7 Processor rev 10 (v7l)

processor : 0

BogoMIPS : 790.52

processor : 1

BogoMIPS : 790.52

processor : 2

BogoMIPS : 790.52

processor : 3

BogoMIPS : 790.52

Features : swp half thumb fastmult vfp edsp neon vfpv3

CPU implementer : 0x41

CPU architecture: 7

CPU variant : 0x2

CPU part : 0xc09

CPU revision : 10

Hardware : Freescale i.MX 6Quad/DualLite/Solo Sabre-SD Board

Revision : 63012

Serial : 0000000000000000

Labels (2)
0 Kudos
1 Reply

370 Views
igorpadykov
NXP Employee
NXP Employee

Hi Ibrahim

I think you can look at i.MX6Q design tools page

i.MX6Q|i.MX 6Quad Processors|Quad Core|Freescale

L3.0.35_4.1.0_ER_SOURCE_BSP : i.MX 6Quad, i.MX 6Dual, i.MX 6DualLite, i.MX 6Solo and i.MX 6Sololite Linux BSP Source Code Files.

L3.0.35_4.1.0_LINUX_DOCS

L3.0.35_4.1.0_UBUNTU_RFS_BSP : i.MX 6Quad, i.MX 6Dual, i.MX 6DualLite, i.MX 6Solo and i.MX 6Sololite Linux File System for the Ubuntu Images.

L3.10.17_1.0.0_IMX6QDLS_BUNDLE : Source Code Download Steps Documentation and Demo Images.

L3.10.17_1.0.0_LINUX_DOCS

Best regards

igor

0 Kudos