Part Number: TMDSEVM572X Hi,
When we tried to compile our application in the AM5728-evm we got the following error:
CMake Error at CMakeLists.txt:191 (message): Could not find the standard dynamic loader at /lib/ld-linux.so.2
So we modified the…
Part Number: TMDSEVM572X Hi,
Recently we have bought the AM5728-EVM.When I tried to compile one of my application using 'make' command,I got the following error:
-- Not Found Tcmalloc: Tcmalloc_LIBRARY-NOTFOUND -- Looked for Tcmalloc libraries named…
Part Number: TMDSEVM572X Hi,
The gcc version used in the AM5728-evm is: gcc (Linaro GCC 8.2-2018.08~dev) 8.3.0
But our application requires gcc version 7.2.
I tried to build it using the recipe available in the following layer:
meta-linaro/meta…
Part Number: TMDSEVM572X Other Parts Discussed in Thread: TDA4VM Hi,
We are trying to build the SBL in CCS Environment for that created a new project in CCS and added the respective include directives and library paths and files and dragged the files…
Part Number: TMDSEVM572X Dear Team
Thank you for your help .
My customer using the TMDSEVM572X for testing and debugging the AM572x chip .
They foundi n the quick start guide there is a note saying "To turn off, press and hold the same button for…
Part Number: TMDSEVM572X Other Parts Discussed in Thread: AM5728 Hi Team,
Can you please check and advise with following request?
"
We used the design files provided for this board AM572x > www.ti.com/.../TMDSEVM572X , but since it is given as OrCAD…
Part Number: TMDSEVM572X Other Parts Discussed in Thread: AM5728 , TDA2 SDK: 06_03_00_106
Hello, TI!
I read Victor Cheng's answer in this thread https://e2e.ti.com/support/processors-group/processors/f/processors-forum/892591/tda4vm-tidl-how-can…
Part Number: TMDSEVM572X SDK: Processor SDK Linux 06_03_00_106
TIDL: 1.4.x
Hello, TI!
I have a few questions about the parameters in TIDL config file.
There are "rawSampleInData" and "preProcType" in the model import config file.
(1) Are…
Part Number: TMDSEVM572X Hi,
I build the basic example projects one for baremetal and one by using RTOS. By following the steps in user guide for SDK RTOS using steps generated the BIN file for a small baremetal application which prints "Hello World…
Part Number: TMDSEVM572X Hi,
By the following the instructions mentioned in the RTOS SDK section 4.6.3.2.5 used the below mentioned commands to build the sbl image for emmc
cd <PDK>/packages/ gmake all make all BOARD=evmAM572x SOC=AM572x BOOTMODE…