Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. zoldaten
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 15
    • Best 0
    • Groups 0

    zoldaten

    @zoldaten

    0
    Reputation
    1
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Email poisk123@yandex.ru

    zoldaten Follow

    Latest posts made by zoldaten

    • RE: OrangePi cm5-tablet RAW-MIPI-SC132M

      @veye_xumm i think so.
      please see screens attached:
      1.png 2.png
      when i copied .dts files from veye i saw errors building missing files.

      i tried to build on:

      • orange pi 5 tablet
      • VM machine with Ubuntu 22.04 installed
        got the same errors.
        please check your files.
      posted in Rockchip App camera
      zoldaten
      zoldaten
    • RE: OrangePi cm5-tablet RAW-MIPI-SC132M

      @veye_xumm

      @veye_xumm said in OrangePi cm5-tablet RAW-MIPI-SC132M:

      @zoldaten Sorry, we currently only provide kernel version 5.x images for Orange Pi. If you need version 6.x, you will need to compile it yourself based on our open-source code.

      hi. i built kernel 6.1.99 - but the errors almost the same as in start of the spoiler to this topic:
      2026-04-07_12h07_15.png

      in build progress i saw strange missing packages errors.
      could your check your instructions ? may be them got obsolete ?

      posted in Rockchip App camera
      zoldaten
      zoldaten
    • RE: OrangePi cm5-tablet RAW-MIPI-SC132M

      @veye_xumm got it. i tried to do that but have segmentation fault - something wrong with mali drivers. at the same time drivers for cameras built correctly.

      posted in Rockchip App camera
      zoldaten
      zoldaten
    • RE: OrangePi cm5-tablet RAW-MIPI-SC132M

      @veye_xumm hi. could you provide link to image kernel 6.* image with cameras integrated ?
      as far as i saw there are only kernel 5.10 links...

      posted in Rockchip App camera
      zoldaten
      zoldaten
    • RE: OrangePi cm5-tablet RAW-MIPI-SC132M

      @veye_xumm ok. i just del it and remove from Makefile.
      and changed in main dts - uncomment camera-1.
      build kernel package without full image.
      installed to jammy 20.04 via dpkg.
      and... my mixed cams start working !

      later i`ll tried to repair broken driver for veye you provided.

      thanks for help!

      posted in Rockchip App camera
      zoldaten
      zoldaten
    • RE: OrangePi cm5-tablet RAW-MIPI-SC132M

      @veye_xumm and could you check steps it did before start build process:

      sudo cp -r rk35xx_orangepi/linux/drivers/cm5/cm5-mvcam-dts orangepi-build/kernel/orange-pi-5.10-rk35xx/arch/arm64/boot/dts/rockchip/
      sudo cp rk35xx_orangepi/linux/drivers/cm5/config/linux-rockchip-rk3588-legacy.config orangepi-build/external/config/kernel/linux-rockchip-rk3588-legacy.config
      sudo cp -r rk35xx_veye_bsp/linux/drivers/kernel_v5.10 orangepi-build/kernel/orange-pi-5.10-rk35xx/drivers/media/i2c/
      
      sudo nano orangepi-build/kernel/orange-pi-5.10-rk35xx/drivers/media/i2c/Kconfig
      config VIDEO_DS90UB954
             tristate "TI FDPLINK III support."
             depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
             help
                  Driver for TI FDPLINK III .
      
      config VIDEO_VEYECAM2M
             tristate "VEYE 2M camera support."
             depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
             depends on MEDIA_CAMERA_SUPPORT
             help
                     Driver for veye 2m camera.
                     
      config VIDEO_VEYEMVCAM
             tristate "VEYE MV series camera support."
             depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
             depends on MEDIA_CAMERA_SUPPORT
             help
                     Driver for veye mv series camera.
      
      config VIDEO_VEYEVBYONE
             tristate "VEYE V-by-One hs toolkit support."
             depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
             depends on MEDIA_CAMERA_SUPPORT
             help
                     Driver for vV-by-One hs toolkit .
      
      sudo nano orangepi-build/kernel/orange-pi-5.10-rk35xx/drivers/media/i2c/Makefile
      obj-$(CONFIG_VIDEO_DS90UB954) += ds90ub954.o
      obj-$(CONFIG_VIDEO_VEYEVBYONE) += veye_vbyone.o
      obj-$(CONFIG_VIDEO_VEYECAM2M) += veyecam2m.o
      obj-$(CONFIG_VIDEO_VEYEMVCAM) += veye_mvcam.o
      

      may be i miss something leads to empty image ?

      posted in Rockchip App camera
      zoldaten
      zoldaten
    • RE: OrangePi cm5-tablet RAW-MIPI-SC132M

      @veye_xumm hi. i`m trying to build Kernel itself left alone the full image.
      and see this error in compile the veye driver:
      error_driver.png

      so the problem in driver file - [0_1772540181473_veyecam2m.zip](Загрузка 100%)

      posted in Rockchip App camera
      zoldaten
      zoldaten
    • RE: OrangePi cm5-tablet RAW-MIPI-SC132M

      @veye_xumm veye appears only on image you provided via download link.
      the image i built has no veye on board.

      should i change the main dts after decompilation ...tablet.dbt > ...tablet.dts?
      or use somehow dtsi (https://github.com/veyeimaging/rk35xx_orangepi/tree/main/linux/drivers/cm5/cm5-mvcam-dts) to link with your ...tablet.dbt ?

      posted in Rockchip App camera
      zoldaten
      zoldaten
    • RE: OrangePi cm5-tablet RAW-MIPI-SC132M

      @veye_xumm got it.
      but why do you recommend flash eMMC ?
      i burned SD with your image provided and there veye presented. what`s the difference ?

      posted in Rockchip App camera
      zoldaten
      zoldaten
    • RE: OrangePi cm5-tablet RAW-MIPI-SC132M

      @veye_xumm and i do not see any overlays from here compiled on image

      2026-02-26_11h44_43.png :

      posted in Rockchip App camera
      zoldaten
      zoldaten