找到解决办法了!!!方法是单独编译驱动文件。
在wsl中的ubuntu系统中,到sdk(自行下载对应版本)的内核文件夹,执行以下命令。(前提是已经通过repo安装了sdk,并且安装了全部的依赖,包括Python2)
administrator@PV-X00199943:~/kernel-6.1$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf- prepare
SYNC include/config/auto.conf.cmd
CC scripts/mod/empty.o
MKELF scripts/mod/elfconfig ...
Search found 4 matches
- 2026-04-03 7:15
- Forum: Luckfox Lyra-RK3506
- Topic: Luckfox Lyra Zero W 无法使用 USB UVC 摄像头
- Replies: 5
- Views: 2763
- 2026-04-02 14:23
- Forum: Luckfox Lyra-RK3506
- Topic: Luckfox Lyra Zero W 无法使用 USB UVC 摄像头
- Replies: 5
- Views: 2763
Re: Luckfox Lyra Zero W 无法使用 USB UVC 摄像头
我再wsl ubuntu 下 将Luckfox_Lyra_Zero_W_MicroSD_250717之中的update.img uboot.img rootfs.img MiniLoaderAll.bin 还有您提供的boot.img
一起放到了~/output/firmware/ 文件夹中,然后使用 ~/.build.sh updateimg命令生成了update.img
并且显示成功了。
Add CRC...
Make firmware OK!
------ OK ------
********rkImageMaker ver 2.23********
Generating new ...
一起放到了~/output/firmware/ 文件夹中,然后使用 ~/.build.sh updateimg命令生成了update.img
并且显示成功了。
Add CRC...
Make firmware OK!
------ OK ------
********rkImageMaker ver 2.23********
Generating new ...
- 2026-03-30 14:28
- Forum: Luckfox Lyra-RK3506
- Topic: Luckfox Lyra Zero W 无法使用 USB UVC 摄像头
- Replies: 5
- Views: 2763
Re: Luckfox Lyra Zero W 无法使用 USB UVC 摄像头
我不是专业开发人员,所以不太明白你说的,我使用的ubuntu22.04的镜像烧录到sd卡。
然后在板子上使用
git clone https://github.com/0xd61/luckfox-linux-6.1-rk3506
克隆这个内核,然后根据ai提示输入了以下的命令:
cd ~/linux
make ARCH=arm clean
sudo rm -f /lib/modules/6.1.99/uvcvideo.ko
# 基础配置
make ARCH=arm multi_v7_defconfig
# 打开所有必须依赖(解决 Unknown symbol)
scripts ...
然后在板子上使用
git clone https://github.com/0xd61/luckfox-linux-6.1-rk3506
克隆这个内核,然后根据ai提示输入了以下的命令:
cd ~/linux
make ARCH=arm clean
sudo rm -f /lib/modules/6.1.99/uvcvideo.ko
# 基础配置
make ARCH=arm multi_v7_defconfig
# 打开所有必须依赖(解决 Unknown symbol)
scripts ...
- 2026-03-29 12:17
- Forum: Luckfox Lyra-RK3506
- Topic: Luckfox Lyra Zero W 无法使用 USB UVC 摄像头
- Replies: 5
- Views: 2763
Luckfox Lyra Zero W 无法使用 USB UVC 摄像头
我需要在 Luckfox Lyra Zero W 上使用 USB UVC 摄像头,但内核好像缺少 uvcvideo 模块。能否提供支持 V4L2/UVC 的内核或驱动。
