imx6ull yocto project enable adb

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

imx6ull yocto project enable adb

Jump to solution
1,260 Views
gjfme
Contributor II
请问如何使 imx6ull yocto linux 支持adb? BSP version linux-imx-rel_imx_4.1.15_2.1.0_ga?
Tags (1)
0 Kudos
1 Solution
1,247 Views
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

 

 

View solution in original post

0 Kudos
3 Replies
1,248 Views
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 Kudos
1,255 Views
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 Kudos
1,252 Views
gjfme
Contributor II

Hi BiyongSUN:

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

 

    Best regards。

0 Kudos