From efc97510ca6733c32f7e06b77855bf1d529b9438 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Thu, 17 Nov 2022 11:49:20 -0500 Subject: [PATCH] Update using-mikrobus.rst --- boards/beagleplay/using-mikrobus.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/boards/beagleplay/using-mikrobus.rst b/boards/beagleplay/using-mikrobus.rst index e7ee52f7..9e4d51fa 100644 --- a/boards/beagleplay/using-mikrobus.rst +++ b/boards/beagleplay/using-mikrobus.rst @@ -2,3 +2,11 @@ Using mikroBUS ############## + +Steps: + +1. Identify if mikroBUS add-on includes an ID. If not, ID must be supplied. +2. Identify if mikroBUS add-on is supported by the kernel. If not, kernel module must be added. +3. Identify how driver exposes the data: IIO, net, etc. +4. Connect and power +5. Verify and utilize -- GitLab