Tool/software:
Hi,
after loading the fusion board properly and having a camera attached at port 0 of each CSI-2 interface I face a new problem
name_overlays=k3-j784s4-evm-virt-mac-client.dtbo k3-j784s4-vision-apps.dtbo k3-j784s4-edgeai-apps.dtbo k3-j721s2-evm-fusion.dtbo k3-fpdlink-imx390-rcm-0-0.dtbo k3-fpdlink-imx390-rcm-1-0.dtbo
After running init_script.sh it crashes
root@ve-vob-0001a:/opt/edgeai-gst-apps# ./init_script.sh terminate called after throwing an instance of 'std::runtime_error' what(): No modesetting DRM card found
fusion board dmesg:
root@ve-vob-0001a:~# dmesg | grep ds90 [ 4.394230] ds90ub960 2-0036: supply vddio not found, using dummy regulator [ 4.516364] ds90ub960 2-003d: supply vddio not found, using dummy regulator [ 4.764512] ds90ub953 2-0054: Found ub953 rev/mask 0x20 [ 4.775500] ds90ub953 2-0044: Found ub953 rev/mask 0x20
i2cdetect
root@ve-vob-0001a:~# i2cdetect -y -r 0x2 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: UU -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- UU -- -- -- -- -- -- UU -- -- 40: -- -- -- -- UU -- -- -- -- -- -- -- -- -- -- -- 50: 50 -- -- -- UU -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- --
It looks correct to me.
is there anything I am missing to make this work?