about kernel linux-imx branch

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

about kernel linux-imx branch

跳至解决方案
7,662 次查看
changbaoma
Contributor IV

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?

标签 (1)
0 项奖励
回复
1 解答
7,577 次查看
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 项奖励
回复
4 回复数
5,759 次查看
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?

标记 (2)
0 项奖励
回复
7,578 次查看
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 项奖励
回复
6,629 次查看
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 项奖励
回复
7,577 次查看
changbaoma
Contributor IV

Great help to me, Thank you Sun

0 项奖励
回复