Search found 39 matches

by Eng33
2025-06-11 9:33
Forum: Core3576-RK3576
Topic: Install Debian to M.2 SSD
Replies: 1
Views: 139

Re: Install Debian to M.2 SSD

Hello, RK3576 cannot boot directly from M.2 because M.2 is not in the boot list of the default fixed loader firmware.
You must write uboot and kernel in the SD card or EMMC, and then specify rootfs to boot in M.2 to achieve it.
I believe you can find the specific method in Google.
by Eng33
2025-06-11 9:13
Forum: Core3576-RK3576
Topic: omni3576 problem with imx415
Replies: 9
Views: 951

Re: omni3576 problem with imx415

Can I see your hardware connections?
There is no problem in our test. Please provide complete log information, including the instructions you used. We cannot judge the part you provided now.
by Eng33
2025-06-04 4:04
Forum: Core3576-RK3576
Topic: omni3576 problem with imx415
Replies: 9
Views: 951

Re: omni3576 problem with imx415

Generally speaking, exposure time and IOS are automatically adjusted by ISP.
For V4L2 issues, please refer to wikihttps://wiki.luckfox.com/luckfox-Omni35 ... SI-Camera/
by Eng33
2025-06-03 9:10
Forum: Luckfox Nova-RK3308
Topic: Support display screen
Replies: 2
Views: 362

Re: Support display screen

You can use waveshare's SPI LCD. For usage, please refer to Luckfox Picohttps://wiki.luckfox.com/Luckfox-Pico/Luckfox-Pico-LCD
by Eng33
2025-06-03 9:00
Forum: Core3576-RK3576
Topic: omni3576 problem with imx415
Replies: 9
Views: 951

Re: omni3576 problem with imx415

1. If the image you get is green, it usually means you have to bring a RAW image. In one case, you obtained the wrong node, or in another case, your configuration is incorrect, causing the ISP to not work properly. 2. You can control IR-CUT through the corresponding IO0 of CSI. If your corresponding...
by Eng33
2025-05-30 4:06
Forum: Luckfox Nova-RK3308
Topic: Links to local IP addresses in NOVA SDK
Replies: 1
Views: 722

Re: Links to local IP addresses in NOVA SDK

We have tested that the

Code: Select all

.repo/repo/repo sync -l 
command can be used to decompress normally
by Eng33
2025-05-29 8:30
Forum: Core3576-RK3576
Topic: 关于Omni3576的一些问题
Replies: 1
Views: 1072

Re: 关于Omni3576的一些问题

1. 我们运行的是1.5B,8G+64G配置下,每秒大致10+Tokens
2. 需要连接对应电平转化电路,参考omni3576
3. 不确定你图像的大小和你程序的优化程度,所以无法判断
4. 直接拖拽,置入文中即可
by Eng33
2025-02-19 6:56
Forum: Core3576-RK3576
Topic: Unable to build u-boot using Yocto
Replies: 8
Views: 6721

Re: Unable to build u-boot using Yocto

Hi Ravi,
I didn't ask you to give me the build.sh script, but everything you've done is not based on the SDK we provided.
I think this goes beyond our technical support scope.
by Eng33
2025-02-18 12:26
Forum: Core3576-RK3576
Topic: Core 3576
Replies: 6
Views: 5811

Re: Core 3576

I think you can first boot UBOOT or kernel from eMMC or SD card, then enter the nvme rootfs, depending on you. For example: Starting rootfs after kernel can be specified to start rootfs through bootargs, and there is corresponding description in our luckfox-core3576.dtsi. bootargs = "earlycon=u...
by Eng33
2025-02-18 12:17
Forum: Core3576-RK3576
Topic: Unable to build u-boot using Yocto
Replies: 8
Views: 6721

Re: Unable to build u-boot using Yocto

Hi Ravi,
It seems that you have not properly configured or used the kernel we provided. We have not used rk3576-evb1-v10-linux.dts or rk3576-evb1-v10-linux.dtsi, so I think there is a configuration error on your part. I suggest you refer to our SDK and develop based on our SDK first.