Where can I find the git repo for i.mx6 ultralite?

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

Where can I find the git repo for i.mx6 ultralite?

1,391 Views
nathanholder
Contributor I

Where can I find the git repo for i.mx6 ultralite?

Seems like the repos I find on freescale are for i.mx5 and i.mx2...

Sorry for the basic question, I am just trying to get my bearings on the repos for i.mx*...

"Dear i.MX Developers,

We have created a maintenance GIT branch for both MX28 EVK and MX53 QSB platforms. The branch is called "imx_2.6.35_maintain" and can be found at this location:http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/.

In the future we will be making bug fix/maintain releases for MX53QSB and MX28EVK platform from this branch. For instructions on submitting patches to the branch, please refer to this discussion: Submit i.MX53 & i.MX28 Linux kernel patches."

Labels (3)
Tags (3)
0 Kudos
1 Reply

880 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Nathan Holder,

There are two alternatives:

BSP Releases: Latest is 4.9.11 and it supports the i.MX6ULL among other NXP boards as defined in the BSP documentation. For information on how to download and setup this BSP please look at the BSP documentation (link below)

https://www.nxp.com/webapp/Download?colCode=L4.9.11_1.0.0_LINUX_DOCS

The repo for this BSP is:

$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-morty

Community BSP: This is part of the Yocto Project and includes support for third party boards. All information on how to download and setup as well as documentation is available on the link below:

http://freescale.github.io/

In this case the repo would depend on the branch used, for morty would be:

$ repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b morty

I hope this information helps!

Regards,

0 Kudos