Skip to content

Commit

Permalink
labs/sysdev-kernel-cross-compiling: minor correction
Browse files Browse the repository at this point in the history
The DTBs are compiled first. You won't be able
to see them at the end of the kernel compiling output.

Signed-off-by: Michael Opdenacker <[email protected]>
Reported-by: Ivan Ivanyuk <[email protected]>
  • Loading branch information
Michael Opdenacker committed Dec 7, 2023
1 parent 65fbfd4 commit ebdc1b8
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,10 @@ \section{Cross compiling}
\code{make -j<n>} if you have multiple cores on your machine!
Look at the end of the kernel build output to see which file contains
the kernel image. You can also see the Device Tree \code{.dtb} files
which got compiled. Find which \code{.dtb} file corresponds to your
board.
the kernel image.
Also look in the Device Tree Source directory to see which \code{.dtb}
files got compiled. Find which \code{.dtb} file corresponds to your board.
\ifdefstring{\labboard}{beaglebone}
{For the BeagleBone Black, its \code{am335x-boneblack.dtb},
Expand Down

0 comments on commit ebdc1b8

Please sign in to comment.