Quantcast
Channel: Processors forum - Recent Threads
Viewing all 17527 articles
Browse latest View live

Compiler/AM5728: How to use DSP RTOS PRU ICSS_EMAC example with IPC (ARM running linux)

$
0
0

Part Number: AM5728

Tool/software: TI C/C++ Compiler

i want to use the dsp icss_emac example in pdk, with ipc communication for ARM.

the ARM running with linux, DSP running with RTOS, the dsp fireware in arm linux(/lib/fireware/) ,

but in example the ARM was not running with linux, there are many differents form my needs.

how can i do this function? i need the details!  i do the steps below but it not works.

1)   disable the pru_eth in the device tree for linux

2)   modify the cfg flag int the board_init (in TI document of led_blink example with IPC , it do not need board_init)

3)  Cache_setMar((xdc_Ptr)0x4b000000U, 0x10000U, 0);

     Cache_setMar((xdc_Ptr)0x40000000U, 0x10000U, 0);

4)   PRUICSS_create return PRUICSS_Handle 

5)  CSL_xbarDspIrqConfigure(1, CSL_XBAR_INST_DSP1_IRQ_76, CSL_XBAR_PRUSS2_IRQ_HOST8); 

     CSL_xbarDspIrqConfigure(1, CSL_XBAR_INST_DSP1_IRQ_77, CSL_XBAR_PRUSS2_IRQ_HOST2);
     CSL_xbarDspIrqConfigure(1, CSL_XBAR_INST_DSP1_IRQ_78, CSL_XBAR_PRUSS2_IRQ_HOST4);

6)  init  ICSS_EmacHandle and ICSS_EmacObject

7)  ICSS_EmacInit

8)  ICSS_EmacRegisterHwIntRx

9)  PRUICSS_pruDisable

10)  PRUICSS_pruWriteMemory for DMEM

11)  PRUICSS_pruWriteMemory for IMEM

12) PRUICSS_pruEnable

13 ) ICSS_EmacTxPacket to send the ethernet packets

14) ICSS_EmacPollControl to recv the ethernet packets with ICSS_EMAC_POLL_MODE_RX_PKT flag


PROCESSOR-SDK-TDAX: CSI-2 Receiver interface with 8MP camera (Ar0820)

$
0
0

Part Number: PROCESSOR-SDK-TDAX

Hi, 

I have questions regarding 8MP sensor support on TDA4x.

As I read in the TRM, the TDA4x is compliant to MIPI D-PHY standard v1.2 and the Camera Streaming Interface Receiver (CSI_RX_IF) is MIPI CSI-2 v2.0. 

I beleive it should be capable to recieive the data from one 8MP camera @ 22 frames per seconds without any issues.

However, In the TRM it is mentioned on page-35, Camera Streaming Interface Receiver (CSI_RX_IF)

- Supports one 4MP camera or eight 2MP camera streams

- Two VP 32-bit streams to VISS inputs of VPAC image processing accelerator

I need some clarification here,

1. What is the frame rate for 4MP camera refered to in TRM ?

2. Does it mean that a single stream from 8MP camera will not be supported ?

2. Due to which limitation only one 4MP camera stream is supported ?  Is this limitation only due to the FPD link-III DS90UB960-Q1 Deserielizer on the fusion board ?

3. Is there limitations with the VPAC (VISS) module which is limiting the input to 4MP @ ___ framerate ? 

Best regards,

Vivek

AM5729: Help with this CPU which is on a Beaglebone AI

$
0
0

Part Number: AM5729

I am working with Beaglebone AI:

  • Dual 1.5GHz ARM® Cortex®-A15 with out-of-order speculative issue 3-way superscalar execution pipeline for the fastest execution of existing 32-bit code
  • 2 C66x Floating-Point VLIW DSP supported by OpenCL
  • 4 Embedded Vision Engines (EVEs) supported by TIDL machine learning library
  • 2x Dual-Core Programmable Real-Time Unit (PRU) subsystems (4 PRUs total) 

This is giving me the fits it runs Linux but because of the limited IO 2rows of 46pins as to be completable with there other CPUs. They have taken Pin-muxing to a new level its very messy. any thoughts? 

AM5728: Example TCP/IP Server

$
0
0

Part Number: AM5728

I need to implement a TCP/IP server via the AM572x's Cortex A15.  I have successfully demonstrated PDK networking examples as follows:

    - NIMU_BasicExample_evmAM572x_armExampleproject

    - NIMU_FtpExample_evmAM572x_armExampleproject

Please let me know the best path forward to implement a simple TCP/IP echo server.  Is there any example code that could run on the TI AM5728 EVM?

Thanks,

Dave

AM3352: Possible bug after the 05.00.00.15 CPSW driver

$
0
0

Part Number: AM3352

Hi,

My problem  is the same with this site. I simply modify it as follows:

 //#define CPSW_MIN_PACKET_SIZE    (VLAN_ETH_ZLEN)
 #define CPSW_MIN_PACKET_SIZE    60

Under the simple test, IGH EtherCAT is OK. I would like to know if there is any problem caused by such modification.

Best Regards,

lee

AM5726: About the note for camera driver for GP AM572x EVM

$
0
0

Part Number: AM5726

Hi

Q1: What does the following note mean on software-dl.ti.com/.../index_device_drv.html?

   "The camera driver support is not added for evmAM572x boards (GP AM572x EVM) - and hence all the tests related to camera are skipped for evmAM572x board."

Q2: Does VPS examples which are described in the PRSDK documentation below work well on  GP AM572x EVM?

Thanks and Best regards,

HaTa.

TMDSEVM572X: Which JTAG are available on TMDSEVM572X ?

$
0
0

Part Number: TMDSEVM572X

Hi

There is JTAG connector on processor board.

And this JTAG connector is sandwiched between processor board and LCD board.

Therefore, I think that the height (thickness) of JTAG prove is limited.

In the case of JTAG pin type other than TI-20pin, I think that an JTAG adapter is usually used, but in the case of TMDSEVM572x, the adapter cannot be used because there is a limit on the thickness.

Q1: Is it possible to use a JTAG pin type  other than TI-20pin with TMDSEVM572x? Is there no way?

Q2: Please tell me the list of JTAG that has been used in the evaluation.

Thanks and Best regards,

HaTa.

AM5728: qt5.7.1 recompile on am5728

$
0
0

Part Number: AM5728

am5728_evm single board file system there is a compiled library of qt5.7.1, now our project need to add two modules in qt: QtX11Extra module and Qt5uiplugin module, how to add these two modules? need to recompile qt5.7.1?  If we need recompile, are there any documents to refer to? Because the compilation of QT is related to SGX driver, Qtlib, opengles? Thank you!


Compiler/TDA2EVM5777: Convert YOLOv3 weights using TIDL import tool

$
0
0

Part Number: TDA2EVM5777

Tool/software: TI C/C++ Compiler

Hi,

I am trying to convert the YOLOv3 models which has been converted into caffemodel, however, error message is shown as below.

Does TIDL import tool not support the upsample layer? If not, will TIDL support this layer in the future?

Thanks.

Best regards,

Lityang

AM5728: 3d point cloud data display

$
0
0

Part Number: AM5728

In addition to vtk, what way can the 3d point cloud data display? Some people on the Internet say they can use the framebuffer  function of opengl. Can you tell me what this can be done? If you can't, what's the best advice? Thank you.

TDA2HG: omapconf show opp , mpu opp UNKnown

$
0
0

Part Number: TDA2HG

hi , we board is tda2hg & run linux os  on A15 .  i change the frequence of mpu from 1Ghz to 750mHz .   but  when i run omapconf show opp  。 it printf follow.  
i want know why the mpu opp is UNKNOWN .  i have modify the devicetree in  dra7.dtsi & the uboot code add mpu_dpll_params_750mhz .   
omapconf: warning: no matching rate for VDD_MPU OPP.Please check rates against Data Manual recommendations.
|-----------------------------------------------------------------------------------|
|                        | Temperature | Voltage | Frequency      | OPerating Point |
|-----------------------------------------------------------------------------------|
| VDD_CORE / VDD_CORE0   | 36C / 96F   | 0.000 V |                | NOM             |
|   L3                   |             |         |  266  MHz      |                 |
|   DMM                  |             |         |  266  MHz      |                 |
|   EMIF1                |             |         |  266  MHz      |                 |
|   EMIF2                |             |         |  266  MHz      |                 |
|     LP-DDR2            |             |         |  532  MHz      |                 |
|   L4                   |             |         |  266  MHz      |                 |
|   IPU1                 |             |         |  425  MHz      |                 |
|     Cortex-M4 Cores    |             |         |  212  MHz      |                 |
|   IPU2                 |             |         |  425  MHz      |                 |
|     Cortex-M4 Cores    |             |         |  212  MHz      |                 |
|   DSS                  |             |         |  192  MHz      |                 |
|   BB2D                 |             |         | (2128 MHz) (1) |                 |
|                        |             |         |                |                 |
| VDD_MPU / VDD_CORE1    | 36C / 96F   | 1.070 V |                | UNKNOWN         |
|   MPU (CPU1 ON)        |             |         |  750  MHz      |                 |
|                        |             |         |                |                 |
| VDD_GPU / VDD_CORE2    | 37C / 98F   | 1.010 V |                | NOM             |
|   GPU                  |             |         |  425  MHz      |                 |
|                        |             |         |                |                 |
| VDD_DSPEVE / VDD_CORE3 | 36C / 96F   | 1.010 V |                | NOM             |
|   DSP1                 |             |         |  600  MHz      |                 |
|   DSP2                 |             |         |  600  MHz      |                 |
|   EVE1                 |             |         |  535  MHz      |                 |
|   EVE2                 |             |         |  535  MHz      |                 |
|                        |             |         |                |                 |
| VDD_IVA / VDD_CORE4    | 37C / 98F   | 1.010 V |                | NOM             |
|   IVA                  |             |         |  388  MHz      |                 |
|                        |             |         |                |                 |
|-----------------------------------------------------------------------------------|
Notes:
  (1) Module is disabled, rate may not be relevant.

TDA2SG: PHY DP83867 driver

$
0
0

Part Number: TDA2SG

1. Background:Currently we are using TDA2SGBRQABCQ1 chip,original PHY chip on EVM board is DP83865,because of time line of the phy,
we switched to DP83867IRPAP,schematic part copied the TDA2PX EVM board, as below:
2. Status:Do nothing on original code(DP83865 can connect with desktop successfully),after system boot , can detect PHY,and print below information:
then repeat the below information:
 NDK: Link Status: No Link on PHY 2
 NDK: Link Status: 1000Mb/s Full Duplex on PHY 2
 NDK: Link Status: No Link on PHY 2
 NDK: Link Status: 1000Mb/s Full Duplex on PHY 2
-
-
-
3. Probelm describtion:because of the difference between TDA2x EVM and TDA2Px EVM,the pin arrangment is different,the register group of two phy is also different,as my understanding the driver of ethernet consist of three part:AVB、NDK、NSP,I'm not sure how can I do.
4. Expectation:(1) help me check my schematic.(2) If possible, support me driver code.
 
Thanks a lot.

AM5728: Issue interfacing MMC SDIO to U-Blox LILY

$
0
0

Part Number: AM5728

Trying to get am5728 mmc3 to talk to a u-blox lily WiFi module.  The am5728 identifies the wifi module, loads up the drivers, and then programs the wifi module with its firmware.  Lily firmware is started.

So far so good.  Next a command is issued from the micro to the wifi module, and this command times out.  And then the driver unregisters the device and it's all over.

However, it clear that people have previously been able to make am57xx parts work with u-blox lily, e.g. http://e2e.ti.com/support/processors/f/791/t/639301?Linux-AM5708-MMC-throughput-with-WiFi-module

I am using TI SDK 5, linux kernel 4.14.40.

I am interested in any advice in how to get this going.

TDA2P-ABZ: Can I use PCIe to store it on an SSD and output it over Giga Ethernet?

$
0
0

Part Number: TDA2P-ABZ

Hi TI team,

I have one question.

Is it possible to receive video input and store it on SSD using PCIe and output it on GIGA Ethernet at the same time?

Let me know if you have a similar example.

Thanks,

Matrix_browser options and GPU utilization

$
0
0

Hi,

 

Now I am using pre built browser for BeagleBone Black in TI SDK(ti-processor-sdk-linux-am335x-evm-05.03.00.07-linux-x86-Install.bin).

Its name is matrix_browser at /usr/bin.

This browser looks to be constructed by QtWebKit base.

 

I would like to know how to configure and build this QtWebKit and browser., especially whether GPU is enabled.

Could you tell me configuration and build options for this matrix_browser?

 

Additionally, my BeagleBone Black is AM335x and has GPU.

I have created my own application to utilize GPU, but I do not have any method to validate that GPU is utilized exactly.

Is there any solution to validate GPU access?

 

Thank you.

Best Regards.


TMDX654GPEVM: AM6548 PRU_ICSSG RGMII throughput

$
0
0

Part Number: TMDX654GPEVM

Hi Robert,

We have custom designed a development platform based on AM6548 SoC. This platform is designed to support two Gigabit Ethernet ports via PRG1_RGMII1 and PRG2_RGMII2.

We have followed the series termination on TX and RX lines as per the recommendation. PRG1_RGMII1, PRG2_RGMII2 is connected to 1.8V and 3.3V IO levels respectively.

Here are our observations on RGMII port validation:

1) Single port loop back on MDI interface is working fine at 1Gbps. (Cable loop back)

2) Port to port loop back at 100Mbps is working without any throughput issues.

3) On few of our development platform, Port to port loop back at 1Gbps is failing to transmit few packets of data. With diagnostic code, on transmitting 300 packets of data we observed PRG2_RGMII2 receives 294 packets, missing 6 packets. Also, we have tested with various delay settings on RGMII_RX_DELAY_CTRL register. Hardware strapping option is designed to set delay to 2nS.

As stated in the above query, does operating at 3.3V cause throughput issue. 

Could you please share your thoughts on this.

Warm Regards,

Navya

Compiler/TDA2PXEVM: cannot open source file "ti/ndk/inc/netmain.h".

$
0
0

Part Number: TDA2PXEVM

Tool/software: TI C/C++ Compiler

Hi,

I am using PROCESSOR_SDK_VISION_03_05_00_00.

Project is created but i am facing problem while build/compiling. 

Below is the compilation data. kindly help asp.

I am pin pointing the first error.

PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/links_fw/src/rtos/utils_common/include/network_api.h", line 87: fatal error: cannot open source file "ti/ndk/inc/netmain.h"

root@bhagyashree-Latitude-5490:/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/build# make -s depend
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ndk_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: nsp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: avbtp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ndk_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: nsp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: avbtp_PATH does not exist! ()
mkdir: cannot create directory ‘/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/links_fw/include/config’: File exists
mkdir: cannot create directory ‘/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/links_fw/include/config/apps’: File exists
mkdir: cannot create directory ‘/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/links_fw/include/config/apps/tda2px_evm_bios_all’: File exists
# makeconfig: Config is [ tda2px_evm_bios_all ]
# makeconfig: Output file is @ /home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/links_fw/include/config/apps/tda2px_evm_bios_all/system_cfg.h
# makeconfig: Input  file is @ /home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/build/configs/tda2px_evm_bios_all/cfg.mk
# makeconfig: Generating header ...
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ndk_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: nsp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: avbtp_PATH does not exist! ()
# makeconfig: Generating alg plugin config ...
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ndk_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: nsp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: avbtp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ndk_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: nsp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: avbtp_PATH does not exist! ()
# makeconfig: Generating usecase config ...
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ndk_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: nsp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: avbtp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ndk_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: nsp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: avbtp_PATH does not exist! ()
# makeconfig: Generating footer ...
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ndk_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: nsp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: avbtp_PATH does not exist! ()
# makeconfig: Done !!!
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ndk_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: nsp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: avbtp_PATH does not exist! ()
#
# CPUs that are NOT required but included in config [ tda2px_evm_bios_all ],
#
# WARNING: IPU1_1 can be excluded from application
# WARNING: IPU2 can be excluded from application
#
# CPUs that are required but not included in config [ tda2px_evm_bios_all ],
#
#
# Edit /home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/build/configs/tda2px_evm_bios_all/cfg.mk to include or exclude CPUs in an application
#
Nothing to be done for tda2px ipu1_0 csl_init
Nothing to be done for tda2px csl_intc
Nothing to be done for tda2px pm_rtos
Nothing to be done for tda2px ipu1_0 sbl_utils
Nothing to be done for tda2px ipu1_0 vps_osal_tirtos_smp
Nothing to be done for tda2px ipu1_1 csl_init
Nothing to be done for tda2px csl_intc
Nothing to be done for tda2px ipu1_1 csl
Nothing to be done for tda2px ipu1_1 csl_utils_common
Nothing to be done for tda2px ipu1_1 csl_uart_console
Nothing to be done for tda2px ipu1_1 csl_utils_i2c
Nothing to be done for tda2px ipu1_1 pm_hal
Nothing to be done for tda2px ipu1_1 pm_hal_optimized
Nothing to be done for tda2px ipu1_1 pm_lib
Nothing to be done for tda2px ipu1_1 pm_lib_optimized
Nothing to be done for tda2px pm_rtos
Nothing to be done for tda2px ipu1_1 sbl_lib
Nothing to be done for tda2px ipu1_1 sbl_utils
Nothing to be done for tda2px ipu1_1 diag
Nothing to be done for tda2px ipu1_1 firewall_l3l4
Nothing to be done for tda2px ipu1_1 norflash_lib
Nothing to be done for tda2px ipu1_1 qspiflash_lib
Nothing to be done for tda2px ipu1_1 i2c_lld
Nothing to be done for tda2px ipu1_1 stw_platform
Nothing to be done for tda2px ipu1_1 stw_uartconsole
Nothing to be done for tda2px ipu1_1 stw_fatlib
Nothing to be done for tda2px ipu1_1 stw_fatlib_edma
Nothing to be done for tda2px ipu1_1 stw_boards
Nothing to be done for tda2px ipu1_1 stw_devices
Nothing to be done for tda2px ipu1_1 stw_examples_utility
Nothing to be done for tda2px ipu1_1 vps_common
Nothing to be done for tda2px ipu1_1 vpslib
Nothing to be done for tda2px ipu1_1 vpsdrv_baremetal
Nothing to be done for tda2px ipu1_1 fvid2
Nothing to be done for tda2px ipu1_1 vps_osal_tirtos
Nothing to be done for tda2px ipu1_1 vps_osal_tirtos_smp
Nothing to be done for tda2px ipu1_1 vpsdrv
Nothing to be done for tda2px ipu1_1 vps_platforms
Nothing to be done for tda2px ipu1_1 vps_devices
Nothing to be done for tda2px ipu1_1 vps_boards
Nothing to be done for tda2px ipu1_1 vps_examples_utility
Nothing to be done for tda2px ipu1_1 bsp_i2c
Nothing to be done for tda2px ipu1_1 bsp_uart
Nothing to be done for tda2px ipu1_1 bsp_mcspi
Nothing to be done for tda2px ipu2_0 csl_init
Nothing to be done for tda2px csl_intc
Nothing to be done for tda2px ipu2_0 csl
Nothing to be done for tda2px ipu2_0 csl_utils_common
Nothing to be done for tda2px ipu2_0 csl_uart_console
Nothing to be done for tda2px ipu2_0 csl_utils_i2c
Nothing to be done for tda2px ipu2_0 pm_hal
Nothing to be done for tda2px ipu2_0 pm_hal_optimized
Nothing to be done for tda2px ipu2_0 pm_lib
Nothing to be done for tda2px ipu2_0 pm_lib_optimized
Nothing to be done for tda2px pm_rtos
Nothing to be done for tda2px ipu2_0 sbl_lib
Nothing to be done for tda2px ipu2_0 sbl_utils
Nothing to be done for tda2px ipu2_0 diag
Nothing to be done for tda2px ipu2_0 firewall_l3l4
Nothing to be done for tda2px ipu2_0 norflash_lib
Nothing to be done for tda2px ipu2_0 qspiflash_lib
Nothing to be done for tda2px ipu2_0 i2c_lld
Nothing to be done for tda2px ipu2_0 stw_platform
Nothing to be done for tda2px ipu2_0 stw_uartconsole
Nothing to be done for tda2px ipu2_0 stw_fatlib
Nothing to be done for tda2px ipu2_0 stw_fatlib_edma
Nothing to be done for tda2px ipu2_0 stw_boards
Nothing to be done for tda2px ipu2_0 stw_devices
Nothing to be done for tda2px ipu2_0 stw_examples_utility
Nothing to be done for tda2px ipu2_0 vps_common
Nothing to be done for tda2px ipu2_0 vpslib
Nothing to be done for tda2px ipu2_0 vpsdrv_baremetal
Nothing to be done for tda2px ipu2_0 fvid2
Nothing to be done for tda2px ipu2_0 vps_osal_tirtos
Nothing to be done for tda2px ipu2_0 vps_osal_tirtos_smp
Nothing to be done for tda2px ipu2_0 vpsdrv
Nothing to be done for tda2px ipu2_0 vps_platforms
Nothing to be done for tda2px ipu2_0 vps_devices
Nothing to be done for tda2px ipu2_0 vps_boards
Nothing to be done for tda2px ipu2_0 vps_examples_utility
Nothing to be done for tda2px ipu2_0 bsp_i2c
Nothing to be done for tda2px ipu2_0 bsp_uart
Nothing to be done for tda2px ipu2_0 bsp_mcspi
Nothing to be done for tda2px c66x csl_init
Nothing to be done for tda2px csl_intc
Nothing to be done for tda2px pm_rtos
Nothing to be done for tda2px c66x sbl_lib
Nothing to be done for tda2px c66x sbl_utils
Nothing to be done for tda2px c66x diag
Nothing to be done for tda2px c66x ipc_lib
Nothing to be done for tda2px c66x norflash_lib
Nothing to be done for tda2px c66x qspiflash_lib
Nothing to be done for tda2px c66x stw_fatlib
Nothing to be done for tda2px c66x stw_fatlib_edma
Nothing to be done for tda2px c66x vps_osal_baremetal
Nothing to be done for tda2px c66x vps_common
Nothing to be done for tda2px c66x vpslib
Nothing to be done for tda2px c66x vpsdrv_baremetal
Nothing to be done for tda2px c66x fvid2
Nothing to be done for tda2px c66x vps_osal_tirtos_smp
Nothing to be done for tda2px c66x vpsdrv
Nothing to be done for tda2px c66x vps_platforms
Nothing to be done for tda2px c66x vps_devices
Nothing to be done for tda2px c66x vps_boards
Nothing to be done for tda2px c66x vps_examples_utility
Nothing to be done for tda2px c66x bsp_i2c
Nothing to be done for tda2px c66x bsp_uart
Nothing to be done for tda2px c66x bsp_mcspi
Nothing to be done for tda2px c66xdsp_1 csl_init
Nothing to be done for tda2px csl_intc
Nothing to be done for tda2px c66xdsp_1 csl
Nothing to be done for tda2px c66xdsp_1 csl_utils_common
Nothing to be done for tda2px c66xdsp_1 csl_uart_console
Nothing to be done for tda2px c66xdsp_1 csl_utils_i2c
Nothing to be done for tda2px c66xdsp_1 pm_hal
Nothing to be done for tda2px c66xdsp_1 pm_hal_optimized
Nothing to be done for tda2px c66xdsp_1 pm_lib
Nothing to be done for tda2px c66xdsp_1 pm_lib_optimized
Nothing to be done for tda2px pm_rtos
Nothing to be done for tda2px c66xdsp_1 sbl_lib
Nothing to be done for tda2px c66xdsp_1 sbl_utils
Nothing to be done for tda2px c66xdsp_1 diag
Nothing to be done for tda2px c66xdsp_1 firewall_l3l4
Nothing to be done for tda2px c66xdsp_1 norflash_lib
Nothing to be done for tda2px c66xdsp_1 qspiflash_lib
Nothing to be done for tda2px c66xdsp_1 i2c_lld
Nothing to be done for tda2px c66xdsp_1 stw_platform
Nothing to be done for tda2px c66xdsp_1 stw_uartconsole
Nothing to be done for tda2px c66xdsp_1 stw_fatlib
Nothing to be done for tda2px c66xdsp_1 stw_fatlib_edma
Nothing to be done for tda2px c66xdsp_1 stw_boards
Nothing to be done for tda2px c66xdsp_1 stw_devices
Nothing to be done for tda2px c66xdsp_1 stw_examples_utility
Nothing to be done for tda2px c66xdsp_1 vps_common
Nothing to be done for tda2px c66xdsp_1 vpslib
Nothing to be done for tda2px c66xdsp_1 vpsdrv_baremetal
Nothing to be done for tda2px c66xdsp_1 fvid2
Nothing to be done for tda2px c66xdsp_1 vps_osal_tirtos
Nothing to be done for tda2px c66xdsp_1 vps_osal_tirtos_smp
Nothing to be done for tda2px c66xdsp_1 vpsdrv
Nothing to be done for tda2px c66xdsp_1 vps_platforms
Nothing to be done for tda2px c66xdsp_1 vps_devices
Nothing to be done for tda2px c66xdsp_1 vps_boards
Nothing to be done for tda2px c66xdsp_1 vps_examples_utility
Nothing to be done for tda2px c66xdsp_1 bsp_i2c
Nothing to be done for tda2px c66xdsp_1 bsp_uart
Nothing to be done for tda2px c66xdsp_1 bsp_mcspi
Nothing to be done for tda2px c66xdsp_2 csl_init
Nothing to be done for tda2px csl_intc
Nothing to be done for tda2px c66xdsp_2 csl
Nothing to be done for tda2px c66xdsp_2 csl_utils_common
Nothing to be done for tda2px c66xdsp_2 csl_uart_console
Nothing to be done for tda2px c66xdsp_2 csl_utils_i2c
Nothing to be done for tda2px c66xdsp_2 pm_hal
Nothing to be done for tda2px c66xdsp_2 pm_hal_optimized
Nothing to be done for tda2px c66xdsp_2 pm_lib
Nothing to be done for tda2px c66xdsp_2 pm_lib_optimized
Nothing to be done for tda2px pm_rtos
Nothing to be done for tda2px c66xdsp_2 sbl_lib
Nothing to be done for tda2px c66xdsp_2 sbl_utils
Nothing to be done for tda2px c66xdsp_2 diag
Nothing to be done for tda2px c66xdsp_2 firewall_l3l4
Nothing to be done for tda2px c66xdsp_2 norflash_lib
Nothing to be done for tda2px c66xdsp_2 qspiflash_lib
Nothing to be done for tda2px c66xdsp_2 i2c_lld
Nothing to be done for tda2px c66xdsp_2 stw_platform
Nothing to be done for tda2px c66xdsp_2 stw_uartconsole
Nothing to be done for tda2px c66xdsp_2 stw_fatlib
Nothing to be done for tda2px c66xdsp_2 stw_fatlib_edma
Nothing to be done for tda2px c66xdsp_2 stw_boards
Nothing to be done for tda2px c66xdsp_2 stw_devices
Nothing to be done for tda2px c66xdsp_2 stw_examples_utility
Nothing to be done for tda2px c66xdsp_2 vps_common
Nothing to be done for tda2px c66xdsp_2 vpslib
Nothing to be done for tda2px c66xdsp_2 vpsdrv_baremetal
Nothing to be done for tda2px c66xdsp_2 fvid2
Nothing to be done for tda2px c66xdsp_2 vps_osal_tirtos
Nothing to be done for tda2px c66xdsp_2 vps_osal_tirtos_smp
Nothing to be done for tda2px c66xdsp_2 vpsdrv
Nothing to be done for tda2px c66xdsp_2 vps_platforms
Nothing to be done for tda2px c66xdsp_2 vps_devices
Nothing to be done for tda2px c66xdsp_2 vps_boards
Nothing to be done for tda2px c66xdsp_2 vps_examples_utility
Nothing to be done for tda2px c66xdsp_2 bsp_i2c
Nothing to be done for tda2px c66xdsp_2 bsp_uart
Nothing to be done for tda2px c66xdsp_2 bsp_mcspi
Nothing to be done for tda2px arp32_1 csl_init
Nothing to be done for tda2px csl_intc
Nothing to be done for tda2px pm_rtos
Nothing to be done for tda2px arp32_1 sbl_lib
Nothing to be done for tda2px arp32_1 sbl_utils
Nothing to be done for tda2px arp32_1 diag
Nothing to be done for tda2px arp32_1 norflash_lib
Nothing to be done for tda2px arp32_1 qspiflash_lib
Nothing to be done for tda2px arp32_1 i2c_lld
Nothing to be done for tda2px arp32_1 stw_fatlib
Nothing to be done for tda2px arp32_1 stw_fatlib_edma
Nothing to be done for tda2px arp32_1 stw_boards
Nothing to be done for tda2px arp32_1 stw_devices
Nothing to be done for tda2px arp32_1 vps_osal_baremetal
Nothing to be done for tda2px arp32_1 vps_common
Nothing to be done for tda2px arp32_1 vpslib
Nothing to be done for tda2px arp32_1 vpsdrv_baremetal
Nothing to be done for tda2px arp32_1 fvid2
Nothing to be done for tda2px arp32_1 vps_osal_tirtos_smp
Nothing to be done for tda2px arp32_1 vpsdrv
Nothing to be done for tda2px arp32_1 vps_platforms
Nothing to be done for tda2px arp32_1 vps_devices
Nothing to be done for tda2px arp32_1 vps_boards
Nothing to be done for tda2px arp32_1 vps_examples_utility
Nothing to be done for tda2px arp32_1 bsp_i2c
Nothing to be done for tda2px arp32_1 bsp_uart
Nothing to be done for tda2px arp32_1 bsp_mcspi
Nothing to be done for tda2px arp32_2 csl_init
Nothing to be done for tda2px csl_intc
Nothing to be done for tda2px arp32_2 csl
Nothing to be done for tda2px arp32_2 csl_utils_common
Nothing to be done for tda2px arp32_2 csl_uart_console
Nothing to be done for tda2px arp32_2 csl_utils_i2c
Nothing to be done for tda2px arp32_2 pm_hal
Nothing to be done for tda2px arp32_2 pm_hal_optimized
Nothing to be done for tda2px arp32_2 pm_lib
Nothing to be done for tda2px arp32_2 pm_lib_optimized
Nothing to be done for tda2px pm_rtos
Nothing to be done for tda2px arp32_2 sbl_lib
Nothing to be done for tda2px arp32_2 sbl_utils
Nothing to be done for tda2px arp32_2 diag
Nothing to be done for tda2px arp32_2 firewall_l3l4
Nothing to be done for tda2px arp32_2 norflash_lib
Nothing to be done for tda2px arp32_2 qspiflash_lib
Nothing to be done for tda2px arp32_2 i2c_lld
Nothing to be done for tda2px arp32_2 stw_platform
Nothing to be done for tda2px arp32_2 stw_uartconsole
Nothing to be done for tda2px arp32_2 stw_fatlib
Nothing to be done for tda2px arp32_2 stw_fatlib_edma
Nothing to be done for tda2px arp32_2 stw_boards
Nothing to be done for tda2px arp32_2 stw_devices
Nothing to be done for tda2px arp32_2 stw_examples_utility
Nothing to be done for tda2px arp32_2 vps_osal_baremetal
Nothing to be done for tda2px arp32_2 vps_common
Nothing to be done for tda2px arp32_2 vpslib
Nothing to be done for tda2px arp32_2 vpsdrv_baremetal
Nothing to be done for tda2px arp32_2 fvid2
Nothing to be done for tda2px arp32_2 vps_osal_tirtos
Nothing to be done for tda2px arp32_2 vps_osal_tirtos_smp
Nothing to be done for tda2px arp32_2 vpsdrv
Nothing to be done for tda2px arp32_2 vps_platforms
Nothing to be done for tda2px arp32_2 vps_devices
Nothing to be done for tda2px arp32_2 vps_boards
Nothing to be done for tda2px arp32_2 vps_examples_utility
Nothing to be done for tda2px arp32_2 bsp_i2c
Nothing to be done for tda2px arp32_2 bsp_uart
Nothing to be done for tda2px arp32_2 bsp_mcspi
Nothing to be done for tda2px arp32_3 csl_init
Nothing to be done for tda2px csl_intc
Nothing to be done for tda2px arp32_3 csl
Nothing to be done for tda2px arp32_3 csl_utils_common
Nothing to be done for tda2px arp32_3 csl_uart_console
Nothing to be done for tda2px arp32_3 csl_utils_i2c
Nothing to be done for tda2px arp32_3 pm_hal
Nothing to be done for tda2px arp32_3 pm_hal_optimized
Nothing to be done for tda2px arp32_3 pm_lib
Nothing to be done for tda2px arp32_3 pm_lib_optimized
Nothing to be done for tda2px pm_rtos
Nothing to be done for tda2px arp32_3 sbl_lib
Nothing to be done for tda2px arp32_3 sbl_utils
Nothing to be done for tda2px arp32_3 diag
Nothing to be done for tda2px arp32_3 firewall_l3l4
Nothing to be done for tda2px arp32_3 ipc_lib
Nothing to be done for tda2px arp32_3 norflash_lib
Nothing to be done for tda2px arp32_3 qspiflash_lib
Nothing to be done for tda2px arp32_3 i2c_lld
Nothing to be done for tda2px arp32_3 stw_platform
Nothing to be done for tda2px arp32_3 stw_uartconsole
Nothing to be done for tda2px arp32_3 stw_fatlib
Nothing to be done for tda2px arp32_3 stw_fatlib_edma
Nothing to be done for tda2px arp32_3 stw_boards
Nothing to be done for tda2px arp32_3 stw_devices
Nothing to be done for tda2px arp32_3 stw_examples_utility
Nothing to be done for tda2px arp32_3 vps_osal_baremetal
Nothing to be done for tda2px arp32_3 vps_common
Nothing to be done for tda2px arp32_3 vpslib
Nothing to be done for tda2px arp32_3 vpsdrv_baremetal
Nothing to be done for tda2px arp32_3 fvid2
Nothing to be done for tda2px arp32_3 vps_osal_tirtos
Nothing to be done for tda2px arp32_3 vps_osal_tirtos_smp
Nothing to be done for tda2px arp32_3 vpsdrv
Nothing to be done for tda2px arp32_3 vps_platforms
Nothing to be done for tda2px arp32_3 vps_devices
Nothing to be done for tda2px arp32_3 vps_boards
Nothing to be done for tda2px arp32_3 vps_examples_utility
Nothing to be done for tda2px arp32_3 bsp_i2c
Nothing to be done for tda2px arp32_3 bsp_uart
Nothing to be done for tda2px arp32_3 bsp_mcspi
Nothing to be done for tda2px arp32_4 csl_init
Nothing to be done for tda2px csl_intc
Nothing to be done for tda2px arp32_4 csl
Nothing to be done for tda2px arp32_4 csl_utils_common
Nothing to be done for tda2px arp32_4 csl_uart_console
Nothing to be done for tda2px arp32_4 csl_utils_i2c
Nothing to be done for tda2px arp32_4 pm_hal
Nothing to be done for tda2px arp32_4 pm_hal_optimized
Nothing to be done for tda2px arp32_4 pm_lib
Nothing to be done for tda2px arp32_4 pm_lib_optimized
Nothing to be done for tda2px pm_rtos
Nothing to be done for tda2px arp32_4 sbl_lib
Nothing to be done for tda2px arp32_4 sbl_utils
Nothing to be done for tda2px arp32_4 diag
Nothing to be done for tda2px arp32_4 firewall_l3l4
Nothing to be done for tda2px arp32_4 ipc_lib
Nothing to be done for tda2px arp32_4 norflash_lib
Nothing to be done for tda2px arp32_4 qspiflash_lib
Nothing to be done for tda2px arp32_4 i2c_lld
Nothing to be done for tda2px arp32_4 stw_platform
Nothing to be done for tda2px arp32_4 stw_uartconsole
Nothing to be done for tda2px arp32_4 stw_fatlib
Nothing to be done for tda2px arp32_4 stw_fatlib_edma
Nothing to be done for tda2px arp32_4 stw_boards
Nothing to be done for tda2px arp32_4 stw_devices
Nothing to be done for tda2px arp32_4 stw_examples_utility
Nothing to be done for tda2px arp32_4 vps_osal_baremetal
Nothing to be done for tda2px arp32_4 vps_common
Nothing to be done for tda2px arp32_4 vpslib
Nothing to be done for tda2px arp32_4 vpsdrv_baremetal
Nothing to be done for tda2px arp32_4 fvid2
Nothing to be done for tda2px arp32_4 vps_osal_tirtos
Nothing to be done for tda2px arp32_4 vps_osal_tirtos_smp
Nothing to be done for tda2px arp32_4 vpsdrv
Nothing to be done for tda2px arp32_4 vps_platforms
Nothing to be done for tda2px arp32_4 vps_devices
Nothing to be done for tda2px arp32_4 vps_boards
Nothing to be done for tda2px arp32_4 vps_examples_utility
Nothing to be done for tda2px arp32_4 bsp_i2c
Nothing to be done for tda2px arp32_4 bsp_uart
Nothing to be done for tda2px arp32_4 bsp_mcspi
Nothing to be done for tda2px csl_intc
Nothing to be done for tda2px pm_rtos
Nothing to be done for tda2px a15_0 diag
Nothing to be done for tda2px a15_0 vps_common
Nothing to be done for tda2px a15_0 vpslib
Nothing to be done for tda2px a15_0 vpsdrv_baremetal
Nothing to be done for tda2px a15_0 fvid2
Nothing to be done for tda2px a15_0 vpsdrv
Nothing to be done for tda2px a15_0 vps_platforms
Nothing to be done for tda2px a15_0 vps_devices
Nothing to be done for tda2px a15_0 vps_boards
Nothing to be done for tda2px a15_0 vps_examples_utility
Nothing to be done for tda2px a15_0 bsp_i2c
Nothing to be done for tda2px a15_0 bsp_uart
Nothing to be done for tda2px a15_0 bsp_mcspi
# Depend tda2px-evm:ipu1_0:release:links_common_algorithm
# Depend tda2px-evm:ipu1_1:release:links_common_algorithm
# Depend tda2px-evm:ipu2:release:links_common_algorithm
# Depend tda2px-evm:a15_0:release:links_common_algorithm
# Depend tda2px-evm:c66xdsp_1:release:links_common_algorithm
# Depend tda2px-evm:c66xdsp_2:release:links_common_algorithm
# Depend tda2px-evm:arp32_1:release:links_common_algorithm
# Depend tda2px-evm:arp32_2:release:links_common_algorithm
# Depend tda2px-evm:ipu1_0:release:links_common_dup
# Depend tda2px-evm:ipu1_1:release:links_common_dup
# Depend tda2px-evm:ipu2:release:links_common_dup
# Depend tda2px-evm:a15_0:release:links_common_dup
# Depend tda2px-evm:c66xdsp_1:release:links_common_dup
# Depend tda2px-evm:c66xdsp_2:release:links_common_dup
# Depend tda2px-evm:arp32_1:release:links_common_dup
# Depend tda2px-evm:arp32_2:release:links_common_dup
# Depend tda2px-evm:ipu1_0:release:links_common_gate
# Depend tda2px-evm:ipu1_1:release:links_common_gate
# Depend tda2px-evm:ipu2:release:links_common_gate
# Depend tda2px-evm:a15_0:release:links_common_gate
# Depend tda2px-evm:c66xdsp_1:release:links_common_gate
# Depend tda2px-evm:c66xdsp_2:release:links_common_gate
# Depend tda2px-evm:arp32_1:release:links_common_gate
# Depend tda2px-evm:arp32_2:release:links_common_gate
# Depend tda2px-evm:ipu1_0:release:links_common_ipcIn
# Depend tda2px-evm:ipu1_1:release:links_common_ipcIn
# Depend tda2px-evm:ipu2:release:links_common_ipcIn
# Depend tda2px-evm:a15_0:release:links_common_ipcIn
# Depend tda2px-evm:c66xdsp_1:release:links_common_ipcIn
# Depend tda2px-evm:c66xdsp_2:release:links_common_ipcIn
# Depend tda2px-evm:arp32_1:release:links_common_ipcIn
# Depend tda2px-evm:arp32_2:release:links_common_ipcIn
# Depend tda2px-evm:ipu1_0:release:links_common_ipcOut
# Depend tda2px-evm:ipu1_1:release:links_common_ipcOut
# Depend tda2px-evm:ipu2:release:links_common_ipcOut
# Depend tda2px-evm:a15_0:release:links_common_ipcOut
# Depend tda2px-evm:c66xdsp_1:release:links_common_ipcOut
# Depend tda2px-evm:c66xdsp_2:release:links_common_ipcOut
# Depend tda2px-evm:arp32_1:release:links_common_ipcOut
# Depend tda2px-evm:arp32_2:release:links_common_ipcOut
# Depend tda2px-evm:ipu1_0:release:links_common_merge
# Depend tda2px-evm:ipu1_1:release:links_common_merge
# Depend tda2px-evm:ipu2:release:links_common_merge
# Depend tda2px-evm:a15_0:release:links_common_merge
# Depend tda2px-evm:c66xdsp_1:release:links_common_merge
# Depend tda2px-evm:c66xdsp_2:release:links_common_merge
# Depend tda2px-evm:arp32_1:release:links_common_merge
# Depend tda2px-evm:arp32_2:release:links_common_merge
# Depend tda2px-evm:ipu1_0:release:links_common_null
# Depend tda2px-evm:ipu1_1:release:links_common_null
# Depend tda2px-evm:ipu2:release:links_common_null
# Depend tda2px-evm:a15_0:release:links_common_null
# Depend tda2px-evm:c66xdsp_1:release:links_common_null
# Depend tda2px-evm:c66xdsp_2:release:links_common_null
# Depend tda2px-evm:arp32_1:release:links_common_null
# Depend tda2px-evm:arp32_2:release:links_common_null
# Depend tda2px-evm:ipu1_0:release:links_common_nullSrc
# Depend tda2px-evm:ipu1_1:release:links_common_nullSrc
# Depend tda2px-evm:ipu2:release:links_common_nullSrc
# Depend tda2px-evm:a15_0:release:links_common_nullSrc
# Depend tda2px-evm:ipu1_0:release:links_common_select
# Depend tda2px-evm:ipu1_1:release:links_common_select
# Depend tda2px-evm:ipu2:release:links_common_select
# Depend tda2px-evm:a15_0:release:links_common_select
# Depend tda2px-evm:c66xdsp_1:release:links_common_select
# Depend tda2px-evm:c66xdsp_2:release:links_common_select
# Depend tda2px-evm:arp32_1:release:links_common_select
# Depend tda2px-evm:arp32_2:release:links_common_select
# Depend tda2px-evm:ipu1_0:release:links_common_sync
# Depend tda2px-evm:ipu1_1:release:links_common_sync
# Depend tda2px-evm:ipu2:release:links_common_sync
# Depend tda2px-evm:a15_0:release:links_common_sync
# Depend tda2px-evm:c66xdsp_1:release:links_common_sync
# Depend tda2px-evm:c66xdsp_2:release:links_common_sync
# Depend tda2px-evm:arp32_1:release:links_common_sync
# Depend tda2px-evm:arp32_2:release:links_common_sync
# Depend tda2px-evm:ipu1_0:release:links_ipu_display
# Depend tda2px-evm:ipu1_0:release:links_ipu_display_ctrl
# Depend tda2px-evm:ipu1_0:release:links_ipu_iss_capture
# Depend tda2px-evm:ipu1_0:release:links_ipu_iss_m2misp
# Depend tda2px-evm:ipu1_0:release:links_ipu_iss_m2msimcop
# Depend tda2px-evm:ipu1_0:release:links_ipu_iss_m2mresizer
# Depend tda2px-evm:ipu1_0:release:links_ipu_vip_capture
# Depend tda2px-evm:ipu1_0:release:links_ipu_vpe
# Depend tda2px-evm:ipu1_0:release:links_ipu_dssM2mWb
# Depend tda2px-evm:ipu1_0:release:utils_common
# Depend tda2px-evm:ipu1_1:release:utils_common
# Depend tda2px-evm:ipu2:release:utils_common
# Depend tda2px-evm:a15_0:release:utils_common
# Depend tda2px-evm:c66xdsp_1:release:utils_common
# Depend tda2px-evm:c66xdsp_2:release:utils_common
# Depend tda2px-evm:arp32_1:release:utils_common
# Depend tda2px-evm:arp32_2:release:utils_common
# Depend tda2px-evm:ipu1_0:release:links_common_system
# Depend tda2px-evm:ipu1_1:release:links_common_system
# Depend tda2px-evm:ipu2:release:links_common_system
# Depend tda2px-evm:a15_0:release:links_common_system
# Depend tda2px-evm:c66xdsp_1:release:links_common_system
# Depend tda2px-evm:c66xdsp_2:release:links_common_system
# Depend tda2px-evm:arp32_1:release:links_common_system
# Depend tda2px-evm:arp32_2:release:links_common_system
# Depend tda2px-evm:c66xdsp_1:release:links_dsp_system
# Depend tda2px-evm:c66xdsp_2:release:links_dsp_system
# Depend tda2px-evm:arp32_1:release:links_eve_system
# Depend tda2px-evm:arp32_2:release:links_eve_system
# Depend tda2px-evm:ipu1_0:release:links_ipu_system
# Depend tda2px-evm:ipu1_1:release:links_ipu_system
# Depend tda2px-evm:ipu2:release:links_ipu_system
# Depend tda2px-evm:a15_0:release:links_a15_system
root@bhagyashree-Latitude-5490:/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/build# make -s
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ndk_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: nsp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: avbtp_PATH does not exist! ()
# Compiling tda2px-evm:ipu1_0:release:links_common_algorithm: algorithmLink_cfg.c
#
# Archiving tda2px-evm:ipu1_0:release:links_common_algorithm
#
# Compiling tda2px-evm:ipu1_1:release:links_common_algorithm: algorithmLink_cfg.c
#
# Archiving tda2px-evm:ipu1_1:release:links_common_algorithm
#
# Compiling tda2px-evm:ipu2:release:links_common_algorithm: algorithmLink_cfg.c
#
# Archiving tda2px-evm:ipu2:release:links_common_algorithm
#
# Compiling tda2px-evm:a15_0:release:links_common_algorithm: algorithmLink_cfg.c
#
# Archiving tda2px-evm:a15_0:release:links_common_algorithm
#
# Compiling tda2px-evm:c66xdsp_1:release:links_common_algorithm: algorithmLink_cfg.c
#
# Archiving tda2px-evm:c66xdsp_1:release:links_common_algorithm
#
# Compiling tda2px-evm:c66xdsp_2:release:links_common_algorithm: algorithmLink_cfg.c
#
# Archiving tda2px-evm:c66xdsp_2:release:links_common_algorithm
#
# Compiling tda2px-evm:arp32_1:release:links_common_algorithm: algorithmLink_cfg.c
#
# Archiving tda2px-evm:arp32_1:release:links_common_algorithm
#
# Compiling tda2px-evm:arp32_2:release:links_common_algorithm: algorithmLink_cfg.c
#
# Archiving tda2px-evm:arp32_2:release:links_common_algorithm
#
# Compiling tda2px-evm:ipu1_0:release:links_common_system: system_common.c
# Compiling tda2px-evm:ipu1_0:release:links_common_system: system_initDeinitLinks.c
# Compiling tda2px-evm:ipu1_0:release:links_common_system: system_ipc_bios_ipc.c
#
# Archiving tda2px-evm:ipu1_0:release:links_common_system
#
# Compiling tda2px-evm:ipu1_1:release:links_common_system: system_common.c
# Compiling tda2px-evm:ipu1_1:release:links_common_system: system_initDeinitLinks.c
# Compiling tda2px-evm:ipu1_1:release:links_common_system: system_ipc_bios_ipc.c
#
# Archiving tda2px-evm:ipu1_1:release:links_common_system
#
# Compiling tda2px-evm:ipu2:release:links_common_system: system_common.c
# Compiling tda2px-evm:ipu2:release:links_common_system: system_initDeinitLinks.c
# Compiling tda2px-evm:ipu2:release:links_common_system: system_ipc_bios_ipc.c
#
# Archiving tda2px-evm:ipu2:release:links_common_system
#
# Compiling tda2px-evm:a15_0:release:links_common_system: system_common.c
# Compiling tda2px-evm:a15_0:release:links_common_system: system_initDeinitLinks.c
# Compiling tda2px-evm:a15_0:release:links_common_system: system_ipc_bios_ipc.c
#
# Archiving tda2px-evm:a15_0:release:links_common_system
#
# Compiling tda2px-evm:c66xdsp_1:release:links_common_system: system_common.c
# Compiling tda2px-evm:c66xdsp_1:release:links_common_system: system_initDeinitLinks.c
# Compiling tda2px-evm:c66xdsp_1:release:links_common_system: system_ipc_bios_ipc.c
#
# Archiving tda2px-evm:c66xdsp_1:release:links_common_system
#
# Compiling tda2px-evm:c66xdsp_2:release:links_common_system: system_common.c
# Compiling tda2px-evm:c66xdsp_2:release:links_common_system: system_initDeinitLinks.c
# Compiling tda2px-evm:c66xdsp_2:release:links_common_system: system_ipc_bios_ipc.c
#
# Archiving tda2px-evm:c66xdsp_2:release:links_common_system
#
# Compiling tda2px-evm:arp32_1:release:links_common_system: system_common.c
# Compiling tda2px-evm:arp32_1:release:links_common_system: system_initDeinitLinks.c
# Compiling tda2px-evm:arp32_1:release:links_common_system: system_ipc_bios_ipc.c
#
# Archiving tda2px-evm:arp32_1:release:links_common_system
#
# Compiling tda2px-evm:arp32_2:release:links_common_system: system_common.c
# Compiling tda2px-evm:arp32_2:release:links_common_system: system_initDeinitLinks.c
# Compiling tda2px-evm:arp32_2:release:links_common_system: system_ipc_bios_ipc.c
#
# Archiving tda2px-evm:arp32_2:release:links_common_system
#
# Compiling tda2px-evm:ipu1_0:release:links_ipu_system: system_ipu1_0.c
#
# Archiving tda2px-evm:ipu1_0:release:links_ipu_system
#
# Compiling tda2px-evm:ipu1_1:release:links_ipu_system: system_ipu1_1.c
#
# Archiving tda2px-evm:ipu1_1:release:links_ipu_system
#
# Compiling tda2px-evm:ipu2:release:links_ipu_system: system_ipu2.c
#
# Archiving tda2px-evm:ipu2:release:links_ipu_system
#
# Compiling tda2px-evm:a15_0:release:links_a15_system: system_a15.c
#
# Archiving tda2px-evm:a15_0:release:links_a15_system
#
# Compiling tda2px-evm:ipu1_0:release:app_alg_plugins: /home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/src/rtos/draw2d/draw2d_font_bmp.c
# Compiling tda2px-evm:ipu1_0:release:app_alg_plugins: /home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/src/rtos/modules/network_ctrl/network_ctrl_handle_mmc_wr_proxy.c
"/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/links_fw/src/rtos/utils_common/include/network_api.h", line 87: fatal error: cannot open source file "ti/ndk/inc/netmain.h"
1 catastrophic error detected in the compilation of "/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/src/rtos/modules/network_ctrl/network_ctrl_handle_mmc_wr_proxy.c".
Compilation terminated.

>> Compilation failure
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/build/rtos/makerules/rules_m4.mk:177: recipe for target '/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/binaries/apps/tda2px_evm_bios_all/obj/app_alg_plugins/tda2px-evm/m4/release/network_ctrl_handle_mmc_wr_proxy.oem4' failed
make[5]: *** [/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/binaries/apps/tda2px_evm_bios_all/obj/app_alg_plugins/tda2px-evm/m4/release/network_ctrl_handle_mmc_wr_proxy.oem4] Error 1
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/build/rtos/makerules/common.mk:235: recipe for target 'ipu1_0' failed
make[4]: *** [ipu1_0] Error 2
MAKEFILE.MK:9: recipe for target 'libs' failed
make[3]: *** [libs] Error 2
Makefile:200: recipe for target 'app_alg_plugins' failed
make[2]: *** [app_alg_plugins] Error 2
Makefile:36: recipe for target 'apps' failed
make[1]: *** [apps] Error 2
Makefile:12: recipe for target 'vision_sdk' failed
root@bhagyashree-Latitude-5490:/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/build# make showconfig
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ndk_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: nsp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: avbtp_PATH does not exist! ()
make -C /home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs -f build_makeconfig.mk showconfig
make[1]: Entering directory '/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs'
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ndk_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: nsp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: avbtp_PATH does not exist! ()
#
# Build Config is [ tda2px_evm_bios_all ]
# Build Config file is @ /home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/configs/tda2px_evm_bios_all/cfg.mk
# Build Config .h file is @ /home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/links_fw/include/config/apps/tda2px_evm_bios_all/system_cfg.h
# Build CPUs is @ ipu1_0 ipu1_1 ipu2 a15_0 dsp1 dsp2 eve1 eve2
#
# CPUs included in application,
# PROC_IPU1_0_INCLUDE=yes
# PROC_IPU1_1_INCLUDE=yes
# PROC_IPU2_INCLUDE=yes
# PROC_DSP1_INCLUDE=yes
# PROC_DSP2_INCLUDE=yes
# PROC_EVE1_INCLUDE=yes
# PROC_EVE2_INCLUDE=yes
# PROC_EVE3_INCLUDE=no
# PROC_EVE4_INCLUDE=no
# PROC_A15_0_INCLUDE=yes
#
# Platform config,
# VSDK_BOARD_TYPE=TDA2PX_EVM [options: TDA2XX_EVM TDA2EX_EVM TDA3XX_EVM TDA3XX_RVP TDA2XX_RVP]
# PLATFORM=tda2px-evm
# DUAL_A15_SMP_BIOS=no
# IPU1_SMP_BIOS=no
# DDR_MEM=DDR_MEM_512M [options: DDR_MEM_128M DDR_MEM_512M DDR_MEM_1024M]
# EMIFMODE=SINGLE_EMIF_512MB [options: SINGLE_EMIF_512MB SINGLE_EMIF_1GB ref build_pdk.mk]
# NDK_PROC_TO_USE=none [options: a15_0 ipu1_0 ipu1_1 ipu2 none]
# NSP_TFDTP_INCLUDE=no [options: yes no]
# TDA2EX_ETHSRV_BOARD=no [options: yes no]
# FATFS_PROC_TO_USE=ipu1_0 [options: ipu1_0 none]
# RADAR_BOARD=none [options: TDA3XX_AR12_ALPS TDA3XX_AR12_VIB_DAB_BOOSTER TDA3XX_RADAR_RVP none]
#
# Build config,
# BUILD_OS=Linux [options: Windows_NT Linux]
# BUILD_DEPENDENCY_ALWAYS=no
# BUILD_ALGORITHMS=no
# BUILD_INFOADAS=no
# PROFILE=release [options: debug release]
# KW_BUILD=no
# CPLUSPLUS_BUILD=no
# IPU_PRIMARY_CORE=ipu1_0 [options: ipu1_0 ipu2]
# IPU_SECONDARY_CORE=ipu2 [options: ipu1_0 ipu2]
# A15_TARGET_OS=Bios [options: Bios Linux Qnx]
# BSP_STW_PACKAGE_SELECT=all [options: all vps-iss-dss-only vps-vip-vpe]
#
# Safety Module config,
# RTI_INCLUDE=no
# ECC_FFI_INCLUDE=no
# DCC_ESM_INCLUDE=no
#
# Video Module config,
# IVAHD_INCLUDE=no
# VPE_INCLUDE=yes
# CAL_INCLUDE=yes
# ISS_INCLUDE=yes
# ISS_ENABLE_DEBUG_TAPS=no
# WDR_LDC_INCLUDE=no
# DSS_INCLUDE=yes
#
# Open Compute config,
# OPENCL_INCLUDE=no
# TARGET_ROOTDIR=/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/src/rtos/opencl
# ENABLE_OPENCV=no
# ENABLE_OPENCV_TESTS=no
# OPENVX_INCLUDE=no
#
# Log config,
# ENABLE_UART_LOG=yes
# ENABLE_NETWORK_LOG=no
# ENABLE_CCS_LOG=no
# CIO_REDIRECT=yes
#
# IPC config,
# WORKQ_INCLUDE=yes
# IPC_LIB_INCLUDE=no
#
# AUTOSAR_APP=no
#
# Surround View config,
# SRV_FAST_BOOT_INCLUDE=no
#
# Other Module config,
# AVB_INCLUDE=no
# DCAN_INCLUDE=no
# RADAR_ONLY=no
# CPU_IDLE_ENABLED=yes
# FAST_BOOT_INCLUDE=no
# DATA_VIS_INCLUDE=no
# HS_DEVICE=no
# ULTRASONIC_INCLUDE=no
# PGA450=
PGA460=
# ENABLE_ALL_DEPTH=
#
# Linux config,
# DEFAULT_UBOOT_CONFIG=dra7xx_evm_vision_config
# DEFAULT_KERNEL_CONFIG=ti_sdk_dra7x_release_defconfig
# DEFAULT_DTB=dra7-evm-infoadas.dtb
# CMEM_INCLUDE=no
# IPUMM_INCLUDE=no
# IPU1_EVELOADER_INCLUDE=no
# ROBUST_RVC_INCLUDE=no
# BUILD_ADAM_CAR=no
#
# Alg plugins included in build,
# ALG_autocalibration ALG_clr ALG_deWarp ALG_dmaSwMs ALG_vpeSwMs ALG_edgedetection ALG_framecopy ALG_lanedetection ALG_objectdetection ALG_safe_framecopy ALG_sceneobstruction ALG_sfm ALG_sparseopticalflow ALG_subframecopy ALG_surroundview ALG_tidl ALG_radarprocess ALG_iss_aewb
#
# Use-cases included in build,
# UC_iss_capture_isp_simcop_display UC_iss_mult_capture_isp_2d_3d_sv_tda3x UC_iss_mult_capture_isp_dewarp_3dsv_tda3xx UC_iss_mult_capture_isp_simcop_sv_tda3xx UC_iss_multi_inst_capture_display UC_srv_calibration UC_lvds_vip_multi_cam_view UC_lvds_vip_sv_standalone UC_network_rx_tx UC_null_src_dec_display UC_null_src_display UC_saveDisFrame UC_vip_single_cam_analytics2 UC_vip_single_cam_edge_detection UC_vip_single_cam_frame_copy UC_vip_single_cam_frame_copy_safety UC_vip_single_cam_lane_detection UC_vip_single_cam_object_detection2 UC_vip_single_cam_sfm UC_vip_single_cam_sparse_optical_flow UC_vip_single_cam_subframe_copy UC_vip_single_cam_tlr UC_vip_single_cam_view UC_vip_single_cam_view_encdec UC_camera_radar_capture_display UC_tidl_OD_radar_process_display UC_radar_objectdetect_display
#
make -s -fbuild_makeconfig.mk check_cpu_include
make[2]: Entering directory '/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs'
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: ndk_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: nsp_PATH does not exist! ()
/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs/autorules_footer_cfg.mk:67: avbtp_PATH does not exist! ()
#
# CPUs that are NOT required but included in config [ tda2px_evm_bios_all ],
#
# WARNING: IPU1_1 can be excluded from application
# WARNING: IPU2 can be excluded from application
#
# CPUs that are required but not included in config [ tda2px_evm_bios_all ],
#
#
# Edit /home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/build/configs/tda2px_evm_bios_all/cfg.mk to include or exclude CPUs in an application
#
make[2]: Leaving directory '/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs'
make[1]: Leaving directory '/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/apps/configs'
root@bhagyashree-Latitude-5490:/home/bhagyashree/Desktop/PROCESSOR_SDK_VISION_03_05_00_00_setup/vision_sdk/build#

Thanks & Regards,

Bhagyashree

PROCESSOR-SDK-AM335X: SPI configuration

$
0
0

Part Number: PROCESSOR-SDK-AM335X

Hi,

I am using SKAM335x board and SDK RTOS on Windows Host PC

In SPI MCSPI_CH0CONF Register, what is the purpose of IS bit , DPE1 and DPE2 bits. I didn't understand properly. Please elaborate.

Thanks

Gaurav

TDA2HG: How do we set gpio pin value in IPU code?

$
0
0

Part Number: TDA2HG

Hello,

We need to set/get gpio pin value in IPU code, IPU run BIOS based on VSDK 03 05, how do we do?  For instance,  we need to detect the gpio7_11, is there any api we can use?

PS: We use TDA2HG device based on VSDK 03 05, linux+ BIOS mode.

Thanks 

Terence

AM5728: PWM on DMTimer

$
0
0

Part Number: AM5728

Hi,

Processor SDK Linux: 05.02.00.10

kernel: 4.14.79

dts :

/ {...
    pwm4: dmtimer-pwm@4 {
        compatible = "ti,omap-dmtimer-pwm";
        status = "okay";
        ti,timers = <&timer4>;
        #pwm-cells = <3>;
        pinctrl-names = "default";
        pinctrl-0 = <&dmtimer4_pins>;
    };
};
&timer4{
    status = "okay";
    ti,timer-pwm;
};
&dra7_pmx_core {
    dmtimer4_pins: dmtimer4_pins {
        pinctrl-single,pins = <
            DRA7XX_CORE_IOPAD(0x36D0, PIN_OUTPUT_PULLDOWN | MUX_MODE10) /* timer4 */
        >;
    };
};
driver:drivers\pwm\pwm-omap-dmtimer.c

description:

1)
insmod pwm-omap-dmtimer.ko
rm pwm-omap-dmtimer
insmod pwm-omap-dmtimer.ko

2)
echo 0 > /sys/class/pwm/pwmchip0/export
echo 1000000 > /sys/class/pwm/pwmchip0/pwm0/period 

l3_5F00_2.JPG (1185×904)

I tried to follow up the code and found that this warning is caused by the recovery of the irq after unlocking,such as local_irq_restore(), local_irq_enable.

error:

am5728 kernel l3_interrupt_handler WARNING : L3 Custom Error: MASTER MPU TARGET L4_PER1_P3 (Idle): Data Access in Supervisor mode during Functional access

Please help check configuration of generating PWM.

Viewing all 17527 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>