dchvs 2021-03-04 05:05:16 +00:00
parent b7749dc1a4
commit b9b6309027
1 changed files with 1 additions and 1 deletions

@ -100,7 +100,7 @@ Once the Kernel it's compiled, the output binaries should get installed on the J
```
# Add the Kernel files for full image installation
# Install the Kernel Image
make -C ~/work/devdirs/project_spiri/spiri-project/source/Jetpack/kernel/kernel-4.9/ ARCH=arm64 O=$PWD/build/ kernel_install INSTALL_PATH=$PWD/../../kernel/dtb/
make -C ../../spiri-project/source/Jetpack/kernel/kernel-4.9/ ARCH=arm64 O=$PWD/build/ kernel_install INSTALL_PATH=$PWD/../../kernel/dtb/
# Install the DTBs
make -C ../../spiri-project/source/Jetpack/kernel/kernel-4.9/ ARCH=arm64 O=$PWD/build/ dtbs_install INSTALL_DTBS_PATH=$PWD/../../kernel/dtb/
# Install the Drivers modules