Yes i tried substituting allwinner with rockchip (the ln Is related to Orange pi allwinner soc) but nothing happened,maybe you know something about fixup.scr and how It works
You already did the right thing to adjust the overlay_prefix and overlays accordingly. There is no fixup script for the Radxa ZERO 3 in particular, but it is optionally anyway.
Apart of the (expected) fixup load error, is the camera module working?
Not sure what the allwinner thing is about? Neither should it exist nor work on the ZERO 3, of course.
the camera module not working at all with ffmpeg, cheese and gst-launch-1.0 v4l2src device=/dev/video0 io-mode=4 ! videoconvert ! video/x-raw,format=NV12,width=1920,height=1080 ! jpegenc ! multifilesink location=/home/radxa/test.jpg command how it is in documentation
This is weird, because commands are perfectly allowed to fail in U-Boot scripts, especially this one which itself is an if conditional. It is the last thing you should see from the boot script, but the kernel should be loaded afterwards.
But I see another issue, as the overlay directory itself is missing the overlay_path=rockchip element. Is that one still set in your /boot/dietpiEnv.txt?
And no, that symlink would cause an infinite loop. If at all, link it to the rockchip-fixup.scr in the same directory.
Yes! It is the same issue, but in that post the suggested overlay_prefix is wrong. Please see my last post for the solution.
You have - like me - use: overlay_prefix=rk3588
Watch at the list of files in overlay directory you posted