您尚未登录。

楼主 #1 2021-01-22 19:23:02

xiejiayue
会员
注册时间: 2020-11-05
已发帖子: 9
积分: 9

请教V3S,BSP内核,USB如何虚拟成网卡

配置如下:

FluxBB bbcode 测试

insmod g_ether.ko信息如下:
[  459.502260] g_ether gadget: using random self ethernet address
[  459.508903] g_ether gadget: using random host ethernet address
[  459.529760] usb0: MAC 22:01:32:dc:e1:b4
[  459.534219] usb0: HOST MAC 56:6c:b8:9d:b9:36
[  459.552964] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[  459.561290] g_ether gadget: g_ether ready

但是没有显示RNDIS,PC机也没有识别出USB

离线

#2 2021-01-22 19:51:56

raspberryman
会员
注册时间: 2019-12-27
已发帖子: 503
积分: 465

Re: 请教V3S,BSP内核,USB如何虚拟成网卡

OTG切换到device模式了吗?

离线

楼主 #3 2021-01-23 08:43:21

xiejiayue
会员
注册时间: 2020-11-05
已发帖子: 9
积分: 9

Re: 请教V3S,BSP内核,USB如何虚拟成网卡

raspberryman 说:

OTG切换到device模式了吗?

sys_config.fex中的USB我是这么配置的
;----------------------------------------------------------------------------------
;usb configuration
;usb_used:          usb controller enable, 0-disable, 1-enable
;usb_port_type:     usb mode: 0-device, 1-host, 2-otg
;usb_detect_type:   usb hotplug detect mode, 0-none, 1-vbus/id detect, 2-id/dpdm detect
;usb_id_gpio:       usb id detect IO
;usb_det_vbus_gpio: usb vbus detect IO, "axp_ctrl" for axp
;usb_drv_vbus_gpio: usb dirve vbus IO
;usb_restrict_gpio: usb current restrict IO
;usb_restric_flag:  usb current restrict flag
;----------------------------------------------------------------------------------
[usbc0]
usb_used            = 1
usb_port_type       = 0
usb_detect_type     = 1
usb_id_gpio         = port:PF6<0><1><default><default>
usb_det_vbus_gpio   = port:PF6<0><1><default><default>
usb_drv_vbus_gpio   = port:PG3<1><0><default><0>
usb_restrict_gpio   =
usb_host_init_state = 0
usb_restric_flag    = 0
usb_restric_voltage = 3550000
usb_restric_capacity= 5
usb_regulator_io    = "nocare"
usb_regulator_vol   = 0
usb_not_suspend     = 0

离线

#4 2021-01-23 08:46:42

拉轰的脚踏车
会员
注册时间: 2020-03-20
已发帖子: 288
积分: 222

Re: 请教V3S,BSP内核,USB如何虚拟成网卡

我记得 adbd 是可以, 你试一试adb或者串口?

离线

楼主 #5 2021-01-23 17:40:56

xiejiayue
会员
注册时间: 2020-11-05
已发帖子: 9
积分: 9

Re: 请教V3S,BSP内核,USB如何虚拟成网卡

拉轰的脚踏车 说:

我记得 adbd 是可以, 你试一试adb或者串口?

FluxBB bbcode 测试
是这些adb配置吗

离线

楼主 #6 2021-01-28 11:58:14

xiejiayue
会员
注册时间: 2020-11-05
已发帖子: 9
积分: 9

Re: 请教V3S,BSP内核,USB如何虚拟成网卡

参照 https://whycan.com/t_1626.html ,修改驱动
1.make ARCH=arm menuconfig,进入Device Drivers/USB support/USB Gadget Support,选中USB Gadget Drivers (Ethernet Gadget (with CDC Ethernet support))以及RNDIS support
2.修改sys_config.fex中的usb_port_type = 0,使usb处于device模式
3.修改sunxi_udc.c
4.修改usbc.c
同上以上步骤即可实现USB虚拟成网卡

离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn