From 44a52b9983fb266ab45e9031d813d776514fc3c6 Mon Sep 17 00:00:00 2001 From: dchvs Date: Thu, 11 Feb 2021 21:34:02 +0000 Subject: [PATCH] --- Architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Architecture.md b/Architecture.md index cc103a0..1186f5e 100644 --- a/Architecture.md +++ b/Architecture.md @@ -8,7 +8,7 @@ The following diagram shows how the project it's organized. #### Reference Kernel -The Kernel source from Jetpack + CTI is 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, 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: ```bash