imx6ull yocto project enable adb

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx6ull yocto project enable adb

ソリューションへジャンプ
2,791件の閲覧回数
gjfme
Contributor II
请问如何使 imx6ull yocto linux 支持adb? BSP version linux-imx-rel_imx_4.1.15_2.1.0_ga?
タグ(1)
0 件の賞賛
返信
1 解決策
2,778件の閲覧回数
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,779件の閲覧回数
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,786件の閲覧回数
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,783件の閲覧回数
gjfme
Contributor II

Hi BiyongSUN:

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

 

    Best regards。

0 件の賞賛
返信