GenX320 on KV260 boot magic number not found

GenX320 on KV260 boot magic number not found

Hello,
I am trying to get the GenX320 camera base project working on a KV260 board, using the provided Petalinux image and simply following the instructions in https://docs.prophesee.ai/amd-kria-starter-kit/application/pipeline_setup.html . However, when loading the app using `xmutil loadapp prophesee-kv260-genx320`, it loads but `dmesg | tail` returns this : 

[ 1183.628979] vadd: supplied by 3v3
[ 1183.632162] 2v5: supplied by 3v3
[ 1183.645153] vddd1: supplied by 3v3
[ 1183.652781] vddd2: supplied by 3v3
[ 1183.654907] genx320 6-003c: Using CSI-2 freq 800000000
[ 1184.265770] genx320 6-003c: register read ret -5
[ 1184.265785] genx320 6-003c: could not get the boot magic
[ 1184.265789] genx320 6-003c: fail to boot sensor
[ 1184.265802] genx320 6-003c: failed to power-on the sensor
[ 1184.266078] genx320: probe of 6-003c failed with error -5

Is that a known issue ? I am not sure if it comes from the camera boot magic number or from the driver present on the Petalinux image.