dchvs 2021-02-11 23:25:24 +00:00
parent 727beabff5
commit 1ca2de5098
1 changed files with 1 additions and 1 deletions

@ -3,7 +3,7 @@ The installation consists on creating a build area locatated at:
```bash
Linux_for_Tegra/builds/build_<spiri>
```
From this directory you might call the targets ```tegra_defconfig, dtb, Image, modules``` to compile the Kernel. Please, add your projects under builds/.
From this directory you might call the targets ```tegra_defconfig, dtbs, Image, modules``` to compile the Kernel. Please, add your projects under builds/.
The Make targets gets sourced from the source/ directory on the Jetpack workspace root, which is where the Kernel sources are installed.
* The ```-C``` flag for the make allows to change the directory where the Kernel source is.