在 Kubos Linux 中启用通过 USB 的大容量存储和以太网或通过 USB 的终端设备功能

发布于 2025-01-11 00:04:37 字数 878 浏览 3 评论 0原文

我一直在尝试在 Kubos Linux 中模拟通过 USB 功能的以太网或通过 USB 功能的终端设备(https://docs.kubos.com/1.21.0/index.html)。

Linux内核的版本是4.4.23。 Kubos Linux部署在beaglebone black上,使用uboot启动linux。我已在 linux-kubos.config 中启用 CONFIG_USB_NET_DRIVERS,您可以在此处看到: https://github.com/kubos/kubos-linux-build/blob/master/board/kubos/beaglebone-black/linux-kubos.config。之后我编译了linux并创建了kubos-linux.img和aux-sd.img并刷新了SD卡。我从 SD 卡启动了开发板,但是在闪存后我仍然看不到通过 USB 模拟的以太网。

我使用 buildroot 在虚拟盒中的 vagrant VM 中编译和构建 kubos 内核和 aux 映像。

我想知道我是否缺少一些关键信息来添加这些功能,以及是否需要在 kubos Linux 内核中启用任何 beaglebone black 特定驱动程序配置?

目前,我使用 FTDI 电缆通过 minicom 与板进行串行通信,但是,这非常慢,并且希望使用 USB 以太网或终端功能来使通信更快。

I've been trying to emulate the ethernet over USB functional or a terminal device over USB function in Kubos Linux (https://docs.kubos.com/1.21.0/index.html).

The version of linux kernel is 4.4.23. The Kubos Linux is deployed on beaglebone black and uses uboot to boot the linux. I have enabled CONFIG_USB_NET_DRIVERS in the linux-kubos.config which you can see here: https://github.com/kubos/kubos-linux-build/blob/master/board/kubos/beaglebone-black/linux-kubos.config. After this I compiled the linux and created a kubos-linux.img and aux-sd.img and flashed the SD card. I booted the board from SD card however, I still could not see the ethernet over USB emulation after the flash.

I use buildroot for compiling and building the kubos kernel and aux image in the vagrant VM in virtual box.

I wanted to know if I am missing some key information to add these functionalities and if there were any beaglebone black specific driver configuration I need to enable in kubos linux kernel?

At the moment, I use an FTDI cable to communicate with the board serially using minicom however, this is very slow and want to use ethernet over USB or terminal functionality to make this communication faster.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文