Skip to content

Commit

Permalink
labs: yocto: Untar the correct file to the NFS directory
Browse files Browse the repository at this point in the history
This fixes a small typo in commit f6c905f.

Signed-off-by: Jef Driesen <[email protected]>
  • Loading branch information
jefdriesen committed Jan 9, 2025
1 parent e3ec1eb commit 7e9e9c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ \section{Boot with the updated rootfs}
previously created \code{/nfs} directory:
\begin{verbatim}
sudo tar xpf $BUILDDIR/tmp/deploy/images/beaglebone/\
core-image-minimal-beaglebone.rootfs.wic.xz -C /nfs
core-image-minimal-beaglebone.rootfs.tar.xz -C /nfs
\end{verbatim}

Then boot the board.
Expand Down

0 comments on commit 7e9e9c1

Please sign in to comment.