Skip to content

Commit

Permalink
debugging: labs: clarify images directory name
Browse files Browse the repository at this point in the history
Use the complete 'output/images/' name and format in monospace.

Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Jan 24, 2025
1 parent 64df054 commit 95dc60c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions labs/debugging-setup/debugging-setup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ \section{Building the image}
$ make
\end{bashinput}

This will take a few minutes. At the end of the build, a images directory will
contain the images that can be used on the board. During this course, we will
use a kernel located on a sdcard and a rootfs via NFS. This will let us transfer
data freely from and to the target board.
This will take a few minutes. At the end of the build,
the \code{output/images/} directory will contain the images that can be
used on the board. During this course, we will use a kernel located on a
sdcard and a rootfs via NFS. This will let us transfer data freely from and
to the target board.

The rootfs should be extracted at \code{/home/$USER/debugging-labs/nfsroot}
using this command:
Expand Down

0 comments on commit 95dc60c

Please sign in to comment.