dchvs 2021-02-11 21:39:19 +00:00
parent 44a52b9983
commit 1f1ef65c35
1 changed files with 1 additions and 1 deletions

@ -8,7 +8,7 @@ The following diagram shows how the project it's organized.
#### Reference Kernel #### Reference Kernel
The Kernel source from Jetpack + CTI it's the reference Kernel; in order to introduce Drivers, you would let them beeing parse onto the reference Kernel with the KERNEL OVERLAYS, and DTB_LIST variables. This variables lets the Driver Makefiles for source and dtb to be added accordingly, giving the dynamism of modularize, manage the sources, make updates, by implementing it on the reference Kernel Makefiles: The Kernel source from Jetpack + CTI it's the reference Kernel. In order to introduce Drivers, get them parsed onto the reference Kernel with the KERNEL OVERLAYS, and DTB_LIST variables. This variables lets the Driver Makefiles for source and dtb to be added accordingly, giving the dynamism of modularize, manage the sources, make updates, by implementing it on the reference Kernel Makefiles:
```bash ```bash