Hello,
I follow the wiki to build the driver from source: http://wiki.veye.cc/index.php/VEYE_MIPI_290/327_for_Jetson_Nano
Currently I am reaching this step:
Building from Source
Build kernel
cp $RELEASE_PACK_DIR/sources/kernel/veye327/* $NVIDIA_PATH/drivers/media/i2c/
cp $RELEASE_PACK_DIR/sources/kernel/kernel_veye327_config $L4T_DIR/sources/kernel/kernel-4.9/arch/arm64/configs/tegra_veye327_defconfig
cd $L4T_DIR/sources/kernel/kernel-4.9/
make ARCH=arm64 O=$TEGRA_KERNEL_OUT tegra_veye327_defconfig
But I got this error:
make: *** No rule to make target 'tegra_veye327_defconfig'. Stop.
Does anyone else get this error or there is mistake in the wiki? And how to solve the problem?