Can we get Flash Images for Boards posted for Download - without Camera support - I need Pico Mini A - for industrial

  • Hello, you can use the configuration of Luckfox Pico WebBee. WebBee does not use the camera and does not introduce camera configuration. The device tree only enables SD_CARD, which may be used. The Luckfox Pico Mini can directly use the WebBee image.
    The development environment can only be on Linux (Cygwin only provides a virtual Unix operating environment and does not use the Linux kernel). Using Docker can create a virtual environment, but it has a certain learning curve. It is recommended to use a virtual machine or WSL as the development environment.
  • The RV1103 itself only has 64 MB of DDR. For the system to operate stably, it definitely needs to occupy several MB. The total capacity of 57372 is normal. If it is the MINI image, it should only be around 30 MB left.
  • Also, your SocToolKit is failing with all my cards with all versions, even versions that I used earlier today.

    > "error boot is not exist in partitions table"
    - even if I delete that boot.img file, all other image files give me the same error now.

    And, its not corrupted img files.
    I used these version files earlier today.

    The SocToolKit seems very flaky in reliability.
  • Can you give me a link to Download of Images for Pico Mini A - without Camera ?
    Last edited by jlsilicon on 2026-01-30 3:45, edited 2 times in total.
  • RV1103 is an IPC chip in itself. Its main feature is the use of CMA to drive cameras and NPU.For users with secondary development requirements such as cancellation of allocation, we have detailed explanations in the Wiki.

    The prompt "error boot does not exist in partitions table" usually indicates incorrect operation by using an incorrect img file. It is recommended to attach the corresponding screenshot. The Milk-V DUO also has 64M and 256M versions. The 160M you mentioned might be the capacity after allocating CMA at 256MB.

    The attachment is WebBee's env.img. The partition image of this partition determines the allocation of CMA. You can replace the env.img in the current image you are using.
    env.zip (375 Bytes)
    Downloaded 647 times
  • Ok, thanks.

    I figured out the SocToolKit that turned up.
    I was accidentally running SocToolKit in rk1103 mode instead of rk1106 mode.

    I used the Build/WeeBee_Micro.img now.

    Gave me 45M free Ram.

    Thanks again for the help !
    Last edited by jlsilicon on 2026-01-30 12:44, edited 1 time in total.