Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion labs/kernel-board-setup-bbb/kernel-board-setup-bbb.tex
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ \section{Network configuration on the PC host}
which is so much easier to use:

\begin{verbatim}
nmcli con add type ethernet ifname enxf8dc7a000001 ip4 192.168.1.1/24
nmcli con add type ethernet ifname enxf8dc7a000001 \
ip4 192.168.1.1/24 ipv6.method disabled
\end{verbatim}

\section{Setting up the TFTP server}
Expand Down