about kernel linux-imx branch

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

about kernel linux-imx branch

Jump to solution
5,736 Views
changbaoma
Contributor III

when the  clone imx kernel (git clone https://source.codeaurora.org/external/imx/linux-imx), i find there are two branchs with 4.19 (5.4 also):

#git branch -a

remotes/origin/git.kernel.org/linux-stable/linux-4.19.y
remotes/origin/imx_4.19.35_1.x.0

which should we use on imx6ull?

 is the first one maintained by kernel.org and the second one maintained by nxp?

how long do those imx linux-4.19.y and linux-5.4.y will be maintained by nxp?  and how to choice?

Labels (1)
0 Kudos
1 Solution
5,651 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hi, Changbao,

See below, please!

----------------


For L4.19.35_1.1.0
u-boot-imx:

# git clone https://source.codeaurora.org/external/imx/uboot-imx -b imx_v2019.04_4.19.35_1.1.0

Linux kernel source:
# git clone https://source.codeaurora.org/external/imx/linux-imx -b imx_4.19.35-1.1.0


For 5.4.24_2.1.0

u-boot-imx:
# git clone https://source.codeaurora.org/external/imx/uboot-imx -b imx_v2020.04_5.4.24_2.1.0

Linux kernel source:

# git clone https://source.codeaurora.org/external/imx/linux-imx -b imx_5.4.24_2.1.0

----------------------

Comment:

1. Here is the link for all versions of linux BSP document.

Embedded Linux for i.MX Applications Processors | NXP 

Linux bsp version on the link will be maintained by us.

2. bsp for i.mx6ull

All versions starting from L4.1.15_1.0.0 support i.MX6ULL. So you can use which version.
For example: 4.1.15_2.0.0, 4.14.98_2.0.0, 4.19.35_1.1.0, 5.4.3_2.0.0 and the most recent 5.4.24_2.1.0

You can download the corresponding document from the above link, and establish your cross-compilation environment according to the iMX_Yocto_Users_Guide.pdf in the document, and download and compile the version of the BSP.

Hope above information is helpful for you!

Have a nice day!

B.R,

Weidong

View solution in original post

0 Kudos
4 Replies
3,833 Views
dpatel123
Contributor I

Cloning this REPO is not working via USA ISP/DNS. If I connect to EU VPN servers then cloning this repo works fine. Does this repo have cloning issue in USA?

Tags (2)
0 Kudos
5,652 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hi, Changbao,

See below, please!

----------------


For L4.19.35_1.1.0
u-boot-imx:

# git clone https://source.codeaurora.org/external/imx/uboot-imx -b imx_v2019.04_4.19.35_1.1.0

Linux kernel source:
# git clone https://source.codeaurora.org/external/imx/linux-imx -b imx_4.19.35-1.1.0


For 5.4.24_2.1.0

u-boot-imx:
# git clone https://source.codeaurora.org/external/imx/uboot-imx -b imx_v2020.04_5.4.24_2.1.0

Linux kernel source:

# git clone https://source.codeaurora.org/external/imx/linux-imx -b imx_5.4.24_2.1.0

----------------------

Comment:

1. Here is the link for all versions of linux BSP document.

Embedded Linux for i.MX Applications Processors | NXP 

Linux bsp version on the link will be maintained by us.

2. bsp for i.mx6ull

All versions starting from L4.1.15_1.0.0 support i.MX6ULL. So you can use which version.
For example: 4.1.15_2.0.0, 4.14.98_2.0.0, 4.19.35_1.1.0, 5.4.3_2.0.0 and the most recent 5.4.24_2.1.0

You can download the corresponding document from the above link, and establish your cross-compilation environment according to the iMX_Yocto_Users_Guide.pdf in the document, and download and compile the version of the BSP.

Hope above information is helpful for you!

Have a nice day!

B.R,

Weidong

0 Kudos
4,703 Views
balwang
Contributor I

Dear Weidong,

seems the following link does not exist any more 

git clone https://source.codeaurora.org/external/imx/linux-imx -b imx_4.19.35-1.1.0

please advice how we can download 4.19.35-1.1.0

paulwang

0 Kudos
5,651 Views
changbaoma
Contributor III

Great help to me, Thank you Sun

0 Kudos