Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d0c7c7cc authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Update BeaglePlay chapter 4

parent cad56c98
1 merge request!89Docs updates - chapter restructuring, images, and more
......@@ -12,7 +12,7 @@ mikroBUS
The mikroBUS header provides several GPIO pins as well as UART, I2C, SPI, PWM and an Analog Input.
By default, the port is controlled by a mikroBUS driver that helps with auto-detecting MikroE Click Board that feature [ClickID](https://www.mikroe.com/clickid).
By default, the port is controlled by a mikroBUS driver that helps with auto-detecting MikroE Click Board that feature `ClickID <https://www.mikroe.com/clickid>`_.
This does however mean that if you want to manually control the port, you may need to first disable the driver.
To disable the driver, do the following - TODO
......@@ -41,8 +41,10 @@ To avoid performance penalties related to the approach above, it is recommended
The `PCam5C from Digilent <https://digilent.com/shop/pcam-5c-5-mp-fixed-focus-color-camera-module/>`_ is one CSI camera that features this sensor.
.. note:: Since BeaglePlay uses a 22-pin CSI connector, a 15 pin to 22 pin CSI adapter may also be required `such as this one <https://www.uctronics.com/arducam-15-pin-1-0mm-pitch-to-22-pin-0-5mm-camera-cable-for-raspberry-pi-zero-version-1-3-specific-pack-of-2.html>`_
Once installed, there are some software changes required to load the device driver at boot for the OV5640.
We will need to modify the following file: /boot/firmware/extlinux/extlinux.conf
......@@ -88,9 +90,9 @@ To enable OLDI display support, modify the following file: /boot/firmware/extlin
Then, add the following line to load the Lincoln LCD185 OLDI DTBO:
.. code:: bash
.. code:: console
fdtoverlays /overlays/k3-am625-beagleplay-lt-lcd185.dtbo
$ fdtoverlays /overlays/k3-am625-beagleplay-lt-lcd185.dtbo
Your /boot/firmware/extlinux/extlinux.conf file should look something like this:
......
boards/beagleplay/images/hardware-design/cc1352-block-diagram.jpg

200 KiB

boards/beagleplay/images/hardware-design/cc1352-block-diagram.webp

76.1 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment