diff --git a/boards/beagleplay/04-expansion.rst b/boards/beagleplay/04-expansion.rst index 745e1a759a329fb71cdf404ee93c539b7cd44a64..eecce343aba10b1626478f89e2e0d2436c4b18bc 100644 --- a/boards/beagleplay/04-expansion.rst +++ b/boards/beagleplay/04-expansion.rst @@ -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: diff --git a/boards/beagleplay/images/hardware-design/cc1352-block-diagram.jpg b/boards/beagleplay/images/hardware-design/cc1352-block-diagram.jpg new file mode 100644 index 0000000000000000000000000000000000000000..36daf737ca8c2606a101fbe5928aca9ef46b2171 Binary files /dev/null and b/boards/beagleplay/images/hardware-design/cc1352-block-diagram.jpg differ diff --git a/boards/beagleplay/images/hardware-design/cc1352-block-diagram.webp b/boards/beagleplay/images/hardware-design/cc1352-block-diagram.webp new file mode 100644 index 0000000000000000000000000000000000000000..13b4051d30ceee1c55de753b0fe572226d45de5e Binary files /dev/null and b/boards/beagleplay/images/hardware-design/cc1352-block-diagram.webp differ