VC-MIPI-modules / vc_mipi_nvidia

Vision Components MIPI CSI-2 driver for NVIDIA Jetson Nano, Xavier NX, AGX Xavier, TX2 and Orin Nano, Orin NX
82 stars 33 forks source link

error: make: *** [Makefile:213: __sub-make] Error 2 #85

Open ardadi opened 6 months ago

ardadi commented 6 months ago

I'm getting this error when ./quicstart.sh

system: orin NX 16 GB seeed a603 carrier board

host: ubuntu:20.04 gcc -v: 9.4

log.txt

bazo80 commented 6 months ago

Hello @ardadi ,

line 5626 states: Error: /home/arda/vc/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/kernel/kernel-5.10/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/p3768/kernel-dts/cvb/tegra234-camera-vc-mipi-cam.dtsi:19.1-8 syntax error FATAL ERROR: Unable to parse input tree

That means that the device tree include file is erroneous. Maybe a semicolon is missing or an invalid character has been inserted. If you have already altered this file, you could make a diff to the original one (tegra234-camera-vc-mipi-cam.dtsi) You can also upload this dtsi and we can have a look at it.