Dev/BeagleBone/BeagleYAI: Difference between revisions

From Embeded Linux (and more) Wiki by Nathael
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:
* https://docs.beagle.cc/boards/beagley/ai/03-design.html
* https://docs.beagle.cc/boards/beagley/ai/03-design.html
=== Processor ===
=== Processor ===
* The board has a TI Jacinto XJ722S (TDA4AEN) SOC which seems to be an AM67A with
* The board has a TI Jacinto J722S ([https://www.ti.com/product/TDA4AEN-Q1 TDA4AEN]) AM67A SOC with
: four Arm Cortex-A53 cores (main cores, 1.4Ghz)
: - four Arm Cortex-A53 cores (main cores, 1.4Ghz)
: two C7x DSP cores
: - two C7x DSP cores
: three Arm Cortex-R5F cores (MCU channel with FFI (user apps, 800Mhz), Device management and Run-time management).
: - one user Arm Cortex-R5F core (MCU channel with FFI, 800Mhz)
: - two additional Arm Cortex-R5F cores (Device management and Run-time management).
* BXS-4-64 GPU
* BXS-4-64 GPU
=== Memory ===
=== Memory ===

Revision as of 15:12, 4 March 2025

Description

Processor

  • The board has a TI Jacinto J722S (TDA4AEN) AM67A SOC with
- four Arm Cortex-A53 cores (main cores, 1.4Ghz)
- two C7x DSP cores
- one user Arm Cortex-R5F core (MCU channel with FFI, 800Mhz)
- two additional Arm Cortex-R5F cores (Device management and Run-time management).
  • BXS-4-64 GPU

Memory

  • 4Go LPDDR4
  • EEPROM (FT24C32A) on I2C0
  • microSD Card

Additional tools

TI Firmware Builder

Sources

TI

Configs

Linux

Liens officiels

Pinout

Debug port Connection

Onboard connector

Despite what some have published about everywhere on the Web (even within official beagleboard online documentation), the connector IS NOT a JST connector. Some stupid guy made a confusion between the name of the footprint on the schematics or in the BOM and the name of the manufacturer.
The official BOM gives all the information :

  • Manufacturer : MTCONN
  • Manufacturer part number : MTWF63-103SRN-01163

Where to find mating connector

I did not find the exact connector reference on MTCONN website, but they have another one which seems to be the same one : https://www.mtconntech.com/wafer-conn-2-product/ which reference is "WTB10-XX-02-2" ... but I do not know where to get these, much less the mating connector.
Some googling gave me another manufacturer with a compatible reference : Wurth Elektronik.
What's nice with Wurth Elektronik is that they have an efficient website, with all the information, and their references are easy to order using Mouser or Digikey for example.
Here are the references/links for all the parts :

Choose the number of positions you need (3 for the debug port, but there's also a 2 positions and a 4 positions connector on the BeagleY-AI board), and either ask for samples or look for the corresponding parts reference number on your preferred components supplier.

Links