Page 1 of 1

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

Posted: 2026-01-30 1:11
by jlsilicon
Can we get Flash Images for Boards posted for Download - without Camera support.
I need Pico Mini A - for industrial automated devices.

I do not have an environment for compiling this (I tried Cygwin).

I intend to purchase more in quantity, but not until I pass this roadblock - so I can can run a demo to prove concept.

I can see that Many other users are annoyed and complain on other forums (besides here) - that All images reserve / block half of RAM for un-needed Camera support on the boards.

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

Posted: 2026-01-30 1:32
by Crocodile
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.

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

Posted: 2026-01-30 2:46
by Crocodile
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.

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

Posted: 2026-01-30 3:40
by jlsilicon
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.

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

Posted: 2026-01-30 3:41
by jlsilicon
Can you give me a link to Download of Images for Pico Mini A - without Camera ?

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

Posted: 2026-01-30 8:49
by Crocodile
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

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

Posted: 2026-01-30 12:35
by jlsilicon
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 !