Skip to content

Commit

Permalink
labs: kernel: setup: Fix U-Boot instructions
Browse files Browse the repository at this point in the history
Since we updated U-Boot, the MAC addresses are no longer taken into
account automatically, the usb_ether gadget driver must be reloaded.

Signed-off-by: Miquel Raynal <[email protected]>
  • Loading branch information
miquelraynal committed Jun 20, 2024
1 parent f2b41f6 commit db0f2b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions labs/kernel-board-setup/kernel-board-setup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,18 @@ \section{Network configuration on the target}
saveenv
\end{verbatim}

As the network USB gadget was loaded and initialized before we changed
its configuration, you should either restart the device with:
\begin{verbatim}
reset
\end{verbatim}
or re-bind the ethernet gadget with the USB device controller:
\begin{verbatim}
unbind ethernet 1
bind /ocp/usb@47400000/usb@47401000 usb_ether
\end{verbatim}
in order for the new MAC addresses to be taken into consideration.

\section{Network configuration on the PC host}

To configure your network interface on the workstation side, we need
Expand Down

0 comments on commit db0f2b2

Please sign in to comment.