Hello all,
I buillt a custom camera driver and device tree, and tested in NANO dev kit its working properly.
I am flashing the same configuration to NANO SOM but unable to get camera stream in both v4l2 and nvgstcapture.
the error messages below indicate that camera device initialization has failed.
nvbuf_utils: dmabuf_fd -1 mapped entry NOT found
nvbuf_utils: Can not get HW buffer from FD... Exiting...
CONSUMER: ERROR OCCURRED
ERROR on bus: by /GstPipeline:capture_native_pipeline/GstBin:cap_bin/GstNvArgusCameraSrc:nvarguscamerasrc0: CANCELLED
let me double confirm…
you’ve verify the customize sensor functionality on Nano DevKits. but, it’s not working on the customize board?
if your board schematic differs from that for your developer kit carrier board, you must change the pinmux configuration, you may refer to Pinmux Changes section to apply the changes by the software.
let’s check those DT settings has applied correctly.
please disassembler the dtb file your target is using into text file for examination.
for example, $ dtc -I dtb -O dts -o output.txt tegra210.dtb