Skip to content

Commit f87b051

Browse files
committed
labs/debugging-setup: make it clearer that U-Boot command is only one command
Got reported by a future participant, who had written both on the same line, but without any space, so "...eth0nfsroot". Make it clearer that there is a space in between, and that those two lines are together by adding a backslash. Signed-off-by: Thomas Petazzoni <[email protected]>
1 parent 5093012 commit f87b051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labs/debugging-setup/debugging-setup.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ \section{U-Boot setup}
158158
and wait for U-Boot prompt to appear. Then, enter the following commands:
159159
160160
\begin{bashinput}
161-
=> env set bootargs root=/dev/nfs ip=192.168.0.100:::::eth0
161+
=> env set bootargs root=/dev/nfs ip=192.168.0.100:::::eth0 \
162162
nfsroot=192.168.0.1:/home/<user>/__SESSION_NAME__-labs/nfsroot/,nfsvers=3,tcp rw
163163
=> saveenv
164164
\end{bashinput}

0 commit comments

Comments
 (0)