Skip to content

Commit 5de9b4f

Browse files
StaticRocketcshilwant
authored andcommitted
fix(images): use absolute path for resources in include
Use absolute paths for the resources in include files since the relative paths will be different depending on where these files are included. Manually verified, but created with: find source/ -name '_*.rst' -exec sed -n 's;\(\.\./\)\+images/;/images/;' {} \; Signed-off-by: Randolph Sapp <[email protected]>
1 parent 2b8eac5 commit 5de9b4f

File tree

66 files changed

+426
-426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+426
-426
lines changed

source/common/EVM_Hardware_Setup/_66AK2G02_GP_EVM_Hardware_Setup.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ features of EVM are:
5454
.. rubric:: EVM Layout and Key Components
5555
:name: evm-layout-and-key-components
5656

57-
.. Image:: ../../../images/TI_K2GEVM.png
57+
.. Image:: /images/TI_K2GEVM.png
5858

5959
.. rubric:: JTAG debug probes (aka Emulators) supported
6060
:name: jtag-debug-probes-aka-emulators-supported
@@ -83,13 +83,13 @@ mode.
8383
| **For EVM Out of box experience uses SD/MMC boot as shown in the
8484
image**:
8585
86-
.. Image:: ../../../images/Boot_switch_SDboot.jpg
86+
.. Image:: /images/Boot_switch_SDboot.jpg
8787

8888
|
8989
| **For Debugging over emulator use "No Boot/Sleep" Setting as shown
9090
below**:
9191
92-
.. Image:: ../../../images/Boot_Switch_NoBoot.jpg
92+
.. Image:: /images/Boot_Switch_NoBoot.jpg
9393
:scale: 50%
9494

9595
|
@@ -172,7 +172,7 @@ connector to the USB mini-B interface near to the audio line in on the
172172
EVM, and the USB connector to your PC. This enables XDS-2xx emulation
173173
and is directly useable by CCS.
174174

175-
.. Image:: ../../../images/XDS200_connect.png
175+
.. Image:: /images/XDS200_connect.png
176176

177177
|
178178
@@ -258,7 +258,7 @@ this update.
258258
update the Keystone Device Support package by going into the Help->Check
259259
For Updates
260260

261-
.. Image:: ../../../images/Check_for_Updates.png
261+
.. Image:: /images/Check_for_Updates.png
262262

263263
**Step 2** Select Keystone2 device support package. Follow menu options
264264
to continue with the update
@@ -267,7 +267,7 @@ to continue with the update
267267
and check that Keystone2 device support package v1.1.5 or later are
268268
installed as shown below
269269

270-
.. Image:: ../../../images/KeystoneII_device_support_package.png
270+
.. Image:: /images/KeystoneII_device_support_package.png
271271

272272
**Note:** The package can be downloaded separately from the link below
273273
and manually unzipped into CCSv6 installation.
@@ -308,7 +308,7 @@ and manually unzipped into CCSv6 installation.
308308
Launch CCS and create new target configuration(File->New->Target
309309
Configuration file) as shown in the images below
310310

311-
.. Image:: ../../../images/CCS_target_configuration.png
311+
.. Image:: /images/CCS_target_configuration.png
312312

313313
Provide appropriate name to the configuration. Select Spectrum digital
314314
XDS200 emulator and target as K2G GPEVM.
@@ -318,7 +318,7 @@ installed the CCSv6.1.3 package or for CCSv6.1.2 and earlier ensure that
318318
you have done the software update correctly as shown in the how to
319319
section below.
320320

321-
.. Image:: ../../../images/K2G_GPEVM_Target_configuration.jpg
321+
.. Image:: /images/K2G_GPEVM_Target_configuration.jpg
322322

323323
In advance settings, make sure that the gel files are populated
324324
correctly. The following GEL files and their corresponding cores are
@@ -348,7 +348,7 @@ in the previous section ConfiguringTargetConfigFile_
348348

349349
**Step5**: Launch Target configuration you just created.
350350

351-
.. Image:: ../../../images/K2G_Launch_targetConfig.png
351+
.. Image:: /images/K2G_Launch_targetConfig.png
352352

353353
**Step6**:K2G can be a DSP or an ARM master boot device so connect to
354354
the C66x or the A15\_0.
@@ -378,7 +378,7 @@ in the previous section ConfiguringTargetConfigFile_
378378
Launch CCS and create new target configuration(File->New->Target
379379
Configuration file) as shown in the images below
380380

381-
.. Image:: ../../../images/CCS_target_configuration.png
381+
.. Image:: /images/CCS_target_configuration.png
382382

383383
Provide appropriate name to the configuration. Select Spectrum digital
384384
XDS200 emulator and target as 66AK2G02.
@@ -388,7 +388,7 @@ installed the CCSv6.1.3 package or for CCSv6.1.2 and earlier ensure that
388388
you have done the software update correctly as shown in the how to
389389
section below.
390390

391-
.. Image:: ../../../images/K2G_GPEVM_Target_configuration_alternate.jpg
391+
.. Image:: /images/K2G_GPEVM_Target_configuration_alternate.jpg
392392

393393
In advance settings, make sure that the no gel files are populated.
394394

@@ -404,7 +404,7 @@ in the previous section ConfiguringTargetConfigFile_
404404

405405
**Step5**: Launch Target configuration you just created.
406406

407-
.. Image:: ../../../images/K2G_Launch_targetConfig.png
407+
.. Image:: /images/K2G_Launch_targetConfig.png
408408

409409
**Step6**:K2G will boot with ARM master boot from the SD card so
410410
connect to the A15\_0. There will be no output on the console when you
@@ -479,7 +479,7 @@ machine.
479479
the interface section, select ‘Serial (UART)’ from the drop-down box on
480480
the left.Refer to the image provided below:
481481

482-
.. Image:: ../../../images/LMflashProg_Config.png
482+
.. Image:: /images/LMflashProg_Config.png
483483

484484

485485
**Step 7** Select the BMC COM Port and set the ‘Baud Rate’ to 115200.
@@ -491,7 +491,7 @@ the left.Refer to the image provided below:
491491
"Silicon Labs CP210x: USB to UART Bridge: Standard COM Port (COM##)"
492492
as shown below:
493493

494-
.. Image:: ../../../images/BMCUARTPort.png
494+
.. Image:: /images/BMCUARTPort.png
495495

496496
**Note:** BMC outputs boot logs to serial console when EVM is powered
497497
ON. Connect the ‘USB to SoC UART0’ port to standard serial console
@@ -503,7 +503,7 @@ Support’ is unchecked.
503503
**Step 9** In the 'Program' tab, select the binary image file
504504
bmc\_evmKS2\_K2G.bin in the section 'Select.bin file'.
505505

506-
.. Image:: ../../../images/LMflashProg_program.png
506+
.. Image:: /images/LMflashProg_program.png
507507

508508
**Step 10** Leave all other options as default, and press the ‘Program’
509509
button.
@@ -548,7 +548,7 @@ Steps to update the XDS200 firmware on the EVM are archived on the article
548548
- Remove FB3 and connect a wire from R64.2 ‘rVCC\_VBUS\_XDS’ and R67.2
549549
‘VCC5V0\_DCDC’ as shown in the image below:
550550

551-
.. Image:: ../../../images/R64_to_R67_HWMod.png
551+
.. Image:: /images/R64_to_R67_HWMod.png
552552
:scale: 70%
553553

554554
.. rubric:: Update the EVM for improved USB performance

source/common/EVM_Hardware_Setup/_66AK2G02_ICE_EVM_Hardware_setup.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ The key features of the EVM are:
4747
EVM Layout and Key Components
4848
-----------------------------------
4949

50-
.. Image:: ../../../images/TI_K2G_ICE_EVM_TOP.png
50+
.. Image:: /images/TI_K2G_ICE_EVM_TOP.png
5151
:scale: 50%
5252

53-
.. Image:: ../../../images/TI_K2G_ICE_EVM_BOTTOM.png
53+
.. Image:: /images/TI_K2G_ICE_EVM_BOTTOM.png
5454
:scale: 50%
5555

5656
Supported JTAG Debug Probes (Emulators)
@@ -73,14 +73,14 @@ mode.
7373

7474
**For the EVM Out-of-Box experience, use SD/MMC boot mode as shown in the image below**:
7575

76-
.. Image:: ../../../images/K2GICE_Boot_MODE.png
76+
.. Image:: /images/K2GICE_Boot_MODE.png
7777
:scale: 50%
7878

7979
|
8080
8181
The table below lists all of the boot modes supported on the ICE EVM.
8282

83-
.. Image:: ../../../images/K2G_ICE_BOOTSW.png
83+
.. Image:: /images/K2G_ICE_BOOTSW.png
8484
:scale: 50%
8585

8686
Connecting an Emulator
@@ -104,7 +104,7 @@ Users can connect to the target SoC via CCS by connecting the USB cable, supplie
104104

105105
|
106106
107-
.. Image:: ../../../images/ICE_K2G_connect.png
107+
.. Image:: /images/ICE_K2G_connect.png
108108
:scale: 50%
109109

110110
|
@@ -159,7 +159,7 @@ specific target files hence we recommend this update.
159159
required to update the Keystone Device Support package by going into the
160160
Help->Check For Updates
161161

162-
.. Image:: ../../../images/Check_for_Updates.png
162+
.. Image:: /images/Check_for_Updates.png
163163
:scale: 50%
164164

165165
2. Select Keystone2 device support package. Follow menu options
@@ -169,7 +169,7 @@ to continue with the update.
169169
and check that Keystone2 device support package v1.1.9 or later are
170170
installed as shown below.
171171

172-
.. Image:: ../../../images/KeystoneII_device_support_package.png
172+
.. Image:: /images/KeystoneII_device_support_package.png
173173
:scale: 50%
174174

175175
.. Note:: The package can be downloaded separately from the link below and manually unzipped into CCS installation.
@@ -202,14 +202,14 @@ Connect without an SD Card Boot Image
202202

203203
Launch CCS and create a new target configuration (File->New->Target Configuration file) as shown in the images below.
204204

205-
.. Image:: ../../../images/CCS_target_configuration.png
205+
.. Image:: /images/CCS_target_configuration.png
206206
:scale: 50%
207207

208208
Provide an appropriate name to the configuration. Select Spectrum Digital XDS100 emulator and target as K2G ICE EVM.
209209

210210
.. Note:: If you don't find the K2GICE target make sure you have installed CCSv7.1 or higher. If using CCSv 7.0 or CCSv6.1.x and earlier, ensure that you have done the software update correctly as shown in the how to section below.
211211

212-
.. Image:: ../../../images/K2G_ICE_target_configuration.png
212+
.. Image:: /images/K2G_ICE_target_configuration.png
213213
:scale: 50%
214214

215215
In advanced settings, make sure that the GEL files are populated correctly. The following GEL files and their corresponding cores are provided below.
@@ -235,7 +235,7 @@ the previous section "Configuring target configuration files."
235235
5. Launch the newly created
236236
target configuration.
237237

238-
.. Image:: ../../../images/K2G_Launch_targetConfig.png
238+
.. Image:: /images/K2G_Launch_targetConfig.png
239239
:scale: 50%
240240

241241
6. K2G can be a DSP or an ARM master boot device
@@ -264,14 +264,14 @@ Connect with an SD Card Boot Image
264264
1. Launch CCS and create a new target configuration (File->New->Target
265265
Configuration file) as shown in the images below.
266266

267-
.. Image:: ../../../images/CCS_target_configuration.png
267+
.. Image:: /images/CCS_target_configuration.png
268268
:scale: 50%
269269

270270
Provide an appropriate name to the configuration. Select Spectrum digital XDS100 emulator and target as 66AK2G02.
271271

272272
.. Note:: If you don't find the K2GICE target make sure you have installed CCSv7.1 or higher. If using CCSv 7.0 or CCSv6.1.x and earlier, ensure that you have done the software update correctly as shown in the how to section below.
273273

274-
.. Image:: ../../../images/K2G_GPEVM_Target_configuration_alternate.jpg
274+
.. Image:: /images/K2G_GPEVM_Target_configuration_alternate.jpg
275275
:scale: 50%
276276

277277
In advanced settings, make sure that no GEL files are populated.
@@ -288,7 +288,7 @@ section "Configuring target configuration files".
288288
5. Launch the newly created
289289
target configuration.
290290

291-
.. Image:: ../../../images/K2G_Launch_targetConfig.png
291+
.. Image:: /images/K2G_Launch_targetConfig.png
292292
:scale: 50%
293293

294294
6. K2G will boot with ARM master boot from the SD card so connect to the A15\_0. There will be no output on the console when you

source/common/EVM_Hardware_Setup/_AM572x_GP_EVM_Hardware_Setup.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and dual ARM Cortex-M4 cores.
2222
.. rubric:: Contents of the kit
2323
:name: contents-of-the-kit
2424

25-
.. Image:: ../../../images/EVM_modules.png
25+
.. Image:: /images/EVM_modules.png
2626

2727
**Module:**
2828

@@ -44,7 +44,7 @@ and dual ARM Cortex-M4 cores.
4444
.. rubric:: EVM Layout and Key Components
4545
:name: evm-layout-and-key-components
4646

47-
.. Image:: ../../../images/AM572X_GP_EVM_Overview.png
47+
.. Image:: /images/AM572X_GP_EVM_Overview.png
4848

4949
.. rubric:: JTAG debug probes (aka Emulators) supported
5050
:name: jtag-debug-probes-aka-emulators-supported
@@ -74,7 +74,7 @@ UART cable from the FTDI website:
7474
.. rubric:: Setting boot switches
7575
:name: setting-boot-switches
7676

77-
.. Image:: ../../../images/Boot_Switches.png
77+
.. Image:: /images/Boot_Switches.png
7878

7979
Other Boot Pin configurations: `GP EVM Boot
8080
Options <http://processors.wiki.ti.com/AM572x_General_Purpose_EVM_HW_User_Guide#Boot_and_emulation_setup>`__
@@ -94,15 +94,15 @@ panel in order to get access to the JTAG pins.
9494
Refer to the image below for how to safely separate the processor module
9595
from the LCD panel.
9696

97-
+-------------------------------------------------------+-------------------------------------------------+
98-
| .. Image:: ../../../images/X15_PModule_disconnect.jpg | .. Image:: ../../../images/JMI_0065.jpg |
99-
+-------------------------------------------------------+-------------------------------------------------+
97+
+-----------------------------------------------+---------------------------------+
98+
| .. Image:: /images/X15_PModule_disconnect.jpg | .. Image:: /images/JMI_0065.jpg |
99+
+-----------------------------------------------+---------------------------------+
100100

101101
|
102102
| Image for how to connect the XDS200 Emulator to the 20 pin header is
103103
shown below:
104104
105-
.. Image:: ../../../images/GPEVM_XDS200.jpg
105+
.. Image:: /images/GPEVM_XDS200.jpg
106106
:scale: 50%
107107

108108
.. rubric:: Powering up the EVM
@@ -111,7 +111,7 @@ from the LCD panel.
111111
.. rubric:: Power Supply specifications
112112
:name: power-supply-specifications
113113

114-
.. Image:: ../../../images/CUI_Isolated_Power_Supply.png
114+
.. Image:: /images/CUI_Isolated_Power_Supply.png
115115

116116
Please note that a power supply is NOT included with the AM572x
117117
Evaluation Module and needs to be purchased separately. A power supply
@@ -155,7 +155,7 @@ scenario, the SBL component provides the same functionality
155155
.. rubric:: Connect Power to the EVM
156156
:name: connect-power-to-the-evm
157157

158-
.. Image:: ../../../images/Push_Power_EVM.png
158+
.. Image:: /images/Push_Power_EVM.png
159159

160160
.. rubric:: CCS Setup
161161
:name: ccs-setup
@@ -181,7 +181,7 @@ GPEVM\_AM572x\_SiRevA target make sure you have installed the CCSv6
181181
package with support for Sitara Processors and done the software update
182182
correctly from the Help Menu to get the latest Sitara CSP package.
183183

184-
.. Image:: ../../../images/GPEVM_Target_configuration.jpg
184+
.. Image:: /images/GPEVM_Target_configuration.jpg
185185

186186
|
187187
@@ -345,7 +345,7 @@ MULTICORE Initialization** enable the corresponding sub system clock.
345345
For example, enable ``DSP11SSClkEnable_API`` for the first DSP core.
346346
After running the clock enable option, you can connect to the core.
347347

348-
.. Image:: ../../../images/Multicore-Enable.jpg
348+
.. Image:: /images/Multicore-Enable.jpg
349349

350350
If you wish to run TI RTOS code on DSP, please also run the `Timer
351351
Suspend Control
@@ -379,7 +379,7 @@ installed the CCSv6.1.1 package and done the software update correctly.
379379

380380
|
381381
382-
.. Image:: ../../../images/COnfigure_targetConfigFiles_SDboot.png
382+
.. Image:: /images/COnfigure_targetConfigFiles_SDboot.png
383383

384384
.. rubric:: GEL file options
385385
:name: gel-file-options
@@ -433,7 +433,7 @@ Due to this issue the SYS/BIOS developers will need to configure an
433433
additional CCS configuration check to connect the GPTimer suspend
434434
control signal to the DSP as shown in the image below:
435435

436-
.. Image:: ../../../images/GPtimer5_DSPConnect.png
436+
.. Image:: /images/GPtimer5_DSPConnect.png
437437

438438
.. rubric:: Other How-To Options
439439
:name: other-how-to-options
@@ -443,7 +443,7 @@ control signal to the DSP as shown in the image below:
443443

444444
Connecting FTDI cable to the 6 pin UART header for serial debug
445445

446-
.. Image:: ../../../images/GP_EVM_UART.jpg
446+
.. Image:: /images/GP_EVM_UART.jpg
447447
:scale: 50%
448448

449449
**Note:** Pin 1 corresponds to ground.
@@ -459,7 +459,7 @@ Flow Control: Off
459459
For ethernet connectivity connect the ethernet cable to the top serial
460460
port which is port 0 on the GP EVM.
461461

462-
.. Image:: ../../../images/AM572x_GP_EVM_Ethernet_connect.jpg
462+
.. Image:: /images/AM572x_GP_EVM_Ethernet_connect.jpg
463463
:scale: 50%
464464

465465
You can connect the other end of the cable directly to the host or

source/common/EVM_Hardware_Setup/_AM68_SK_Hardware_Setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ To run the demos on AM68 SK you will require,
3030

3131
Connect the components to the EVM as shown in the image.
3232

33-
.. figure:: ../../../images/AM68_SK_Hardware_Setup/am68_sk.jpg
33+
.. figure:: /images/AM68_SK_Hardware_Setup/am68_sk.jpg
3434
:scale: 30
3535
:align: center
3636

3737
AM68 SK connections
3838

3939
Set the boot pins to SD boot mode as shown in the following image.
4040

41-
.. figure:: ../../../images/AM68_SK_Hardware_Setup/am68_sk_bootpins.jpg
41+
.. figure:: /images/AM68_SK_Hardware_Setup/am68_sk_bootpins.jpg
4242
:scale: 20
4343
:align: center
4444

0 commit comments

Comments
 (0)