Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/nbs #36

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
10 changes: 5 additions & 5 deletions source/buildroot/Overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ Repository structure
├── external.mk
├── Config.in
├── board
   ├── ti
   │   ├── am62x-sk
   │   ├── common
├── ti
├── am62x-sk
├── common
├── COPYING
├── README.md
├── configs
   ├── ti_release_am62x_sk_defconfig
   └── ti_release_am62x_sk_rt_defconfig
├── ti_release_am62x_sk_defconfig
└── ti_release_am62x_sk_rt_defconfig

:file:`external.desc`: contains name and description of br2-external tree.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ power supply connected to the DC power jack (J3). Internally, +12V input
is converted into required voltage levels using local DC-DC converters

Please note that a power supply is included with the 66AK2GX Evaluation
Module. The power supply has the following specs :
Module. The power supply has the following specs :

- 12V DC output
- 5A output
Expand All @@ -234,7 +234,7 @@ Module. The power supply has the following specs :
This section describes the setup to connect to 66AK2GX GP EVM using
Code composer Studio environment and an emulator.

There are two scenarios while connecting to the EVM :
There are two scenarios while connecting to the EVM :

- **Connect to EVM without a SD card boot image to boot the EVM**
- **Connect to EVM after booting an image from the SD card**.
Expand Down Expand Up @@ -330,7 +330,7 @@ provided below:
.. rubric:: Connecting to target
:name: connecting-to-target

**Step1 :** Download Code composer Studio v6.1.3 or for CCSv6.1.2 and
**Step1 :** Download Code composer Studio v6.1.3 or for CCSv6.1.2 and
earlier, ensure it contains Keystone device support package version
1.1.5 as described in the how to guide

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. include:: <isonum.txt>

66AK2G02 ICE EVM Hardware Setup
================================
Expand All @@ -11,7 +12,7 @@ industrial communications applications for the Texas Instrument’s
Keystone2 System-on-Chip (SoC) 66AK2G02. The K2G SOC (66AK2G02) is the new
device from TI’s Keystone II architecture with

- ARM® Cortex® -A15 Microprocessor Unit (ARM A15) Subsystem at up to
- ARM\ |reg| Cortex\ |reg| -A15 Microprocessor Unit (ARM A15) Subsystem at up to
600MHz
- C66x Fixed- and Floating-Point VLIW DSP Subsystem at up to 600MHz
- Two Programmable Real-Time Unit and Industrial Communication
Expand All @@ -20,7 +21,7 @@ device from TI’s Keystone II architecture with
RAM
- Up to 36-Bit DDR3 External Memory Interface (EMIF) with ECC (32-Bit
Data + 4-Bit ECC)
- PCI-Express® 2.0 Port with Integrated PHY
- PCI-Express\ |reg| 2.0 Port with Integrated PHY
- Three Multichannel Audio Serial Port (McASP) Peripherals
- Multichannel Buffered Serial Port (McBSP)
- Six Enhanced High Resolution Pulse Width Modulation (eHRPWM)
Expand Down Expand Up @@ -136,7 +137,7 @@ CCS Setup
This section describes the setup to connect to 66AK2G02 ICE EVM using
Code composer Studio environment and an emulator.

There are two scenarios while connecting to the EVM :
There are two scenarios while connecting to the EVM :

- **Connect to EVM without a SD card boot image to boot the EVM**
- **Connect to EVM after booting an image from the SD card**.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. include:: <isonum.txt>

.. http://processors.wiki.ti.com/index.php/AM572x_GP_EVM_Hardware_Setup

AM572x GP EVM Hardware Setup
Expand All @@ -7,7 +9,7 @@ AM572x GP EVM Hardware Setup
:name: description

The AM572x Evaluation Module provides an affordable platform to quickly
start evaluation of Sitara™ ARM® Cortex®-A15 AM57x Processors (AM5728,
start evaluation of Sitara™ ARM\ |reg| Cortex\ |reg|\ -A15 AM57x Processors (AM5728,
AM5726, AM5718, AM5716) and accelerate development for HMI, machine
vision, networking, medical imaging and many other industrial
applications. It is a development platform based on the dual ARM
Expand All @@ -32,7 +34,7 @@ and dual ARM Cortex-M4 cores.

**Other components:**

- µSD card with Linux SDK
- |micro|\ SD card with Linux SDK
- USB-to-serial debug cable
- HDMI cable for optional external display
- LCD brackets
Expand Down Expand Up @@ -160,7 +162,7 @@ scenario, the SBL component provides the same functionality
.. rubric:: CCS Setup
:name: ccs-setup

There are two scenarios while connecting to the EVM :
There are two scenarios while connecting to the EVM :

- **Connect to EVM without a SD card boot image to boot the EVM**
- **Connect to EVM after booting an image from the SD card**.
Expand Down Expand Up @@ -207,7 +209,7 @@ provided below:
.. rubric:: Connecting to target
:name: connecting-to-target

**Step1 :** Download Code composer Studio and AM572x Sitara CSP package
**Step1 :** Download Code composer Studio and AM572x Sitara CSP package
as described in the wiki article mentioned below:

`Install Code composer Studio v6 for
Expand Down Expand Up @@ -301,7 +303,7 @@ in the previous section.
CortexA15_0: GEL Output: PHY_STATUSx registers
CortexA15_0: GEL Output: Two EMIFs in interleaved mode - (2GB total)
CortexA15_0: GEL Output: --->>> DDR3 Initialization is DONE! <<<---
CortexA15_0: GEL Output: --->>> AM572x Target Connect Sequence DONE !!!!! <<<---
CortexA15_0: GEL Output: --->>> AM572x Target Connect Sequence DONE !!!!! <<<---
CortexA15_0: GEL Output: --->>> IPU1SS Initialization is in progress ... <<<---
CortexA15_0: GEL Output: --->>> IPU1SS Initialization is DONE! <<<---
CortexA15_0: GEL Output: --->>> IPU2SS Initialization is in progress ... <<<---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
.. include:: <isonum.txt>

AM62Px SK EVM Hardware Setup
============================

.. rubric:: Description

The AM62Px starter kit (SK) evaluation module (EVM) is a stand-alone test and development platform
built around the AM62Px system-on-a-chip (SoC). AM62Px processors are comprised of a quad-core 64-bit
Arm®-Cortex®-A53 microprocessor, dual-core Arm Cortex-R5F microcontroller (MCU).
built around the AM62Px system-on-a-chip (SoC). AM62Px processors are comprised of a quad-core 64-bit
Arm\ |reg|\ -Cortex\ |reg|\ -A53 microprocessor, dual-core Arm Cortex-R5F microcontroller (MCU).

To know more on how to quickly start Linux on the AM62Px Starter Kit EVM (SK EVM) and run out-of-box demos, you can refer `AM62Px Starter Kit EVM Quick Start Guide. <https://tgrex19.toro.design.ti.com/tirex/explore/node?node=A__AaM8dWF78x986JGiasfPsA__am62px-devtools__FUz-xrs__LATEST>`__

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
.. include:: <isonum.txt>

AM62x SK EVM Hardware Setup
===========================

.. rubric:: Description

The AM62x starter kit (SK) evaluation module (EVM) is a stand-alone test and development platform
built around the AM62x system-on-a-chip (SoC). AM62x processors are comprised of a quad-core 64-bit
Arm®-Cortex®-A53 microprocessor, single-core Arm Cortex-R5F microcontroller (MCU) and an Arm
built around the AM62x system-on-a-chip (SoC). AM62x processors are comprised of a quad-core 64-bit
Arm\ |reg|\ -Cortex\ |reg|\ -A53 microprocessor, single-core Arm Cortex-R5F microcontroller (MCU) and an Arm
Cortex-M4F MCU.

To know more on how to quickly start Linux on the AM62x Starter Kit EVM (SK EVM) and run out-of-box demos, you can refer `AM62x Starter Kit EVM Quick Start Guide. <https://dev.ti.com/tirex/content/tirex-product-tree/am62x-devtools-1.00.00.06/docs/am62x_skevm_quick_start_guide.html>`__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ headers, multiple boot options and flexible debug capabilities.The starter kit
is equipped with AM64x processor and an optimized feature-set to allow the user
to create commercial and industrial solutions using Ethernet-based, USB, and
serial wired interfaces, two Ethernet Ports for wired connectivity. Using standard
serial protocols such as UART, I²C, and SPI, the starter kit can interface with
serial protocols such as UART, I2C, and SPI, the starter kit can interface with
a multitude of other devices, acting as a communications gateway.

For Quick Start Quide `click here. <https://dev.ti.com/tirex/content/tirex-product-tree/am64x-devtools/docs/am64x_skevm_quick_start_guide.html>`__
Expand Down
6 changes: 3 additions & 3 deletions source/common/EVM_Hardware_Setup/_EVMK2H_Hardware_Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ of the emulator daughter card. The driver can be downloaded from here

.. note:: Before testing the usb connection, make sure that the mini-usb cable is plugged into the port on the base board. (and not connected to the daughter card).

After installing the driver and connecting the USB cable, two COM ports
After installing the driver and connecting the USB cable, two COM ports
should be visible in the list of COM ports available to connect to in
the PC Host terminal console. The lower COM port corresponds to the SoC
UART and the higher one corresponds to the MCU UART.
Expand Down Expand Up @@ -237,7 +237,7 @@ with the following steps.
#. Select the BMC COM Port (the same COM port used to issue the ver
command earlier), and set the ‘Baud Rate’ to 115200.
#. Set ‘Transfer Size’ to 60, and make sure ‘Disable Auto Baud Support’
is unchecked. 
is unchecked.

.. image:: /images/LMflashProg_Config.png

Expand Down Expand Up @@ -652,5 +652,5 @@ Connecting Target...
arm_A15_0: GEL Output: A15 non secure mode entered

Users can now load and run code on the cores by using Run -> Load
Program. Happy Debugging !!
Program. Happy Debugging !!

Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
.. include:: <isonum.txt>

J722S EVM Hardware Setup
====================================================

.. rubric:: Description

The J722S evaluation module (or TDA4VEN and AM67 EVM) is a stand-alone test and development platform
built around the J722S system-on-a-chip (SoC). J722S processors are comprised of a quad-core 64-bit
Arm®-Cortex®-A53 microprocessor, dual-core Arm Cortex-R5F microcontroller (MCU).
built around the J722S system-on-a-chip (SoC). J722S processors are comprised of a quad-core 64-bit
Arm\ |reg|\ -Cortex\ |reg|\ -A53 microprocessor, dual-core Arm Cortex-R5F microcontroller (MCU).
The EVM gives developers the basic resources needed for most general‐purpose type projects.

.. rubric:: J722S EVM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Target Configuration
.. Image:: /images/OMAPL137_targetConfig.png


- Check "OMAPL137" or "C6747" as Device and save. 
- Check "OMAPL137" or "C6747" as Device and save.

.. Tip:: If you don't see "OMAPL137", ensure that you have installed CCS and selected Single Core DSP devices in the installation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The application needs an IP address. It can use either a static IP
address (pre-configured) or it can request one using DHCP. This is
controlled by setting dip switch 2 of SW9.

| User Switch 2 ON : DHCP
| User Switch 2 ON : DHCP
| User Switch 2 OFF: Static IP

.. image:: /images/TMD6678LSW9.png
Expand Down Expand Up @@ -95,7 +95,7 @@ Boot Mode Dip Switch Settings

The EVM supports booting image from various devices (EEPROM, NAND or
NOR) via IBL (at I2C address 0x51), I2C EEPROM (at I2C address 0x50),
and ROM Boot modes (such as Ethernet, SRIO, PCIe, SPI etc.) which
and ROM Boot modes (such as Ethernet, SRIO, PCIe, SPI etc.) which
address the boot source directly from the ROM code. Below is the table
showing the boot mode dip switch settings for different boot mode that
the EVM supports:
Expand All @@ -106,7 +106,7 @@ the EVM supports:
| | (Pin1, 2, 3, 4, 5, 6, 7, | (Pin1, 2, 3, 4, 5, 6, 7, |
| | 8) | 8) |
+==========================+==========================+==========================+
| IBL NOR boot on image 0 | (off, off, on, off, on, | (on, on, on, off, on, |
| IBL NOR boot on image 0 | (off, off, on, off, on, | (on, on, on, off, on, |
| (default) | on, on, | on, on, on)\ :sup:`4` |
| | on)\ :sup:`1,2,3` | |
+--------------------------+--------------------------+--------------------------+
Expand Down Expand Up @@ -145,22 +145,22 @@ the EVM supports:

**Footnotes:**

| 1. Pin 1 of SW3 is the endian pin, by default, it is set to off (Little Endian) 
| 1. Pin 1 of SW3 is the endian pin, by default, it is set to off (Little Endian)
|

| 2. Pin 2-4 of SW3 are the boot mode pins, by default it is set to I2C boot mode (off, on, off)
| 2. Pin 2-4 of SW3 are the boot mode pins, by default it is set to I2C boot mode (off, on, off)
|

| 3. Pin 5-8 of SW3 and pin 1-2 of SW5 are the boot parameter index pins for I2C boot (paramter index 0/1 for NOR boot image 0/1, parameter index 2/3 for NAND boot image 0/1, parameter index 4 for TFTP boot). By default, image 0 is programmed to offset byte address 0x0 on NOR, and 0x20000 (block 1 start address) on NAND, image 1 is programmed to offset byte address 0x4000000 on NAND.
|

| 4. Pin 4 of SW5 is the I2C address pin (off: 0x51, on: 0x50)  for I2C boot mode
| 4. Pin 4 of SW5 is the I2C address pin (off: 0x51, on: 0x50) for I2C boot mode
|

| 5. This will set the board to boot from SRIO boot mode, with reference clock at 250 MHz, data rate at 3.125 GBs, and lane setup 4-1x ports and DSP System PLL at 100 MHz.
|

| 6. This will set the board to boot from Ethernet boot mode, with SerDes clock multiplier x 4, core PLL clock at 100 MHz.
| 6. This will set the board to boot from Ethernet boot mode, with SerDes clock multiplier x 4, core PLL clock at 100 MHz.
|

| 7. This will set the board to boot form PCIE boot mode, with PCIE in end point mode and DSP System PLL at 100 MHz.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Boot Mode Dip Switch Settings
-----------------------------

The EVM supports booting image from various devices (EEPROM, NAND or
NOR) via IBL, it also supports ROM Boot modes, such as Ethernet, SRIO,
NOR) via IBL, it also supports ROM Boot modes, such as Ethernet, SRIO,
PCIe, etc. Below is the table showing the boot mode dip switch settings
for different boot mode that the EVM supports:

Expand Down Expand Up @@ -120,16 +120,16 @@ for different boot mode that the EVM supports:

**Footnotes:**

| 1. Pin 1 of SW3 is the endian pin, by default, it is set to off (Little Endian)
| 1. Pin 1 of SW3 is the endian pin, by default, it is set to off (Little Endian)
|

| 2. Pin 2-4 of SW3 are the boot mode pins, by default it is set to I2C boot mode (off, on, off)
| 2. Pin 2-4 of SW3 are the boot mode pins, by default it is set to I2C boot mode (off, on, off)
|

| 3. Pin 1-4 of SW4 and pin 1-2 of SW5 are the boot parameter index pins for I2C boot (paramter index 0/1 for NOR boot image 0/1, parameter index 2/3 for NAND boot image 0/1, parameter index 4 for TFTP boot). By default, image 0 is programmed to offset byte address 0x0 on NOR, and 0x4000 (block 1 start address) on NAND, image 1 is programmed to offset byte address 0xA00000 on NOR, and 0x2000000 on NAND.
|

| 4. Pin 4 of SW5 is the I2C address pin (off: 0x51, on: 0x50)  for I2C boot mode
| 4. Pin 4 of SW5 is the I2C address pin (off: 0x51, on: 0x50) for I2C boot mode
|

| 5. This will set the board to boot from SRIO boot mode, with reference clock at 250 MHz, data rate at 3.125 GBs, and lane setup 4-1x ports and DSP System PLL at 122.88 MHz.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The application needs an IP address. It can use either a static IP
address (pre-configured) or it can request one using DHCP. This is
controlled by setting dip switch 2 of SW9.

| User Switch 2 ON : DHCP
| User Switch 2 ON : DHCP
| User Switch 2 OFF: Static IP

.. image:: /images/TMD6678LSW9.png
Expand Down Expand Up @@ -110,7 +110,7 @@ Boot Mode Dip Switch Settings

The EVM supports booting image from various devices (EEPROM, NAND or
NOR) via IBL (at I2C address 0x51), I2C EEPROM (at I2C address 0x50),
and ROM Boot modes (such as Ethernet, SRIO, PCIe, SPI etc.) which
and ROM Boot modes (such as Ethernet, SRIO, PCIe, SPI etc.) which
address the boot source directly from the ROM code. Below is the table
showing the boot mode dip switch settings for different boot mode that
the EVM supports:
Expand All @@ -121,7 +121,7 @@ the EVM supports:
| | (Pin1, 2, 3, | (Pin1, 2, 3, | (Pin1, 2, 3, | (Pin1, 2, 3, |
| | 4) | 4) | 4) | 4) |
+================+================+================+================+================+
| IBL NOR boot | (off, off, on, | (on, on, on, | (on, on, on, | (on, on, on, |
| IBL NOR boot | (off, off, on, | (on, on, on, | (on, on, on, | (on, on, on, |
| on image 0 | off)\ :sup:`1, | on)\ :sup:`3` | off)\ :sup:`4` | on) |
| (default) | 2` | | | |
+----------------+----------------+----------------+----------------+----------------+
Expand Down Expand Up @@ -160,10 +160,10 @@ the EVM supports:

| **Footnotes:**

1. Pin 1 of SW3 is the endian pin, by default, it is set to off (Little
Endian) 
1. Pin 1 of SW3 is the endian pin, by default, it is set to off (Little
Endian)

2. Pin 2-4 of SW3 are the boot mode pins, by default it is set to I2C
2. Pin 2-4 of SW3 are the boot mode pins, by default it is set to I2C
boot mode (off, on, off)

3. Pin 1-4 of SW4 and pin 1-2 of SW5 are the boot parameter index pins
Expand All @@ -173,15 +173,15 @@ default, image 0 is programmed to offset byte address 0x0 on NOR, and
0x4000 (block 1 start address) on NAND, image 1 is programmed to offset
byte address 0xA00000 on NOR, and 0x2000000 on NAND.

4. Pin 4 of SW5 is the I2C address pin (off: 0x51, on: 0x50)  for I2C
4. Pin 4 of SW5 is the I2C address pin (off: 0x51, on: 0x50) for I2C
boot mode

5. This will set the board to boot from SRIO boot mode, with reference
clock at 312.5 MHz, data rate at 3.125 GBs, and lane setup 4-1x ports
and DSP System PLL at 100 MHz.

6. This will set the board to boot from Ethernet boot mode, with SerDes
clock multiplier x 4, core PLL clock at 100 MHz.
clock multiplier x 4, core PLL clock at 100 MHz.

7. This will set the board to boot form PCIE boot mode, with PCIE in end
point mode and DSP System PLL at 100 MHz.
Expand Down
Loading
Loading