File tree Expand file tree Collapse file tree 6 files changed +458
-5
lines changed Expand file tree Collapse file tree 6 files changed +458
-5
lines changed Original file line number Diff line number Diff line change 1
1
aarch64 * /
2
2
Linux_for_Tegra /
3
- out /
3
+ out /
4
+
5
+ install.tar.bz2
6
+ install /
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ NVIDIA_CONFTEST ?= $(MAKEFILE_DIR)/out/nvidia-conftest
4
4
all : nvidia-nvgpu-modules nvidia-oot-modules vc-mipi-driver-modules
5
5
install : nvidia-modules-install vc-mipi-driver-modules-install
6
6
7
+ # Build a tarball for installation on Nano
8
+ package :
9
+ sudo chown -R root:root $(INSTALL_MOD_PATH ) /
10
+ tar -C install -cjvf install.tar.bz2 lib/ boot/
7
11
8
12
vc-mipi-driver-modules : nvidia-oot-modules
9
13
$(MAKE ) \
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ export ARCH=arm64
4
4
export CROSS_COMPILE=$( pwd) /aarch64--glibc--stable-2022.08-1/bin/aarch64-buildroot-linux-gnu-
5
5
export KERNEL_SRC=$( pwd) /Linux_for_Tegra/kernel/linux-headers-* -linux_x86_64/3rdparty/canonical/linux-jammy/kernel-source/
6
6
7
+ export INSTALL_MOD_PATH=$( pwd) /install
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ vc_mipi_camera-objs := vc_mipi/vc_mipi_camera.o
5
5
6
6
ccflags-y += -Werror
7
7
8
- ccflags-$(CONFIG_TEGRA_OOT_MODULE) += -DNVIDIA -I $(srctree.nvidia-oot ) /include -I$(srctree.nvconftest )
8
+ ccflags-$(CONFIG_TEGRA_OOT_MODULE) += -DNVIDIA -I $(srctree.nvidia-oot ) /include -I$(srctree.nvconftest )
9
9
10
- # dtb-$(CONFIG_TEGRA_OOT_MODULE) += overlay/tegra234-p3767-camera-p3768-vc_mipi-dual.dtbo
10
+ dtb-$(CONFIG_TEGRA_OOT_MODULE) += overlay/tegra234-p3767-camera-p3768-vc_mipi-dual-imx .dtbo
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ modules_install:
9
9
10
10
overlay_install :
11
11
mkdir -p $(INSTALL_MOD_PATH ) /boot/
12
-
13
- # install -m 0644 $(SRC)/overlay/tegra234-p3767-camera-p3768-vc_mipi-dual.dtbo $(INSTALL_MOD_PATH)/boot/
12
+ install -m 0644 $(SRC ) /overlay/tegra234-p3767-camera-p3768-vc_mipi-dual-imx.dtbo $(INSTALL_MOD_PATH ) /boot/
14
13
15
14
install : modules_install overlay_install
16
15
You can’t perform that action at this time.
0 commit comments