Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 3 additions & 101 deletions source/common/EVM_Hardware_Setup/_TMDXIDK5728_Hardware_Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,47 +40,14 @@
| representative, create a bootable µSD card (using the included blank |
| µSD) and insert it into the EVM** |
+--------------------------------------------------------------------------+
| .. raw:: html |
| |
| <div class="thumb tleft"> |
| |
| .. raw:: html |
| |
| <div class="thumbinner" style="width:227px;"> |
| |
| .. raw:: html |
| |
| <div class="thumbcaption"> |
| |
| .. raw:: html |
| |
| <div class="magnify"> |
| |
| .. Image:: /images/IDK_uSD.png |
+--------------------------------------------------------------------------+

+--------------------------------------------------------------------------+
| **2. Connect the power cable to the power jack on the board and plug in |
| to an AC power source** |
+--------------------------------------------------------------------------+
| .. raw:: html |
| |
| <div class="thumb tleft"> |
| |
| .. raw:: html |
| |
| <div class="thumbinner" style="width:224px;"> |
| |
| .. raw:: html |
| |
| <div class="thumbcaption"> |
| |
| .. raw:: html |
| |
| <div class="magnify"> |
| |
| .. Image:: /images/Power_cord_connect.png |
| |
+--------------------------------------------------------------------------+

Note: When powering this IDK, always use the recommended power supply
Expand All @@ -97,22 +64,6 @@
| connect to the USB on the host. Connect Ethernet cable to GIG ETH0 if |
| Network connectivity is required** |
+--------------------------------------------------------------------------+
| .. raw:: html |
| |
| <div class="thumb tleft"> |
| |
| .. raw:: html |
| |
| <div class="thumbinner" style="width:225px;"> |
| |
| .. raw:: html |
| |
| <div class="thumbcaption"> |
| |
| .. raw:: html |
| |
| <div class="magnify"> |
| |
| .. Image:: /images/JTAGUSB_UART.png |
+--------------------------------------------------------------------------+

Expand All @@ -122,22 +73,6 @@
+--------------------------------------------------------------------------+
| **4. Select the power ON button to run power the IDK.** |
+--------------------------------------------------------------------------+
| .. raw:: html |
| |
| <div class="thumb tleft"> |
| |
| .. raw:: html |
| |
| <div class="thumbinner" style="width:226px;"> |
| |
| .. raw:: html |
| |
| <div class="thumbcaption"> |
| |
| .. raw:: html |
| |
| <div class="magnify"> |
| |
| .. Image:: /images/PowerON.png |
+--------------------------------------------------------------------------+

Expand All @@ -152,32 +87,7 @@
| messages. Connecting to target using emulator has been discussed in the |
| section below.** |
+-----------------------------------------------+---------------------------------------------+
| .. raw:: html | .. raw:: html |
| | |
| <div class="center"> | <div class="center"> |
| | |
| .. raw:: html | .. raw:: html |
| | |
| <div | <div |
| class="thumb tnone"> | class="thumb tnone"> |
| | |
| .. raw:: html | .. raw:: html |
| | |
| <div | <div |
| class="thumbinner" | class="thumbinner" |
| style="width:402px;"> | style="width:302px;"> |
| | |
| .. Image:: /images/Serial_connect.jpg | .. Image:: /images/Baudrate.jpg |
| | |
| .. raw:: html | .. raw:: html |
| | |
| <div | <div |
| class="thumbcaption"> | class="thumbcaption"> |
| | |
| .. raw:: html | .. raw:: html |
| | |
| <div class="magnify"> | <div class="magnify"> |
| | |
+-----------------------------------------------+---------------------------------------------+

.. rubric:: Connecting IDK EVM to Code Composer Studio
Expand All @@ -200,18 +110,10 @@
images below and provide appropriate name to the configuration. Select
Texas Instuments XDS100v2 emulator and target as IDK\_AM572x.

.. raw:: html
.. note::

<div
style="margin: 5px; padding: 2px 10px; background-color: #ecffff; border-left: 5px solid #3399ff;">

**NOTE**
If you don\`t find the IDK\_AM572x target make sure you have installed
the Sitara Device support version 1.3.x package correctly

.. raw:: html

</div>
If you don't find the IDK\_AM572x target make sure you have installed

Check warning on line 115 in source/common/EVM_Hardware_Setup/_TMDXIDK5728_Hardware_Setup.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Contractions] Avoid contractions. Use ''do not'' rather than 'don't.' Raw Output: {"message": "[RedHat.Contractions] Avoid contractions. Use ''do not'' rather than 'don't.'", "location": {"path": "source/common/EVM_Hardware_Setup/_TMDXIDK5728_Hardware_Setup.rst", "range": {"start": {"line": 115, "column": 11}}}, "severity": "INFO"}
the Sitara Device support version 1.3.x package correctly

.. Image:: /images/Target_configuration.png

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,8 @@ uses RPMSG framework on the ARM which communicates to the counterpart on
the slave core. On the slave core, it uses Codec engine and Frame
Component for the video/image codec processing on IVA.

.. raw:: html

<div class="center">

.. raw:: html

<div class="floatnone">

.. Image:: /images/Mm_software_overview_v3.png

.. raw:: html

</div>

.. raw:: html

</div>

**Overview of the Multimedia Software Stack using DCE**
AM57xx as an example has the following accelerators

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,16 +235,9 @@ To test ADC, Connect a DC voltage supply to each of the AIN0 through
AIN7 pins (based on your channel configuration), and vary voltage
between 0 and 1.8v reference voltage.

.. raw:: html
.. caution::

<div
style="word-wrap: break-word; margin: 5px; padding: 5px 10px; background-color: #fff3f3; border-left: 5px solid #ff3333;">

**CAUTION** Make sure that the voltage supplied does not cross 1.8v

.. raw:: html

</div>
Make sure that the voltage supplied does not cross 1.8v

On loading the module you would see the IIO device created

Expand Down
Loading
Loading