Skip to content

Commit

Permalink
labs/yocto-advanced-configuration-stm32: add missing instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <[email protected]>
  • Loading branch information
Michael Opdenacker committed Jan 22, 2024
1 parent 4adc483 commit 82a63c2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ \section{Going further}
the actual Device Tree file for your board):

\begin{verbatim}
setenv ipaddr 192.168.0.100
setenv serverip 192.168.0.1
setenv bootcmd 'tftp 0xc2000000 zImage; tftp 0xc4000000 dtb; bootz 0xc2000000 - 0xc4000000'
\end{verbatim}

Expand Down

0 comments on commit 82a63c2

Please sign in to comment.