imx6ull yocto project enable adb

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

imx6ull yocto project enable adb

跳至解决方案
2,761 次查看
gjfme
Contributor II
请问如何使 imx6ull yocto linux 支持adb? BSP version linux-imx-rel_imx_4.1.15_2.1.0_ga?
标记 (1)
0 项奖励
回复
1 解答
2,748 次查看
BiyongSUN
NXP Employee
NXP Employee

linux-imx$ git tag |grep m6.0.1_2.1.0-ga
m6.0.1_2.1.0-ga
linux-imx$ git checkout m6.0.1_2.1.0-ga
Checking out files: 100% (76326/76326), done.
Previous HEAD position was 4f2631b022d8 MLK-25089 phy: freescale: pcie: fix the imx8mp evk ep rc link speed issue
HEAD is now at 9f38c97e4923 MLK-12946 media: pxp-v4l2: correct the 32 bpp pixel format passed to pxp
linux-imx$ git status
HEAD detached at m6.0.1_2.1.0-ga
nothing to commit, working tree clean

 

 

在原帖中查看解决方案

0 项奖励
回复
3 回复数
2,749 次查看
BiyongSUN
NXP Employee
NXP Employee

linux-imx$ git tag |grep m6.0.1_2.1.0-ga
m6.0.1_2.1.0-ga
linux-imx$ git checkout m6.0.1_2.1.0-ga
Checking out files: 100% (76326/76326), done.
Previous HEAD position was 4f2631b022d8 MLK-25089 phy: freescale: pcie: fix the imx8mp evk ep rc link speed issue
HEAD is now at 9f38c97e4923 MLK-12946 media: pxp-v4l2: correct the 32 bpp pixel format passed to pxp
linux-imx$ git status
HEAD detached at m6.0.1_2.1.0-ga
nothing to commit, working tree clean

 

 

0 项奖励
回复
2,756 次查看
BiyongSUN
NXP Employee
NXP Employee

You can use the   android release  m6.0.1_2.1.0-ga's kernel, which is base on 4.1.15 linux release. 

Or do the adb function backports to the Linux 4.1.15.  

All the differences are just in the 

drivers/usb/gadget/Kconfig
drivers/usb/gadget/configfs.c
include/linux/usb/composite.h

0 项奖励
回复
2,753 次查看
gjfme
Contributor II

Hi BiyongSUN:

     可不可以发一下这个版本kernel 的链接? 我看了codeaurora上,不知道哪个是m6.0.1_2.1.0-ga 的kernel。

 

    Best regards。

0 项奖励
回复