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

Linux/AM5749: How to input RAW data into TIDL pipeline

$
0
0

Part Number:AM5749

Tool/software: Linux

Hi,

How to input RAW data on the memory into TIDL pipeline?

At SSD demo example, input data can be configured from on-board camera and is not file.

And this can be select by configureing the TIDL-API parameter numFrames.

>int numFrames

>Number of frames of input data (can be 0 if data is not read from file)

However, I cannot understand how to tie camera output and TIDL pipeline.

Actually what I'd like know is, the way to put the RAW data from GPMC into TIDL pipeline.

Best regards,

HaTa.


RTOS/AM5746: Data abort questions

$
0
0

Part Number:AM5746

Tool/software: TI-RTOS

Hi,
My customers are using a custom board with AM5746.
When frequent GPMC access, the phenomenon that ARM core data aborts occurred.
We think that it's related to Eratta's i878, and I have the following questions.

Question 1:
If a hangup of Eratta i 878 occurs, will the ARM core abort the data?
They wonder if the phenomenon that is happening now matches the phenomenon of i878.
MMU_Control.pdf
DFSR register : 0x00000211

(Please visit the site to view this file)

Question 2:
There is a statement about 0x482AF400 as a workaround of Eratta i878.
However, the details of this register are not described in TRM.
What kind of register is it?
Please let me know if you have detailed information such as documents.

Question 3:
I got the ARM core register information from customers when the phenomenon occurred.
Is it related to the hangup phenomenon of Eratta i878?
There is also the possibility of causes other than i878, so please let me know if there are other factors.
(If you do not have enough information to identify the cause, please let me know.)

(Please visit the site to view this file)

(Please visit the site to view this file)

Question 4:
There are many possible causes for the DFSR register to become 0x00000211.
What is the cause of the data abort that occurred this time?

■Environment
AM5746
CCS v8
GCC GNU v6.3.1(Linaro)
HW Custom board (AM5746)
SW pdk_am57xx_1_0_11
bios_6_52_00_12
XDCTools 3.50.3.33

Regards,
Rei

RTOS/AM5728: VPS loopback example project

$
0
0

Part Number:AM5728

Tool/software: TI-RTOS

Hi there,

I use CCS v9 and I want to try to build vps examples using AM572xevm.

I imported below three files to my new CCS project from below path. 

Loopback_priv.h

Loopback_main.c

Loopback_test.c

C:\ti\pdk_am57xx_1_0_14\packages\ti\drv\vps\example\loopback\src

But, It doesn't build well. So I imported "loopback.cfg" and I tried to change any project settings, but I couldn't build it.

Please teach me everything steps from the beginning to the ends to execute on evm board.

Best regards,

c55x Assembly language- syntax related question for SQAM.

$
0
0

Hi,

I have syntax related doubt with SQAM mnemonic instruction  for TMS320C5509A processor. From "C55x v3.x CPU Mnemonic Instruction Set Reference Guide" it is found that 

Can I able to use "SQAM  *AR3, AC0 " if I wanted to square the content addressed by AR3 and added to the content of AC0  then  result to be store in AC0? 

RTOS/TMS320C6654: SPI Chip Select, Manual Control

$
0
0

Part Number:TMS320C6654

Tool/software: TI-RTOS

I have a simple question but I can't seem to find the answer in the documentation.

In SPI_v0_HWAttrs, what is the csNum variable exactly ? Is it 0 or 1 corresponding to SPISCS0 and SPISCS1 respectively ?

What if I want to control the chip select by software without the driver being involved ? I have more than 2 slaves on the bus and I connected them to other GPIO pins on the DSP.

If this information is shown in any of the documentation, can you point me to it ? I can't seem to find it.

Environment:
CCS9
Processor RTOS SDK: 5_02_00_10

Linux/OMAP-L138: Is Processor Linux SDK 04.00.00.04 supported for Ubuntu 18.04 LTS

$
0
0

Part Number:OMAP-L138

Tool/software: Linux

Dear all,

is Processor Linux SDK 04.00.00.04 supported for Ubuntu 18.04 LTS?

Thanks in advance

Best regards

bruno

Linux/PROCESSOR-SDK-AM335X: Yocto configuration

$
0
0

Part Number:PROCESSOR-SDK-AM335X

Tool/software: Linux

Hi,

   I need to add an extra link name in yocto source for deploy/images/board. where can i add an extra link file to board images for debug image, root-fs image, zImage.


For example:

fms-debug-image-sfms.tar.xz
--> link name i.e. debug-image.tar.xz
<part> -rootfs-image-<board>.tar.xz
--> link name i.e. release-image.tar.xz
zImage-sfms- <board-name>.dtb
--> link name i.e. <our-board-name>.dtb
fms-debug-image-sfms.ubi
--> link name i.e. debug-image.ubi
fms-rootfs-image-sfms.ubi
--> link name i.e. release-image.ubi

Please help me to add link file to our board.

Regards,
SanthanaKumarS

Linux/AM5718: Changing serial console

$
0
0

Part Number:AM5718

Tool/software: Linux

Hii,

We have a custom board based on AM5718 with uart01 connected as a serial debug console.Can anyone please let us know the changes to be done in u-boot and Linux ? Is there any ready-made patch is available for this ?

NOTE : 

SDK version : Linux Processor SDK 05.01

Thanks and Regards...

Arpita Jena


CCS/AM5718: Rebuiding example project

$
0
0

Part Number:AM5718

Tool/software: Code Composer Studio

Hi,

I want to rebuild one of the  example code (from path :C:\ti\pdk_am57xx_1_0_13\packages\MyExampleProjects)that you provided. with bios.How we rebuild this? .

Linux/AM1808: Got error arm-linux-gnueabi-strip: Syntax error: Unterminated quoted string during cross compile for arm

$
0
0

Part Number:AM1808

Tool/software: Linux

Hello,

As per the suggestion given in my previous query of Qt5 installation, I install qt-everywhere-opensource-src-5.7.1 from qt and also a tool chain of arm-8.2-2018.08 for my custom board. I configure Qt5 with following configure command 

./configure -prefix /usr/local/Qt-5.7-new-arm -release -pkg-config -continue -no-openssl -nomake examples -nomake tools -no-opengl -skip virtualkeyboard -skip webengine -no-cups -no-xkb -no-sm -no-separate-debug-info -xplatform linux-arm-gnueabi-g++ -qreal float

and successfully make install the Qt5 that will generate Qt-5.7-new-arm at /usr/local. 

Then I create a Test project in Qt creator and run in my Linux PC within the creator. This Test project run successfully in Qt creator.

Then I clean the project and build using qmake through terminal and generate binary using make command,

But when I cross compile the Test binary file with arm-linux-gnueabi-strip Test(my binary) then it will show the following error 

"/opt/arm-8.2-2018.08/bin/arm-linux-gnueabi-strip: Syntax error: Unterminated quoted string"

I did the same process that works fine with Qt4, but with qt5 and new tool chain, I got this error. Also I get the Test binary and try to run into my custom board using ./Test, then it will give error 

./Test syntax error : unexpected "(" . 

Is there any issue related to installation of above things or I install some wrong qt compiler with incompatible tool chain ?

RTOS/TMDXIDK437X: ICSS-EMAC receive packet loss

$
0
0

Part Number:TMDXIDK437X

Tool/software: TI-RTOS

Hello,

I am using prp_app project and modified it. I am init EMAC driver for CPSW port without using NDK stack. After I am try to send all packets received by CPSW port in PRU ethernet ports. And send all packets received by  PRU in CPSW port. I am testing my application to send ping packets from cpsw port to pru ports. CPSW port connect to one PC, PRU ports connect to another PC. But sometimes PRU port don't get ping reply packets and PRU sent in CPSW bad packets. Can anybody help me?

Linux: Custom kernel module

$
0
0

Tool/software: Linux

Hello.

I have some am335x-evm board. For work something software I need kernel modules, which are not included to current board software.

I see, that version of kernel is:

root@am335x-evm:~# opkg list-installed | grep kernel-3.12
kernel-3.12.10-ti2013.12.01 - 3.12.10-r21k+gitrAUTOINC+2325bb5680986b6914d8fd0b5d0bdc20081fe8d3-arago6-amsdk2
root@am335x-evm:~#

When I try to install myself prepared (with arago-project.org bitbake) kernel modules I have error:

root@am335x-evm:~# opkg install kernel-module-esp4_3.12.10-r21k+gitrAUTOINC+2325bb5680-arago5.11_am335x_evm.ipk
Installing kernel-module-esp4 (3.12.10-r21k+gitrAUTOINC+2325bb5680-arago5.11) to root...
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kernel-module-esp4:
 *      kernel-3.12.10-g2325bb5 *
 * opkg_install_cmd: Cannot install package kernel-module-esp4.
root@am335x-evm:~#

I see, that there is different kernels VERMAGIC string. Is there a way to prepare (with arago-project.org bitbake or some other way)

kernel modules with right VERMAGIC?

RTOS/TMS320C6657: Need legacy C6657 MCSDK v2.01.02.06 Linux installer that includes C6657 PDK v1.1.2.6

$
0
0

Part Number:TMS320C6657

Tool/software: TI-RTOS

I have an older project that I am resurrecting for some work, and I need to get the C6657 PDK v1.1.2.6.  I believe this was included in the MCSDK v2.01.02.06 for the C6657.  I originally developed this on a Windows machine, so I only have the installer for Windows.  I tried copying the windows version of the PDK directory (which I saved) to Linux, but I get an error when trying to import it.

Operation details:
Cannot complete the install because some dependencies are not satisfiable
com.ti.biosmcsdk.pdk.C6657.p2.feature.group [1.1.2.6] cannot be installed in this environment because its filter is not applicable.

 

 Does anybody have a link to download this software package (linux variant).  

Thanks,

Mark

66AK2H14: How many banks per SDRAM ?

$
0
0

Part Number:66AK2H14

Hi,

I have the following DDR3 architecture:

- EMIF controller: 72-bit --> 5 SDRAMs of 16-bit (including 8-bit for ECC)

- Topology: 256M*16,

- Speed: 800MHz,

In my DDR3 Initialization, I program SDCFG register in order to have 8 banks of 1024 words per page.

Where are physically the banks ?

Regards,

François

PS: I do not use any OS, only GEL file.

66AK2G12: What is the USB TID for 66AK2G12 ?

$
0
0

Part Number:66AK2G12

HI,

My customer is now in progress to pass the compliance test for USB on 66AK2G12ABYA100 and they have some questions:

1. What is the TID number for this device ?

2. It seems they have to fill in the following registration form to use their system as USB-HOST.

And they are asking if the terms they have already written in the form are correct or not, for example, "SILICON MARKETING NAME", or some other items. Can you comment ?

As for "SILICON REVISION", I believe that is,as its name suggests, the device silicon revision that they are currently using. Correct, right ? 

Best Regards,

NK


RTOS/TDA2EXEVM: How to use the output format of FPD-LINK III??

$
0
0

Part Number:TDA2EXEVM

Tool/software: TI-RTOS

I am using aboard  that is based on TDA2XX EVM to develop a project,and the SDK I am using is PROCESSOR_SDK_VISION_03_06_00_00_setuplinux.

I found that the EVM board has an output in FPD format.Can you tell me know how to implement this output when  A15 runs linux and other cores run BIOS or all the cores run bios??

Thanks

chengbo

AM3352: USB TID for the device

$
0
0

Part Number:AM3352

Hi,

As you see in the original question for K2G, my customer is also having the compliance test on AM3352BZCZA100. What is the USB TID for the device ? Well, I found the following thread;

Is this still valid answer for the question ? I.e., the TID for AM335x is "Texas Instruments, Inc. AM335n" (where 'n' is the actual version of AM335x used by the customer) ? Not clear for me. Could you suggest ?

Best Regards,
NK

base address of gpio registers

$
0
0

Part Number:AM3358

Tool/software: Linux

I may not be using the correct words but I will do best to describe what I want to do. I want to use mmap() to configure and read/write GPIO. Reference: SPRUH739 page 1512.  I want to set the pin mode of GPMC_AD6////GPIO_06 to INPUT, PULLDOWN, Pulldown Enabled. I understand how to set the individual bits in the register. I know the offset for the pin is 818h (page 1456).

What is the base memory address for the 818h register?

Page 5004 shows GPIO_DATAIN register at offset 138h. What is the base memory address for the GPIO_DATAIN register?

What page number in the manual shows the base address(s)?

Thank you,

TDA3LA: Creating New Radar Usecase

$
0
0

Part Number:TDA3LA

Hi,

I run into a new usecase creation problem that I don't understand why the code failed to build due to "Unresolved Symbol". It failed linking to build the binary.

The usecase is called: Chains_radarMetawaveMonoPulseDisplay

Attached are screen shots of all important config files that I thought needed for usecase creation.

Please advice...

Thanks,

--Khai

PROCESSOR-SDK-AM335X: LED Blink

$
0
0

Part Number:PROCESSOR-SDK-AM335X

Hi,

I am using skAM335x board and Processor SDK RTOS. I import GPIO_Led Blink skAM335x_Test Example project in CCS. In this project LED D1 is glowing and I want to glow LED D2. Please tell where do I need to change the example project.

Regards

Gaurav

Viewing all 17527 articles
Browse latest View live


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