<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://e2e.ti.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Processors forum - Recent Threads</title><link>https://e2e.ti.com/support/processors-group/processors/f/processors-forum</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 24 Jun 2026 19:06:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://e2e.ti.com/support/processors-group/processors/f/processors-forum" /><item><title>AM68A: AM68A/J721S2: OD-8920 DETR graph verify failure and 11_00_06_00 compiler segfault</title><link>https://e2e.ti.com/thread/1657948?ContentTypeID=0</link><pubDate>Wed, 24 Jun 2026 02:54:20 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:8e5b9b5c-6c63-4222-b6c4-510a35c88804</guid><dc:creator>Derrick Edwards</dc:creator><slash:comments>2</slash:comments><comments>https://e2e.ti.com/thread/1657948?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1657948/am68a-am68a-j721s2-od-8920-detr-graph-verify-failure-and-11_00_06_00-compiler-segfault/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; AM68A&lt;/p&gt;&lt;div&gt;
&lt;div&gt;We are attempting to deploy the official TI Model Zoo OD-8920 DETR ONNX on&lt;/div&gt;
&lt;div&gt;AM68A/SK-AM68 with `PROCESSOR-SDK-LINUX-AM68A 11.00.00.08`, staying on the&lt;/div&gt;
&lt;div&gt;11.00 release family because newer runtime/image attempts break our known-good&lt;/div&gt;
&lt;div&gt;YOLOX fallback.&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;The official AM68A prebuilt package fails before inference on the board:&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;```text&lt;/div&gt;
&lt;div&gt;VX_ZONE_ERROR: [ TIDL subgraph key_value_states ] Node kernel init failed&lt;/div&gt;
&lt;div&gt;VX_ZONE_ERROR: [ TIDL subgraph key_value_states ] Graph verify failed&lt;/div&gt;
&lt;div&gt;ERROR: MakeTidlDetectionEngine failed: ORT init: Create state function failed. Return value:-1&lt;/div&gt;
&lt;div&gt;```&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;Board/runtime context:&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;```text&lt;/div&gt;
&lt;div&gt;OS: Arago 2025.01&lt;/div&gt;
&lt;div&gt;kernel: 6.12.17-ti-00773-gcdcaeac783e3-dirty&lt;/div&gt;
&lt;div&gt;libtivision-apps11.0.0: 11.00.00-r0_edgeai_13.57&lt;/div&gt;
&lt;div&gt;libonnxruntime1.15.0: 1.0-r0_edgeai_4.40&lt;/div&gt;
&lt;div&gt;ti-tidl: 1.0.0-r0_edgeai_2.180&lt;/div&gt;
&lt;div&gt;ti-rtos-firmware: 08.02.00.04-r4.1_edgeai_0.1&lt;/div&gt;
&lt;div&gt;```&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;The ONNX graph originally has four outputs:&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;```text&lt;/div&gt;
&lt;div&gt;4041 [1,100,92]&lt;/div&gt;
&lt;div&gt;4053 [1,100,4]&lt;/div&gt;
&lt;div&gt;onnx::MatMul_4038 [1,100,256]&lt;/div&gt;
&lt;div&gt;key_value_states [1,625,256]&lt;/div&gt;
&lt;div&gt;```&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;We pruned the graph outputs to keep only the detector logits and boxes:&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;```text&lt;/div&gt;
&lt;div&gt;4041 [1,100,92]&lt;/div&gt;
&lt;div&gt;4053 [1,100,4]&lt;/div&gt;
&lt;div&gt;```&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;The pruned ONNX passes `onnx.checker.check_model` and a CPU ONNX Runtime smoke&lt;/div&gt;
&lt;div&gt;run with `ORT_DISABLE_ALL`.&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;AM68A/J721S2 compile attempt:&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;```text&lt;/div&gt;
&lt;div&gt;target: SOC=am68a, TIDL_TOOLS_PATH=/home/root/tools/J721S2/tidl_tools&lt;/div&gt;
&lt;div&gt;edgeai-tidl-tools tag/commit: 11_00_06_00 / 95ba2c7ec62bbedeb637d7a5c0273fcede21cac9&lt;/div&gt;
&lt;div&gt;docker image: edgeai_tidl_tools_x86_ubuntu_22:11_00_06_00&lt;/div&gt;
&lt;div&gt;c7x_firmware_version: 11_00_00_00&lt;/div&gt;
&lt;div&gt;tensor_bits: 8&lt;/div&gt;
&lt;div&gt;calibration_frames: 4&lt;/div&gt;
&lt;div&gt;calibration_iterations: 5&lt;/div&gt;
&lt;div&gt;graph_optimization_level: ORT_DISABLE_ALL&lt;/div&gt;
&lt;div&gt;filter_16bit_hints: true&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;TIDL import outputs:&lt;/div&gt;
&lt;div&gt;Output tensor name - 4041&lt;/div&gt;
&lt;div&gt;Output tensor name - 4053&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;late compiler result:&lt;/div&gt;
&lt;div&gt;Successful Memory Allocation&lt;/div&gt;
&lt;div&gt;Successful Memory Allocation&lt;/div&gt;
&lt;div&gt;Segmentation fault (core dumped)&lt;/div&gt;
&lt;div&gt;compiler_exit_status=1&lt;/div&gt;
&lt;div&gt;```&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;For comparison, the exact same pruned ONNX and compile options complete when&lt;/div&gt;
&lt;div&gt;targeting AM68PA/J721E:&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;```text&lt;/div&gt;
&lt;div&gt;target: SOC=am68pa, TIDL_TOOLS_PATH=/home/root/tools/AM68PA/tidl_tools&lt;/div&gt;
&lt;div&gt;edgeai-tidl-tools tag/commit: 11_00_06_00 / 95ba2c7ec62bbedeb637d7a5c0273fcede21cac9&lt;/div&gt;
&lt;div&gt;c7x_firmware_version: 11_00_00_00&lt;/div&gt;
&lt;div&gt;tensor_bits: 8&lt;/div&gt;
&lt;div&gt;calibration_frames: 4&lt;/div&gt;
&lt;div&gt;calibration_iterations: 5&lt;/div&gt;
&lt;div&gt;graph_optimization_level: ORT_DISABLE_ALL&lt;/div&gt;
&lt;div&gt;filter_16bit_hints: true&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;late compiler result:&lt;/div&gt;
&lt;div&gt;Successful Memory Allocation&lt;/div&gt;
&lt;div&gt;Successful Workload Creation&lt;/div&gt;
&lt;div&gt;Successful Memory Allocation&lt;/div&gt;
&lt;div&gt;Successful Workload Creation&lt;/div&gt;
&lt;div&gt;Successful Memory Allocation&lt;/div&gt;
&lt;div&gt;Successful Memory Allocation&lt;/div&gt;
&lt;div&gt;Successful Memory Allocation&lt;/div&gt;
&lt;div&gt;Successful Workload Creation&lt;/div&gt;
&lt;div&gt;Subgraph Compiled Successfully&lt;/div&gt;
&lt;div&gt;Compilation package complete&lt;/div&gt;
&lt;div&gt;process exit status: 0&lt;/div&gt;
&lt;div&gt;```&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;The AM68PA/J721E artifact was used only as target-comparison evidence and was&lt;/div&gt;
&lt;div&gt;not deployed to AM68A.&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;Known-good fallback check after these experiments:&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;```text&lt;/div&gt;
&lt;div&gt;cs-camera-daemon ActiveState=active SubState=running NRestarts=0&lt;/div&gt;
&lt;div&gt;YOLOX TIDL inference continues at roughly 10.7-11.6 ms per analytics run&lt;/div&gt;
&lt;div&gt;```&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;## Questions&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;1. Has TI physically validated the AM68A/8bits OD-8920 package on SK-AM68 or a&lt;/div&gt;
&lt;div&gt;J721S2 target running Processor SDK Linux AM68A `11.00.00.08`?&lt;/div&gt;
&lt;div&gt;2. Are `onnx::MatMul_4038` and `key_value_states` expected graph outputs for&lt;/div&gt;
&lt;div&gt;the AM68A package, or should the graph be pruned to logits and boxes before&lt;/div&gt;
&lt;div&gt;TIDL import?&lt;/div&gt;
&lt;div&gt;3. What exact compile/provider options were used for a known-good AM68A&lt;/div&gt;
&lt;div&gt;OD-8920 artifact?&lt;/div&gt;
&lt;div&gt;4. Is a compiler segfault after `Successful Memory Allocation` a known issue for&lt;/div&gt;
&lt;div&gt;this model on `SOC=am68a` / J721S2 in `edgeai-tidl-tools 11_00_06_00`?&lt;/div&gt;
&lt;div&gt;5. If TI has a passing AM68A OD-8920 package, can you provide the exact SDK&lt;/div&gt;
&lt;div&gt;image, TIDL tools tag, C7x firmware/libs version, and random-input validation&lt;/div&gt;
&lt;div&gt;command used to verify it?&lt;/div&gt;
&lt;/div&gt;</description></item><item><title>RE: AM68A: AM68A/J721S2: OD-8920 DETR graph verify failure and 11_00_06_00 compiler segfault</title><link>https://e2e.ti.com/thread/6394127?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2026 19:06:21 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:93adc9a5-a276-40ff-bda7-372fed1c2bf9</guid><dc:creator>Derrick Edwards</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6394127?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1657948/am68a-am68a-j721s2-od-8920-detr-graph-verify-failure-and-11_00_06_00-compiler-segfault/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;We are using TI SK-AM68 with AM68A/J721S2, not a Phytec or Toradex SoM. &lt;br /&gt; &lt;br /&gt;The issue is with TI-published AM68A Processor SDK / TIDL tooling and TI Model Zoo OD-8920 artifacts, reproduced on SOC=am68a with edgeai-tidl-tools 11_00_06_00. The same pruned model compiles for SOC=am68pa but the AM68A target compiler segfaults after memory planning. &lt;br /&gt; &lt;br /&gt; &amp;nbsp;Given the support-transition FAQ, can you confirm the correct support owner for AM68A Processor SDK / TIDL compiler issues on TI SK-AM68? Should this be handled by TI, a local TI contact, Phytec, Toradex, or another TI software partner?&lt;br /&gt; &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>AM62L: AM62L: Codesys with SPI</title><link>https://e2e.ti.com/thread/1658106?ContentTypeID=0</link><pubDate>Wed, 24 Jun 2026 09:31:21 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:ada3e663-516a-473a-834c-ca61a638e517</guid><dc:creator>jiannan zhang</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/1658106?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1658106/am62l-am62l-codesys-with-spi/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; AM62L&lt;/p&gt;&lt;div&gt;
&lt;p&gt;In &lt;a href="https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1655612/am62l-am62l-spi-communication-issues"&gt;that post&lt;/a&gt;, the issues encountered during standalone SPI testing were addressed by applying a patch, which resulted in stable &lt;code&gt;ioctl&lt;/code&gt; execution time, a jitter of approximately 300 &amp;micro;s, and low CPU usage. Now, the SPI test program has been integrated into CODESYS as a child thread to emulate the actual usage scenario. The SPI test program is reconfigured to execute at a 1 ms period, and &lt;code&gt;spi_mcu_output_test()&lt;/code&gt; transmits 200 bytes of data per cycle. Core 1 is dedicated solely to EtherCAT, running a 1 ms cycle with 4 axes, and the program includes only &lt;code&gt;MC_Power&lt;/code&gt; and &lt;code&gt;MC_MoveVelocity&lt;/code&gt;. All other programs are executed on Core 0.&lt;/p&gt;
&lt;p&gt;When the SPI test thread is not present, Core 0 usage is 20 %&amp;ndash;45 %, Core 1 usage is 36 %, and the EtherCAT task jitter is approximately 80 &amp;micro;s.&lt;/p&gt;
&lt;p&gt;When the SPI test thread is present, Core 0 usage rises to 85 %, Core 1 usage to 45 %, the EtherCAT task jitter increases to about 260 &amp;micro;s, and the SPI test thread jitter reaches as high as 4 ms.&lt;/p&gt;
&lt;p&gt;When the SPI test thread is present but EtherCAT is removed, Core 0 usage drops to 66 %, Core 1 usage to 2 %, and the SPI test thread jitter is 400 &amp;micro;s.&lt;/p&gt;
&lt;p&gt;The CPU usage statistics reported by htop and CODESYS are in close agreement, and the kernel has been built with &lt;code&gt;CONFIG_VIRT_CPU_ACCOUNTING_GEN&lt;/code&gt; enabled. After the program has run stably, the jitter statistics are manually cleared.&lt;/p&gt;
&lt;p&gt;In summary, it can be observed that SPI and EtherCAT interfere with each other, even though they are not assigned to the same core, and that CPU usage is excessively high. Please assist in analysing the underlying issues.&lt;/p&gt;
&lt;/div&gt;</description></item><item><title>RE: AM62L: AM62L: Codesys with SPI</title><link>https://e2e.ti.com/thread/6394104?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2026 18:44:02 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:de31f3a6-30e8-49bb-8de6-36325dc5ad2c</guid><dc:creator>Daolin Qiu</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6394104?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1658106/am62l-am62l-codesys-with-spi/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;May I ask how was the SPI test program was integrated into CODESYS as a child thread? Any details on steps taken to perform this integration? What is unclear to me is that my understanding is that once codesyscontrol starts in Linux, the list of child threads cannot be added to or removed as it is written in the CODESYS source code, which is not available for users (both commericial and developmental).&lt;/p&gt;
&lt;p&gt;It was mentioned that SPI test program was integrated as a child thread to&amp;nbsp;&lt;strong&gt;emulate the actual usage scenario&lt;/strong&gt;. What usage scenario is it meant to emulate and is the final goal/deployment to have this SPI program integrated or is it simply meant to simulate the scenario you are describing?&lt;/p&gt;
&lt;p&gt;Can you also describe what the purpose of the SPI test program is and what exactly is the SPI test program doing. Does the function the SPI program performs have any dependencies on EtherCAT communication? If so, please describe how the SPI program works.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Daolin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: J722SXH01EVM: J722S EVM: Audio sampling-rate incorrect</title><link>https://e2e.ti.com/thread/6394091?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2026 18:35:01 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:b0ddc01a-1568-4ba3-b4b7-d6d363494a66</guid><dc:creator>Jared McArthur</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6394091?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1648469/j722sxh01evm-j722s-evm-audio-sampling-rate-incorrect/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi &lt;a href="https://e2e.ti.com/members/18216572"&gt;Somnath Mukherjee&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve attached the output of k3conf while I am playing the 1kHz tone.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;$ aplay 1khz-sine-48khz-sample.wav &amp;amp;
$ k3conf dump clock &amp;gt; clock.log&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/clock.log"&gt;e2e.ti.com/.../clock.log&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best,&lt;br /&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>J722SXH01EVM: J722S EVM: Audio sampling-rate incorrect</title><link>https://e2e.ti.com/thread/1648469?ContentTypeID=0</link><pubDate>Fri, 22 May 2026 08:01:20 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:ef57f215-4ffd-447c-adbc-a17f77939e21</guid><dc:creator>Aparna Dutta</dc:creator><slash:comments>12</slash:comments><comments>https://e2e.ti.com/thread/1648469?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1648469/j722sxh01evm-j722s-evm-audio-sampling-rate-incorrect/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; J722SXH01EVM&lt;/p&gt;&lt;p&gt;We are using the J722S EVM with the linux SDK version 11.01. For our application, we want to receive audio through the 3.5 mm audio jack.&lt;br /&gt;For basic interface testing we are trying to run aplay and arecord to playback / record some wav files. Here we observe these issues:&lt;br /&gt;1. On playing back a wav file using aplay, the playback duration is much longer than the actual wav file duration and so the pitch is lowered. (30 seconds of audio plays back for 45 seconds)&lt;br /&gt;2. On trying to record an audio using arecord, the recording takes much more time than specified and on playing back the recorded audio, the pitch is higher (15 seconds worth of audio samples are stored in a wav file of 10 secs duration)&lt;/p&gt;
&lt;p&gt;It appears that the clock which controls the sampling-rate is probably not configured correctly. Can you please let us know the root-cause of this and how it can be fixed ?&lt;/p&gt;</description></item><item><title>RE: J722SXH01EVM: J722S EVM: Audio sampling-rate incorrect</title><link>https://e2e.ti.com/thread/6394087?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2026 18:33:09 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:f29a1d91-df52-4d35-9b8c-a57bd8f2d027</guid><dc:creator>Keerthy J</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/6394087?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1648469/j722sxh01evm-j722s-evm-audio-sampling-rate-incorrect/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello Somnath,&lt;/p&gt;
&lt;p&gt;A tool in Linux -&amp;gt; k3conf&lt;/p&gt;
&lt;p&gt;&lt;a href="https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/j722s/devices.html"&gt;software-dl.ti.com/.../devices.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;#39;k3conf dump clock 190&amp;#39; should give out all the frequency values for&amp;nbsp;&lt;span&gt;J722S_DEV_MCASP0.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This should give clock values.&lt;/p&gt;
&lt;p&gt;- Keerthy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>AM3352: AM3352 DDR3 SI Simulation Fails After Upgrading from 1Gb to 4Gb Memory (Same PCB Layout)</title><link>https://e2e.ti.com/thread/1658197?ContentTypeID=0</link><pubDate>Wed, 24 Jun 2026 13:41:28 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:c1c3efca-cdc6-4cd8-9bb4-7b43a6ca1796</guid><dc:creator>Daniel Cheng1</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/1658197?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1658197/am3352-am3352-ddr3-si-simulation-fails-after-upgrading-from-1gb-to-4gb-memory-same-pcb-layout/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; AM3352&lt;/p&gt;&lt;p data-path-to-node="5"&gt;Hi TI Experts,&lt;/p&gt;
&lt;p data-path-to-node="6"&gt;I am currently running DDR3 Signal Integrity (SI) simulations for our custom &lt;strong data-index-in-node="77" data-path-to-node="6"&gt;AM3352&lt;/strong&gt; design.&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;Previously, the simulation &lt;strong data-index-in-node="27" data-path-to-node="7"&gt;PASSED&lt;/strong&gt; when using a &lt;strong data-index-in-node="47" data-path-to-node="7"&gt;1Gb DDR3&lt;/strong&gt; memory chip. However, when I switched the memory model to a &lt;strong data-index-in-node="116" data-path-to-node="7"&gt;4Gb DDR3&lt;/strong&gt; chip, the simulation &lt;strong data-index-in-node="146" data-path-to-node="7"&gt;FAILED&lt;/strong&gt; (mainly due to timing/eye diagram degradation).&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;Here are the conditions and details of my setup:&lt;/p&gt;
&lt;ul data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;&lt;strong data-index-in-node="0" data-path-to-node="9,0,0"&gt;PCB Layout:&lt;/strong&gt; Exactly the same for both cases (the layout has already been finalized).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;&lt;strong data-index-in-node="0" data-path-to-node="9,1,0"&gt;IBIS Models:&lt;/strong&gt; I applied the same driver/ODT impedance settings in the simulation tool for both the 1Gb and 4Gb models.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-path-to-node="10"&gt;Since the physical layout cannot be changed, I suspect the failure is related to the internal die characteristics, higher capacitive loading (&lt;span data-index-in-node="142"&gt;$C_{comp}$&lt;/span&gt;), or package parasitic differences between the 1Gb and 4Gb densities.&lt;/p&gt;
&lt;p data-path-to-node="11"&gt;Could you please provide some guidance on the following questions?&lt;/p&gt;
&lt;ol start="1" data-path-to-node="12"&gt;
&lt;li&gt;
&lt;p data-path-to-node="12,0,0"&gt;&lt;strong data-index-in-node="0" data-path-to-node="12,0,0"&gt;AM3352 Registers Adjustment:&lt;/strong&gt; To compensate for the heavier loading of the 4Gb DDR3 chip, what are the recommended adjustments for the AM3352 DDR IO control registers (e.g., &lt;code data-index-in-node="173" data-path-to-node="12,0,0"&gt;DDR_CMDx_IOCTRL&lt;/code&gt;, &lt;code data-index-in-node="190" data-path-to-node="12,0,0"&gt;DDR_DATAx_IOCTRL&lt;/code&gt;) and EMIF ODT settings? Should I increase the drive strength (lower the &lt;span data-index-in-node="279"&gt;$\Omega$&lt;/span&gt; value) to improve the slew rate?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="12,1,0"&gt;&lt;strong data-index-in-node="0" data-path-to-node="12,1,0"&gt;DDR3 Side Optimization:&lt;/strong&gt; What are the typical ODT (&lt;span data-index-in-node="50"&gt;$60\,\Omega$&lt;/span&gt;, &lt;span data-index-in-node="62"&gt;$40\,\Omega$&lt;/span&gt;, or &lt;span data-index-in-node="77"&gt;$120\,\Omega$&lt;/span&gt;) and Driver Impedance (&lt;span data-index-in-node="112"&gt;$34\,\Omega$&lt;/span&gt; or &lt;span data-index-in-node="126"&gt;$40\,\Omega$&lt;/span&gt;) combinations recommended by TI for a 4Gb DDR3 topology on the Sitara platform?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="12,2,0"&gt;&lt;strong data-index-in-node="0" data-path-to-node="12,2,0"&gt;Simulation Best Practices:&lt;/strong&gt; Are there any specific parameters regarding the AM335x IBIS model that I need to pay extra attention to when matching with higher-density (4Gb) memories?&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="13"&gt;Any insights or recommendations on how to tune the software/registers to pass the simulation would be greatly appreciated.&lt;/p&gt;
&lt;p data-path-to-node="13"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-path-to-node="13"&gt;Pass:&lt;/p&gt;
&lt;p data-path-to-node="13"&gt;&lt;img src="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/p1.gif" alt="p1.gif" data-temp-id="p1.gif-102704" /&gt;&lt;/p&gt;
&lt;p data-path-to-node="13"&gt;&lt;img src="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/p2.gif" alt="p2.gif" data-temp-id="p2.gif-37028" /&gt;&lt;/p&gt;
&lt;p data-path-to-node="13"&gt;&lt;img src="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/p3.gif" alt="p3.gif" data-temp-id="p3.gif-18403" /&gt;&lt;/p&gt;
&lt;p data-path-to-node="13"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-path-to-node="13"&gt;Fail:&lt;/p&gt;
&lt;p data-path-to-node="13"&gt;&lt;img src="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/f1.gif" alt="f1.gif" data-temp-id="f1.gif-83903" /&gt;&lt;/p&gt;
&lt;p data-path-to-node="13"&gt;&lt;img src="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/f2.gif" alt="f2.gif" data-temp-id="f2.gif-36519" /&gt;&lt;/p&gt;
&lt;p data-path-to-node="13"&gt;&lt;img src="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/f3.gif" alt="f3.gif" data-temp-id="f3.gif-19736" /&gt;&lt;/p&gt;
&lt;p data-path-to-node="13"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-path-to-node="14"&gt;Thanks and best regards,&lt;/p&gt;
&lt;p data-path-to-node="14"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-path-to-node="14"&gt;Daniel&lt;/p&gt;</description></item><item><title>RE: AM3352: AM3352 DDR3 SI Simulation Fails After Upgrading from 1Gb to 4Gb Memory (Same PCB Layout)</title><link>https://e2e.ti.com/thread/6394080?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2026 18:29:12 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:2a87588f-04ce-4a20-9904-192efeb9d335</guid><dc:creator>Christopher Roberts</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6394080?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1658197/am3352-am3352-ddr3-si-simulation-fails-after-upgrading-from-1gb-to-4gb-memory-same-pcb-layout/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello Daniel,&lt;/p&gt;
&lt;p&gt;The assigned expert is currently out of office, returning next week. Please expect a delay in responses and an update following his return.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Chris&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AM62A7-Q1: AM62A74 with 16-bit LPDDR4</title><link>https://e2e.ti.com/thread/6394078?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2026 18:28:54 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:b3e2abca-7d3d-4599-9cd9-0c019d7365ea</guid><dc:creator>Christopher Roberts</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6394078?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1658157/am62a7-q1-am62a74-with-16-bit-lpddr4/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello Nikunj,&lt;/p&gt;
&lt;p&gt;The assigned expert is currently out of office, returning next week. Please expect a delay in responses and an update following his return.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Chris&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>AM62A7-Q1: AM62A74 with 16-bit LPDDR4</title><link>https://e2e.ti.com/thread/1658157?ContentTypeID=0</link><pubDate>Wed, 24 Jun 2026 11:21:23 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:c616dc6c-9cd2-46b4-8d47-f51e81550966</guid><dc:creator>Nikunj Zadeshwariya</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/1658157?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1658157/am62a7-q1-am62a74-with-16-bit-lpddr4/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; AM62A7-Q1&lt;/p&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am planning to interface 16-bit LPDDR4 with AM62A74. Refering to:&lt;a href="https://www.ti.com/lit/an/sprad66b/sprad66b.pdf?ts=1782298583666&amp;amp;ref_url=https%253A%252F%252Fwww.google.com%252F"&gt;www.ti.com/.../sprad66b.pdf&lt;/a&gt; , I understand that is possible with 16-bit single rank LPDDR4&lt;/p&gt;
&lt;p&gt;&lt;img src="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/0066583.image.png" alt="image.png" data-temp-id="image.png-41690" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1) Please confirm whether the understanding and approach is correct or not.&lt;/p&gt;
&lt;p&gt;2) Suggest compatible 16-bit LPDDR4 devices.&lt;/p&gt;
&lt;p&gt;3) Expliit design guidelines to be taken care for the same.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Nikunj&lt;/p&gt;</description></item><item><title>RE: AM6422: AM6422 PCIe root complex (TI PCI Bridge dev B010) does not enumerate reliabily; nor does its child device, even when it does.</title><link>https://e2e.ti.com/thread/6394067?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2026 18:23:38 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:30c0f6b7-4d09-4225-9efd-4ff70b2f4e89</guid><dc:creator>John Hentges</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6394067?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1657886/am6422-am6422-pcie-root-complex-ti-pci-bridge-dev-b010-does-not-enumerate-reliabily-nor-does-its-child-device-even-when-it-does/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;We&amp;#39;ve discovered this missing from the .dts file:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&amp;amp;main_pmx0 {&lt;br /&gt;&amp;nbsp; &amp;nbsp; pcie0_perst_pins_default: pcie0-perst-default-pins {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pinctrl-single,pins = &amp;lt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AM64X_IOPAD(0x0090, PIN_OUTPUT, 7) /* (P17) GPMC0_BE0n_CLE.GPIO0_35 */&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;;&lt;br /&gt;&amp;nbsp; &amp;nbsp; };&lt;/pre&gt;
&lt;p&gt;Adding that enables control of GPIO 35, where our PERST# is connected.&lt;br /&gt;With a unit booted into the &amp;quot;RC present, FPGA missing&amp;quot; failure state, pulsing that low and issuing a PCI bus rescan does not recover the FPGA in lspci. Manually causing LTSSM remains stuck in &amp;quot;Training&amp;quot; state=1, as before.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>AM6422: AM6422 PCIe root complex (TI PCI Bridge dev B010) does not enumerate reliabily; nor does its child device, even when it does.</title><link>https://e2e.ti.com/thread/1657886?ContentTypeID=0</link><pubDate>Tue, 23 Jun 2026 19:00:37 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:d629b446-2133-46cd-9bbd-74741a2879f5</guid><dc:creator>John Hentges</dc:creator><slash:comments>5</slash:comments><comments>https://e2e.ti.com/thread/1657886?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1657886/am6422-am6422-pcie-root-complex-ti-pci-bridge-dev-b010-does-not-enumerate-reliabily-nor-does-its-child-device-even-when-it-does/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; AM6422&lt;/p&gt;&lt;p&gt;We&amp;#39;ve implemented a custom DAQ device via a PCI Express FPGA hanging off the AM64x PCI Express Root Complex (00:00.0 PCI bridge: Texas Instruments Device b010, in lspci).&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This worked flawlessly with SDK 8 (arago.2023-10), on dozens of units shipped, but has caused recurring, intermittent, problems in SDK 9 (arago.2025-01)&lt;/p&gt;
&lt;p&gt;Roughly 10% of boots from the eMMC will fail to detect the TI PCI Bridge / RC.&amp;nbsp; No recovery techniques have succeeded other than simple reset.&lt;/p&gt;
&lt;p&gt;Of the 90% of boots where the RC &lt;em&gt;does&lt;/em&gt; appear, our FPGA does not, also about 10% of the time.&lt;/p&gt;
&lt;p&gt;With a unit in this state (RC but no FPGA) I was able to determine the LINKSTATUS was &amp;quot;1&amp;quot; (in training phase) rather than &amp;quot;3&amp;quot; (ready).&amp;nbsp; Using devmem2 to cause a do-over showed the state=1 for almost 2 seconds, then state=0 (&amp;quot;no receiver&amp;quot;).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A simple reset recovers, again, about 81% of the time.&amp;nbsp; A Linux &amp;quot;reboot&amp;quot; command never recovers&lt;/strong&gt; from this state.&lt;/p&gt;
&lt;p&gt;Note the FPGA is a Cyclone IV GX, and it and its PCIe interface are identical to what we use in scores of PCBA models in tens of thousands of shipped products, successfully (all non-Sitara designs that interface to x86/x64 desktop/SFF PCs or SBCs via PCIe, M.2, and/or mPCIe slots, et al).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>AM4376: AM4376 Documentation on how to add secure keys</title><link>https://e2e.ti.com/thread/1658274?ContentTypeID=0</link><pubDate>Wed, 24 Jun 2026 18:02:13 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:42f02288-953f-4887-8093-5d73c7c1d2d5</guid><dc:creator>Bailey Looper</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/1658274?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1658274/am4376-am4376-documentation-on-how-to-add-secure-keys/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; AM4376&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;font-size:12pt;"&gt;My customer is investigating CRA for their current products. They are using variants of the AM4376. The part numbers they have used for this are below:&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-size:12pt;font-family:Aptos, sans-serif;"&gt;&lt;span style="font-family:arial, helvetica, sans-serif;font-size:12pt;"&gt;AM4376BZDNA100&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-size:12pt;font-family:Aptos, sans-serif;"&gt;&lt;span style="font-family:arial, helvetica, sans-serif;font-size:12pt;"&gt;AM4376BZDNA80&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-size:12pt;font-family:Aptos, sans-serif;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-size:12pt;font-family:Aptos, sans-serif;"&gt;&lt;span style="font-family:arial, helvetica, sans-serif;font-size:12pt;"&gt;They have used the AM62A on newer projects and are familiar with the key writer method: &lt;a href="https://dev.ti.com/tirex/explore/node?node=A__AagJ-8QGXM582KzTgxFZbA__AM62-ACADEMY__uiYMDcq__LATEST"&gt;https://dev.ti.com/tirex/explore/node?node=A__AagJ-8QGXM582KzTgxFZbA__AM62-ACADEMY__uiYMDcq__LATEST&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-size:12pt;font-family:Aptos, sans-serif;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-size:12pt;font-family:Aptos, sans-serif;"&gt;&lt;span style="font-family:arial, helvetica, sans-serif;font-size:12pt;"&gt;They&amp;#39;re understanding from their investigation is they will need to transition to a version of AM4376 with security keys. They will need to rework board and figure out how to add the security keys (they hope that we can copy AM62A method linked above.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-size:12pt;font-family:Aptos, sans-serif;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin:0in;font-size:12pt;font-family:Aptos, sans-serif;"&gt;&lt;span style="font-family:arial, helvetica, sans-serif;font-size:12pt;"&gt;My questions are:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li style="font-size:12pt;font-family:Aptos, sans-serif;"&gt;The AM437x device datasheet says security keys are only available on AM437xHS devices, what are the OPNs that are considered &amp;quot;AM437xHS devices&amp;quot; for the AM437&lt;em&gt;&lt;strong&gt;6&lt;/strong&gt;&lt;/em&gt; variant? My customer said they are interested in AM4376BZDNA100S but I could not find this OPN on ti.com and it is not clear from the DS.&lt;/li&gt;
&lt;li style="font-size:12pt;font-family:Aptos, sans-serif;"&gt;Is there information on the Keywriter for AM4376 HS device that you can share with me to share with my customer? Similar to what is linked above for AM62x in the AM62x academy (&lt;a href="https://dev.ti.com/tirex/explore/node?node=A__AagJ-8QGXM582KzTgxFZbA__AM62-ACADEMY__uiYMDcq__LATEST"&gt;https://dev.ti.com/tirex/explore/node?node=A__AagJ-8QGXM582KzTgxFZbA__AM62-ACADEMY__uiYMDcq__LATEST&lt;/a&gt;). I could not find anything in the SDK release notes for AM4376 (&lt;a href="https://software-dl.ti.com/processor-sdk-linux/esd/AM437X/11_02_05_02/exports/docs/devices/AM437X/linux/index.html"&gt;https://software-dl.ti.com/processor-sdk-linux/esd/AM437X/11_02_05_02/exports/docs/devices/AM437X/linux/index.html&lt;/a&gt;) and I couldn&amp;#39;t find anything in the AM62Ax release notes either (&lt;a href="https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/11_01_07_05/exports/docs/devices/AM62AX/index.html"&gt;https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/11_01_07_05/exports/docs/devices/AM62AX/index.html&lt;/a&gt;)&lt;/li&gt;
&lt;li style="font-size:12pt;font-family:Aptos, sans-serif;"&gt;Is the Keywriter process for AM4376 HS and AM62Ax devices at all? Will they be able to copy what they did for AM62A? If they are different, can you help me understand how different?&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="font-size:12pt;font-family:Aptos, sans-serif;"&gt;Thank you.&amp;nbsp;&lt;/p&gt;</description></item><item><title>RE: AM4376: AM4376 Documentation on how to add secure keys</title><link>https://e2e.ti.com/thread/6394066?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2026 18:21:47 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:3b8bbf25-682f-4bd3-8578-164d3f85d7e6</guid><dc:creator>Bailey Looper</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6394066?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1658274/am4376-am4376-documentation-on-how-to-add-secure-keys/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;For question 3 I meant to ask if the keywriter process for AM4376 and AM62Ax was &lt;strong&gt;&lt;em&gt;similar&lt;/em&gt; &lt;/strong&gt;at all.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TDA4VH-Q1: LPDDR4 devices in EVK - Change to Single memory from four</title><link>https://e2e.ti.com/thread/1654992?ContentTypeID=0</link><pubDate>Fri, 12 Jun 2026 13:27:24 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:d893559c-2d31-455e-8074-f742501833d7</guid><dc:creator>Johnson John</dc:creator><slash:comments>21</slash:comments><comments>https://e2e.ti.com/thread/1654992?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1654992/tda4vh-q1-lpddr4-devices-in-evk---change-to-single-memory-from-four/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; TDA4VH-Q1&lt;/p&gt;&lt;div&gt;
&lt;p&gt;Hi TI Expert Team,&lt;/p&gt;
&lt;p&gt;We have the TDA4VH EVM module (J784S4XG01EVM) for our evaluation and would like to test our software application with a reduced LPDDR memory configuration (8GB).&lt;/p&gt;
&lt;p&gt;As per the current EVM setup, there are 4 &amp;times; LPDDR4 devices (32 GB total) on the board.&lt;/p&gt;
&lt;p&gt;Could you please suggest how to disable three LPDDR4 devices on the board, either through hardware or software configuration?&lt;/p&gt;
&lt;p&gt;Your support is greatly appreciated.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Johnson John&lt;/p&gt;
&lt;/div&gt;</description></item><item><title>RE: TDA4VH-Q1: LPDDR4 devices in EVK - Change to Single memory from four</title><link>https://e2e.ti.com/thread/6394008?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2026 17:20:32 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:60fc98ac-84df-4205-96be-678e9bcc8a3b</guid><dc:creator>Suman Anna</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6394008?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1654992/tda4vh-q1-lpddr4-devices-in-evk---change-to-single-memory-from-four/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Jenius,&lt;/p&gt;
[quote userid="683820" url="~/support/processors-group/processors/f/processors-forum/1654992/tda4vh-q1-lpddr4-devices-in-evk---change-to-single-memory-from-four/6393714"]Now if I try to add the vision apps dtbo, Kernel panic was showing.[/quote]
&lt;p&gt;Yes, this is expected. You cannot use the default Vision Apps dtbo file, as it is using memory beyond the 8 GB (0xA_0000_0000) memory addresses. You would need to adjust the memory map and re-build all the Vision Apps firmwares that are using a suitable memory map.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://e2e.ti.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/791/pastedimage1782321098076v1.png" /&gt;&lt;/p&gt;
[quote userid="683820" url="~/support/processors-group/processors/f/processors-forum/1654992/tda4vh-q1-lpddr4-devices-in-evk---change-to-single-memory-from-four/6393714"]Please help us to map the memory for R5F and C7X cores.[/quote]
&lt;p&gt;I consider this ticket resolved w.r.t required changes on the Linux U-Boot and Kernel. I am not sure what your overall usecase is or the motivation to use the TDA4VH (J784S4) but only 1 DDR Controller, rather than using a smaller TDA4 device (like TDA4VL/J721S2, or TDA4VPE/J742S2 or even TDA4VM/J721E).&lt;/p&gt;
&lt;p&gt;In anycase, please open a new thread using &amp;quot;Ask a related question&amp;quot; regarding the RTOS related changes.&lt;/p&gt;
&lt;p&gt;Please do use the following references:&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;&lt;span style="color:#0000ff;text-decoration:underline;"&gt;&lt;a class="reference internal" style="color:#0000ff;text-decoration:underline;" href="https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-j784s4/11_02_00_06/exports/docs/psdk_rtos/docs/user_guide/developer_notes_memory_map.html"&gt;9.9. Understanding and updating SDK memory map for J784S4&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;2. &lt;span style="color:#0000ff;text-decoration:underline;"&gt;&lt;a style="color:#0000ff;text-decoration:underline;" href="https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1452211/faq-tda4vm-tda4vm-tda4vl-tda4al-tda4vh-dra821-custom-ddr-memory-mapping-for-vision-applications-on-jacinto-socs"&gt;[FAQ] TDA4VM: TDA4VM/TDA4VL/TDA4AL/TDA4VH/DRA821: Custom DDR Memory Mapping for Vision Applications on Jacinto SoCs&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The first link is an SDK documentation that provides details on customizing the memory-maps, and the second one is a reference that uses an even smaller 2 GB DDR Configuration.&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Suman&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AM625: Git is down - cannot build/update etc</title><link>https://e2e.ti.com/thread/6393997?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2026 17:10:30 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:46f9caa9-4f03-40fc-8d73-6c13c1f8b2ce</guid><dc:creator>Vinuchandran A V</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6393997?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1657374/am625-git-is-down---cannot-build-update-etc/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Jason,&lt;/p&gt;
&lt;p&gt;It seems that the issues are not completely resolved yet.&lt;/p&gt;
&lt;p&gt;IT is working on it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Vinu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>AM625: Git is down - cannot build/update etc</title><link>https://e2e.ti.com/thread/1657374?ContentTypeID=0</link><pubDate>Mon, 22 Jun 2026 13:09:01 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:814d8450-5b39-4eca-b830-5dfa27d819a2</guid><dc:creator>Jason Gauthier</dc:creator><slash:comments>4</slash:comments><comments>https://e2e.ti.com/thread/1657374?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1657374/am625-git-is-down---cannot-build-update-etc/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; AM625&lt;/p&gt;&lt;p&gt;Maybe by the time this is posted and reviewed the issue will be corrected.&amp;nbsp;&lt;br /&gt;But as of right now, on 06/22/2026, at 9:05AM EST, &lt;a href="https://git.ti.com"&gt;https://git.ti.com&lt;/a&gt; is innaccessible. It has been inaccessible for the last hour (estimated)&lt;br /&gt;&lt;br /&gt;I cannot update firmware, u-boot, or build my yocto images currently.&lt;/p&gt;
&lt;p&gt;fatal: unable to access &amp;#39;&lt;a href="https://git.ti.com/git/ti-u-boot/ti-u-boot.git/"&gt;https://git.ti.com/git/ti-u-boot/ti-u-boot.git/&lt;/a&gt;&amp;#39;: Recv failure: Connection reset by peer&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>AM3352: ti-sysc: Failed to create device link 0x180 with supplier for timer1 and timer2</title><link>https://e2e.ti.com/thread/1657030?ContentTypeID=0</link><pubDate>Fri, 19 Jun 2026 20:08:49 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:9dead421-337b-4caf-9613-c55705810d8a</guid><dc:creator>Lucas Martins Alves</dc:creator><slash:comments>6</slash:comments><comments>https://e2e.ti.com/thread/1657030?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1657030/am3352-ti-sysc-failed-to-create-device-link-0x180-with-supplier-for-timer1-and-timer2/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; AM3352&lt;/p&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am working with an AM3352-based platform and have observed the following messages during Linux boot:&lt;/p&gt;
&lt;p&gt;ti-sysc 44e31000.target-module: Failed to create device link 0x180 with supplier ocp for /ocp/interconnect@44c00000/segment@200000/target-module@31000/timer@0&lt;br /&gt;ti-sysc 48040000.target-module: Failed to create device link 0x180 with supplier ocp for /ocp/interconnect@48000000/segment@0/target-module@40000/timer@0&lt;/p&gt;
&lt;p&gt;From my current understanding, these messages seem to be related to the TI SYSC interconnect driver attempting to create device links for timer modules. I suspect this may be associated with flag 0x180 (DL_FLAG_SYNC_STATE_ONLY) and possibly because the timer device has already been probed.&lt;/p&gt;
&lt;p&gt;I also noticed that the same message appears in Texas Instruments&amp;#39; own CI test logs for AM335x platforms. For example:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://software-dl.ti.com/cicd-report/linux/index.html?section=test_log&amp;amp;platform=am335x&amp;amp;snapshot=cicd.master.202605061800&amp;amp;board=am335x-evm&amp;amp;variant=Linux&amp;amp;test=LCPD-T826&amp;amp;log=dut1_1_log.txt"&gt;https://software-dl.ti.com/cicd-report/linux/index.html?section=test_log&amp;amp;platform=am335x&amp;amp;snapshot=cicd.master.202605061800&amp;amp;board=am335x-evm&amp;amp;variant=Linux&amp;amp;test=LCPD-T826&amp;amp;log=dut1_1_log.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This suggests that the issue might be known and possibly benign, but I would appreciate clarification.&lt;/p&gt;
&lt;p&gt;My questions are:&lt;/p&gt;
&lt;p&gt;- Does this issue have any functional impact?&lt;br /&gt;&amp;nbsp; The system appears to operate normally, but I would like to know whether this may affect power management, clock handling, or runtime PM behavior.&lt;/p&gt;
&lt;p&gt;- Is there a recommended way to fix or avoid this message?&lt;br /&gt;&amp;nbsp; For example:&lt;br /&gt;&amp;nbsp; - Device Tree adjustments&lt;br /&gt;&amp;nbsp; - Kernel configuration changes&lt;br /&gt;&amp;nbsp; - Known upstream patches&lt;/p&gt;
&lt;p&gt;- If this message is harmless, what would be the recommended way to suppress or reduce it in the boot logs?&lt;/p&gt;
&lt;p&gt;Any insights or recommendations would be greatly appreciated.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;</description></item><item><title>RE: AM3352: ti-sysc: Failed to create device link 0x180 with supplier for timer1 and timer2</title><link>https://e2e.ti.com/thread/6393974?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2026 16:58:17 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:5378b09c-7956-492b-b412-3feb41119ac6</guid><dc:creator>Wagner Popov dos Santos</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6393974?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1657030/am3352-ti-sysc-failed-to-create-device-link-0x180-with-supplier-for-timer1-and-timer2/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Bin,&lt;/p&gt;
&lt;p&gt;I found the root cause and a working fix. Timer1 and Timer2 are initialized before the OCP interconnect. Later, when OCP is probed and tries to create device links to these timers, the kernel reports the device-link creation errors.&lt;/p&gt;
&lt;p&gt;The fix is to add the post-init-providers property to Timer1 and Timer2, so dependency resolution reflects that OCP is available after the timer initialization stage. This prevents the invalid link-creation attempt and removes the related boot log errors.&lt;br /&gt;&lt;br /&gt;The patch for the am33xx:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="diff"&gt;From d16536280ef80bef39cdb4c111ef66407b8bbd24 Mon Sep 17 00:00:00 2001
From: Wagner Popov dos Santos &amp;lt;wagner.popov@autotrac.com.br&amp;gt;
Date: Wed, 24 Jun 2026 13:28:02 -0300
Subject: [PATCH] ARM: dts: am33xx: avoid invalid OCP device-link for timers

This patch fixes boot-time fw_devlink errors on AM335x/UCC3 caused
by invalid device-link creation attempts involving timer1/timer2
and supplier ocp.

Observed kernel log messages:

  ti-sysc 44e31000.target-module: Failed to create device link 0x180
  with supplier ocp for
  /ocp/interconnect@44c00000/segment@200000/target-module@31000/timer@0

  ti-sysc 48040000.target-module: Failed to create device link 0x180
  with supplier ocp for
  /ocp/interconnect@48000000/segment@0/target-module@40000/timer@0

The change updates dependency handling for timer1 and timer2 so the
kernel no longer attempts this invalid link-creation path during
initialization.

Impact:

- Removes the two ti-sysc/fw_devlink error messages at boot
- Preserves current timer and clock assignment behavior
- No functional regression observed in boot and timer operation tests

Signed-off-by: Wagner Popov dos Santos &amp;lt;wagner.popov@autotrac.com.br&amp;gt;
---
 arch/arm/boot/dts/ti/omap/am33xx.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/ti/omap/am33xx.dtsi b/arch/arm/boot/dts/ti/omap/am33xx.dtsi
index ca3e7f5d7d0d..760598d5ae1c 100644
--- a/arch/arm/boot/dts/ti/omap/am33xx.dtsi
+++ b/arch/arm/boot/dts/ti/omap/am33xx.dtsi
@@ -708,6 +708,7 @@ &amp;amp;timer1_target {
 	timer@0 {
 		assigned-clocks = &amp;lt;&amp;amp;timer1_fck&amp;gt;;
 		assigned-clock-parents = &amp;lt;&amp;amp;sys_clkin_ck&amp;gt;;
+		post-init-providers = &amp;lt;&amp;amp;ocp&amp;gt;;
 	};
 };
 
@@ -721,5 +722,6 @@ &amp;amp;timer2_target {
 	timer@0 {
 		assigned-clocks = &amp;lt;&amp;amp;timer2_fck&amp;gt;;
 		assigned-clock-parents = &amp;lt;&amp;amp;sys_clkin_ck&amp;gt;;
+		post-init-providers = &amp;lt;&amp;amp;ocp&amp;gt;;
 	};
 };
-- 
2.43.0

&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>AM62L: AM62L SDIO_LDO capacitor</title><link>https://e2e.ti.com/thread/1658265?ContentTypeID=0</link><pubDate>Wed, 24 Jun 2026 16:54:32 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:60cd58bc-2755-4963-8f08-d43ea94a9713</guid><dc:creator>DAVID NEPERUD</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/1658265?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1658265/am62l-am62l-sdio_ldo-capacitor/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; AM62L&lt;/p&gt;&lt;p&gt;The datasheet says for the SDIO LDO pin&lt;/p&gt;
&lt;p&gt;This pin must always be connected via a 6.3V or greater, 3.3 uF &amp;plusmn; 20% capacitor to VSS when the SDIO_LDO is being used to source VDDSHV3. The capacitor selected must provide a capacitance within the defined range after it has been derated for DC-bias, operating temperature, and aging effects. Otherwise, this pin may be connected directly to VSS when the VDDA_3P3_SDIO pin is also connected directly to VSS.&lt;/p&gt;
&lt;p&gt;What is the &amp;quot;defined range&amp;quot; for the capacitance after it has been derated?&lt;/p&gt;
&lt;p&gt;3.3uF is a difficult value to find, especially in a 0402 size part which is required in my design for fit.&amp;nbsp; Can a 4.7uF value 0402 capacitor be used instead?&lt;/p&gt;</description></item><item><title>TDA4VH-Q1: J784S4 and AM69A Processor SDK compatibility</title><link>https://e2e.ti.com/thread/1656575?ContentTypeID=0</link><pubDate>Thu, 18 Jun 2026 09:26:33 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:508e2e5c-0850-4466-8617-a22a769d57c3</guid><dc:creator>Christophe Van Delsen</dc:creator><slash:comments>4</slash:comments><comments>https://e2e.ti.com/thread/1656575?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1656575/tda4vh-q1-j784s4-and-am69a-processor-sdk-compatibility/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; TDA4VH-Q1&lt;/p&gt;
&lt;p&gt;Hello TI Experts,&lt;br /&gt;&lt;br /&gt;I have both the J784S4XEVM and SK-AM69A boards on which I want to evaluate SW performance. Can both platforms be supported with a single Processor SDK Linux installation? I lack the disk space to support full Yocto builds on both SDKs individually, and I was wondering whether a single installation can handle both boards. The SDK documentation seems to hint at that by setting the MACHINE variable, e.g.,&lt;/p&gt;
&lt;p style="padding-left:40px;"&gt;&lt;br /&gt;&lt;code&gt;MACHINE=&amp;lt;machine&amp;gt; bitbake &amp;lt;target&amp;gt;&lt;/code&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then again, the J784S4 SDK has 11.02.00.04 as latest release, while the AM69A SDK only goes up to 11.00.00.08. So, before I would start the exercise with a single SDK installation, I would like confirmation whether or not a single installation is sufficient. And if so, which SDK version would be most suitable for that?&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;&lt;br /&gt;Christophe&lt;/p&gt;</description></item><item><title>RE: TDA4VH-Q1: J784S4 and AM69A Processor SDK compatibility</title><link>https://e2e.ti.com/thread/6393958?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2026 16:47:50 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:a2091ee9-f55a-4df6-9d07-ea9fd9e68519</guid><dc:creator>Suman Anna</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6393958?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1656575/tda4vh-q1-j784s4-and-am69a-processor-sdk-compatibility/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Christophe,&lt;/p&gt;
[quote userid="698598" url="~/support/processors-group/processors/f/processors-forum/1656575/tda4vh-q1-j784s4-and-am69a-processor-sdk-compatibility/6393779"]Thank you for the heads-up. Very useful to know about the updated support model.[/quote]
&lt;p&gt;Sure. The Linux SDKs are built using public git trees, so you could try building on your own, but TI does not perform any validation with the latest code baseline on the AM68A/AM69A SK boards.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Suman&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>AM62P: Design File Review</title><link>https://e2e.ti.com/thread/1652760?ContentTypeID=0</link><pubDate>Fri, 05 Jun 2026 12:20:59 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:c664192e-55a0-4e44-9cd3-05f4da0ac3e4</guid><dc:creator>Brian Wang</dc:creator><slash:comments>29</slash:comments><comments>https://e2e.ti.com/thread/1652760?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1652760/am62p-design-file-review/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; AM62P&lt;/p&gt;&lt;p&gt;As discussed with Sreenivasa, I am creating an E2E thread for tracking and direct queries or clarifications from the schematic review. Any important observations can be shared directly over private chat or email.&lt;/p&gt;</description></item></channel></rss>