Skip to content

Commit

Permalink
labs/sysdev-accessing-hardware-beagleplay: fixup ref to I2C bus
Browse files Browse the repository at this point in the history
In the BeaglePlay, we are doing a test with I2C4 first, and then
really using I2C3, so in this text we cannot refer to \busname.

Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
tpetazzoni committed Mar 13, 2024
1 parent 83318ea commit 8422255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ \subsection{Customizing the Device Tree}
We just know that they are currently not bound to a kernel driver.
\end{itemize}
Now try to probe \busname\ through \code{i2cdetect -r 4}.
Now try to probe I2C4 through \code{i2cdetect -r 4}.
You will see that the command will fail to connect to
the bus. That's because the corresponding signals are
Expand Down

0 comments on commit 8422255

Please sign in to comment.