Hi, everyone.
I'm working on a project with the iMX93 EVK board and tried testing my RPI-CAM-MIPI camera. However, I encountered the following problem:
```sh
root@imx93-11x11-lpddr4x-evk:~# dmesg | grep -E 'ap1302|mx8-img-md'
[ 0.339795] platform 4ae00000.csi: Fixed dependency cycle(s) with /soc@0/bus@42000000/i2c@42530000/ap1302_mipi@3c
[ 2.642404] ap1302_mipi 2-003c: AP1302 Chip ID is 0x265
[ 2.647704] ap1302_mipi 2-003c: Direct firmware load for imx/camera/ap1302.fw failed with error -2
[ 2.651999] ap1302_mipi 2-003c: AP1302 is found
[ 2.656681] ap1302_mipi 2-003c: Falling back to sysfs fallback for: imx/camera/ap1302.fw
root@imx93-11x11-lpddr4x-evk:~# [ 64.661849] cfg80211: failed to load regulatory.db
[ 64.661854] ap1302_mipi 2-003c: Failed to request_firmware
```
Here are the details of my workspace:
- DISTRO: poky
- Bitbake image: core-image-base
I've followed the RPI-CAM-MIPI QSG document thoroughly and ensured I did everything as instructed.
Is there any problem with my DISTRO setting or image configuration? I would appreciate any advice or suggestions.
Thank you.