You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use a USB Camera on the OrangePi 2G IoT but it didn't work. I noticed the uvcvideo driver was not compiled in the kernel and looking through the sources here confirmed that. I have tried to compile the kernel with this feature and it has failed repeatedly.
Is it possible to provide another firmware with the module included (CONFIG_MEDIA_USB_SUPPORT =y)?
If not can you provide detailed instructions on requirements to compile new kernel.
When I try to compile on the OrangePi 2G IoT Board, I get the following error
init/do_mounts_rd.o: In function return_address':do_mounts_rd.c:(.text+0x0): multiple definition of return_address' init/do_mounts.o:do_mounts.c:(.text+0x20): first defined here init/do_mounts_initrd.o: In function return_address':do_mounts_initrd.c:(.text+0x64): multiple definition of return_address' init/do_mounts.o:do_mounts.c:(.text+0x20): first defined here scripts/Makefile.build:441: recipe for target 'init/mounts.o' failed make[1]: *** [init/mounts.o] Error 1 Makefile:797: recipe for target 'init' failed make: *** [init] Error 2
When I try to compile on other machine, i get another error kernel/exit.c: In function ‘exit_mm’: kernel/exit.c:506:28: error: ‘TIF_MM_RELEASED’ undeclared (first use in this function) set_tsk_thread_flag(tsk, TIF_MM_RELEASED); ^ kernel/exit.c:506:28: note: each undeclared identifier is reported only once for each function it appears in scripts/Makefile.build:308: recipe for target 'kernel/exit.o' failed make[1]: *** [kernel/exit.o] Error 1 Makefile:797: recipe for target 'kernel' failed make: *** [kernel] Error 2
Your help will be very much appreciated.
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to use a USB Camera on the OrangePi 2G IoT but it didn't work. I noticed the uvcvideo driver was not compiled in the kernel and looking through the sources here confirmed that. I have tried to compile the kernel with this feature and it has failed repeatedly.
Is it possible to provide another firmware with the module included (CONFIG_MEDIA_USB_SUPPORT =y)?
If not can you provide detailed instructions on requirements to compile new kernel.
When I try to compile on the OrangePi 2G IoT Board, I get the following error
init/do_mounts_rd.o: In function
return_address':return_address' init/do_mounts.o:do_mounts.c:(.text+0x20): first defined here init/do_mounts_initrd.o: In function
return_address':return_address' init/do_mounts.o:do_mounts.c:(.text+0x20): first defined here scripts/Makefile.build:441: recipe for target 'init/mounts.o' failed make[1]: *** [init/mounts.o] Error 1 Makefile:797: recipe for target 'init' failed make: *** [init] Error 2
When I try to compile on other machine, i get another error
kernel/exit.c: In function ‘exit_mm’: kernel/exit.c:506:28: error: ‘TIF_MM_RELEASED’ undeclared (first use in this function) set_tsk_thread_flag(tsk, TIF_MM_RELEASED); ^ kernel/exit.c:506:28: note: each undeclared identifier is reported only once for each function it appears in scripts/Makefile.build:308: recipe for target 'kernel/exit.o' failed make[1]: *** [kernel/exit.o] Error 1 Makefile:797: recipe for target 'kernel' failed make: *** [kernel] Error 2
Your help will be very much appreciated.
The text was updated successfully, but these errors were encountered: