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

PROCESSOR-SDK-AM335X: Kernel boot error

$
0
0

Part Number: PROCESSOR-SDK-AM335X

Hello,

I am trying to get our kernel to boot on our custom hardware. I had built this kernel for BBB with different hardware and it worked. Im not sure what it is either looking for and not finding or where to start looking.

Any help would be appreciated!

I have attached the terminal print out. We have 128MiB ram, no RTC

(Please visit the site to view this file).


EVMK2H: Loading latest pre-built UBOOT and Linux to EVMK2H flash

$
0
0

Part Number: EVMK2H

I am trying to update the UBOOT and Linux on an EVMK2HX module (stored in flash) to the pre-built files in the current version (06_00_00_07) and then upgrade the 2 GB EVMK2HX memory module to an 8 GB one.  There appear to be a number of ways to do this, which seem to be somewhat inconsistent( to a newbie).

  1. The following steps for downloading the 06_00_00_07 SDK provided UBOOT image to NOR flash were gleaned from the documentation (mostly section 3.1.1.2.5). Are they correct?
    1. Setup a TFTP server on the local network, connect the EVMK2HX Ethernet and USB-to-Serial cables, set the boot switches to 0001, and boot the module.
    2. At the prompt on the serial connection, type:
    • printenv                               (see EVs just to know what they are)
    • env default –f –a
    • saveenv
    • setenv server_ip <TFTP Server IP address>
    • setenv tftp_root <TFTP root directory where the UBI image is copied to>
    • setenv name_uboot u-boot-spi.gph
    • run get_uboot_net
    • run burn_uboot_spi

 

2. Can the module be rebooted to see if the UBOOT load was successful, or should the Linux image be loaded prior to rebooting?

3. The 06_00_00_07 SDK Getting Started Guide section 1.1.4.2 indicates that the Linux image is written as a single ubi file(named tisdk-server-rootfs-image-k2h-evm.ubi), however a single tar.xz file is provided instead. How is that file converted into a ubi file that can be downloaded?

4. The following steps for downloading the 06_00_00_07 SDK provided Linux ubi file were gleaned from section 3.4 and section 3.3.6 question 3:

    1. Setup a TFTP server on the local network, connect the EVMK2HX Ethernet and USB-to-Serial cables, set the boot switches to 0001, and boot the module. (Skip this step if the answer to question 2 is to load Linux before rebooting)
    2. At the prompt on the serial connection, type:
      • setenv server_ip <TFTP Server IP address>
      • setenv name_ubi <the UBI image name>
      • setenv tftp_root <TFTP root directory where the UBI image is copied to>
      • run get_ubi_net
      • run burn_ubi
      • setenv boot ubi
      • saveenv
      • boot

c. Test the changes by typing:

      • bootmode #2
      • reboot

 5. If the EVMK2HX module does not boot after the above, what is the recovery mechanism? … Use the UART and BMC mechanism described by     board-support/u-boot-2019 … /board/ti/ks2_evm/README

Just trying to make sure the steps are correct and a recovery path is known.

Thanks,

- bob g.

How to update the qtlibs from qt5.6 in matrix-rootfs to qt5.11.3

$
0
0

Hi

I want to update the qtlibs in matrix-rootfs to qt5.11.3 under the SDK of ti-processor-sdk-linux-am437x-evm-06.00.00.07.

Because my app's software tool is qt creator 5.11.3,develop the HMI device with OPENGL.ES libs

Export the demos of gui in /usr/share/qt5/gui to rebuild with qt5.11. 3 from the matrix-rootfs.

rebuilding is OK,No errors.rebuilding logs:

cd openglwindow/ && ( test -e Makefile || /home/psuser/ti-processor-sdk-linux-am437x-evm-06.00.00.07/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/qmake -o Makefile /home/psuser/ti-processor-sdk-linux-am437x-evm-06.00.00.07/example-applications/gui/openglwindow/openglwindow.pro ) && make -f Makefile
make[1]: Entering directory '/home/psuser/ti-processor-sdk-linux-am437x-evm-06.00.00.07/example-applications/gui/openglwindow'
arm-linux-gnueabihf-g++ --sysroot=/home/psuser/ti-processor-sdk-linux-am437x-evm-06.00.00.07/linux-devkit/sysroots/armv7at2hf-neon-linux-gnueabi --sysroot=/home/psuser/ti-processor-sdk-linux-am437x-evm-06.00.00.07/linux-devkit/sysroots/armv7at2hf-neon-linux-gnueabi -Wl,-O1 -o openglwindow openglwindow.o main.o moc_openglwindow.o   -lQt5Gui -lQt5Core -lGLESv2 -lsrv_um -lpthread
make[1]: Leaving directory '/home/psuser/ti-processor-sdk-linux-am437x-evm-06.00.00.07/example-applications/gui/openglwindow'

But run these demos in shell with the following errors:


root@am437x-evm:~/gui/openglwindow# ./openglwindow
./openglwindow: error while loading shared libraries: libGLESv2.so.2: cannot open shared object file: No such file or directory

what shall we do?

Thanks.

Linux/AM5728: PRU firmware load error

$
0
0

Part Number: AM5728

Tool/software: Linux

Hello, I have a problem when loading a c++ program to PRU,syslog is as below.

Background:have to mention that I have using the c program(using rpmsg)on Pru for nearly two years.Now I am rewriting the program with c++,I suppose this problem is related to stack size issue,but I can  not comfirm it

I want to know why this happened,and more importantly , I want to know how to debug this problem more efficiently( I have tried to modify my problem to debug the problem,but every time when it occured ,I have to reboot the whole develop board,which is quite inconvenient and annoying  )

[   58.174487] ------------[ cut here ]------------
[   58.174504] WARNING: CPU: 1 PID: 28 at drivers/bus/omap_l3_noc.c:147 l3_interrupt_handler+0x254/0x370
[   58.174513] 44000000.ocp:L3 Custom Error: MASTER PRUSS1 PRU1 TARGET DMM_P1 (Read): Data Access in User mode during Functional access
[   58.174517] Modules linked in:
[   58.174531] CPU: 1 PID: 28 Comm: irq/23-l3-app-i Not tainted 4.9.69-02540-g704c9b6 #20
[   58.174534] Hardware name: Generic DRA74X (Flattened Device Tree)
[   58.174537] Backtrace: 
[   58.174557] [<c020b1f0>] (dump_backtrace) from [<c020b4cc>] (show_stack+0x18/0x1c)
[   58.174563]  r7:00000009 r6:600c0113 r5:00000000 r4:c1024bd8
[   58.174572] [<c020b4b4>] (show_stack) from [<c04d34dc>] (dump_stack+0x90/0xa4)
[   58.174579] [<c04d344c>] (dump_stack) from [<c022d584>] (__warn+0xec/0x104)
[   58.174585]  r7:00000009 r6:c0bc49d8 r5:00000000 r4:ee667e20
[   58.174591] [<c022d498>] (__warn) from [<c022d5dc>] (warn_slowpath_fmt+0x40/0x48)
[   58.174597]  r9:00000001 r8:ee650050 r7:c0bc4d38 r6:00000002 r5:c0bc4904 r4:c0bc49a8
[   58.174605] [<c022d5a0>] (warn_slowpath_fmt) from [<c05032cc>] (l3_interrupt_handler+0x254/0x370)
[   58.174608]  r3:ee649e00 r2:c0bc49a8
[   58.174611]  r4:80080003
[   58.174619] [<c0503078>] (l3_interrupt_handler) from [<c0281e80>] (irq_forced_thread_fn+0x28/0x7c)
[   58.174624]  r10:c0281e58 r9:ee6503c0 r8:ee64f000 r7:00000001 r6:00000000 r5:ee64f000
[   58.174626]  r4:ee6503c0
[   58.174633] [<c0281e58>] (irq_forced_thread_fn) from [<c0282268>] (irq_thread+0x130/0x208)
[   58.174637]  r7:00000001 r6:00000000 r5:ffffe000 r4:ee6503e4
[   58.174645] [<c0282138>] (irq_thread) from [<c024ace8>] (kthread+0x110/0x118)
[   58.174651]  r10:00000000 r9:00000000 r8:c0282138 r7:ee6503c0 r6:ee666000 r5:ee650400
[   58.174653]  r4:00000000
[   58.174662] [<c024abd8>] (kthread) from [<c0207ba8>] (ret_from_fork+0x14/0x2c)
[   58.174666]  r8:00000000 r7:00000000 r6:00000000 r5:c024abd8 r4:ee650400
[   58.174669] ---[ end trace 0000000000000002 ]---

TMS320C6748: Will sfh_OMAP-L138 flash utility work if my custom board does NOT have ANY DDR memory?

$
0
0

Part Number: TMS320C6748

I have a custom DSP board with only a C6748 with external SPI FLASH and no DDR or OMAP.  When I attempt to erase or program the SPI flash with the sfh_OMAP-L138 utility, it stalls waiting for SFT.  What do I need to change in the utilities to make this work?  I have downloaded and installed all of the tools and can successfully rebuild all of the utility files.

AM4372: Factory programming eMMC with AM4372 BootROM

$
0
0

Part Number: AM4372

Hello,

What is the recommended way to manufacture AM4372 based product with eMMC storage?

I am specifically looking for suggestions or materials to program eMMC (in circuit) using boot ROM of AM4372.
Unable to determine the external source, which could run custom SPL / UBoot.

Ideally, it would be great, if AM4372 could boot as per this order,
1) Ethernet
2) USB Mass storage
3) MicroSD (MMC1)
4) eMMC (MMC2)

Many of the existing materials points to variety of boot options using SYSBOOT pins.
However, I am not sure whether those combinations were ever tested on the EVK.

It looks like micro SD seems to be the only reliable boot option.
This may not be possible with our end product.

Looking forward for external boot options with AM4372 boot ROM,

Thanks

TDA2P-ACD: Linux - VSDK IPC and Message Que

$
0
0

Part Number: TDA2P-ACD

Hi all,

I have some usecase with different links. Some of them are running on RTOS (IPU2, DPS, EVE) and some of them on Linux (A15). So, after few hours, Linux just hangs, terminal is not responsive, but camera is still working (IPU core). I read on some post on forum that VSDK IPC method and Linux message que method can not co-exist. It is related to rpmsg driver. So, can you confirm that this is correct and it could be cause of this problem.

Best regards,

Stefan.

TDA2E: change dsp frequency to OPP_HIGH on linux usecase

$
0
0

Part Number: TDA2E

Hi ,

i want to change dsp frequency on linux usecase to match the hardware specifications ,

and i found it seems to change these places,

uboot   

->\u-boot\u-boot\include\generated\autoconf.h  #define CONFIG_DRA7_DSPEVE_OPP_HIGH 1  (is it right? or the file is auto generated?if yes, which file is really needed to be set ?)

linux kernel device tree  

->\kernel\kernel\omap\arch\arm\boot\dts\dra7xx-clocks.dtsi 

dpll_dsp_ck: dpll_dsp_ck  assigned-clock-rates = <600000000>;   change to 750000000

dpll_dsp_m2_ck: dpll_dsp_m2_ck assigned-clock-rates = <600000000>;   change to 750000000

dpll_dsp_m3x2_ck: dpll_dsp_m3x2_ck assigned-clock-rates = <400000000>;  change to 500000000

dsp bios

-> links_fw\src\rtos\bios_app_common\tda2ex\dsp1\Dsp1.cfg  BIOS.cpuFreq.lo = 600000000; /* 600 MHz */   change to 750000000

all i need to change is only above?

my environment

vision_sdk302

tda2eg

Linux version 4.4.84-00018-gd326d64-dirty

SJay


CCS/AM3358: am3358

$
0
0

Part Number: AM3358

Tool/software: Code Composer Studio

Hello, 

I'm going to boot my beagle bone black (Version C) platrorm with profibus master application form SD Card. I did the following steps:

1) I rebuilt PDK pakages using 

gmake all 

2) I renamed "C:\ti\pdk_am335x_1_0_7\packages\ti\starterware\binary\bootloader\bin\am335x-evm\gcc\bootloader_boot_mmcsd_a8host_release_ti.bin" into MLO

3) I built profibus master application with the following properties:

4) I converted   "C:\ti\PRU-ICSS-Profibus_Master_01.00.01.00\protocols\profibus_master\projects\profibus_master_AM335x_arm\AM335x_release\profibus_master_AM335x_arm.bin" into

"C:\ti\PRU-ICSS-Profibus_Master_01.00.01.00\protocols\profibus_master\projects\profibus_master_AM335x_arm\AM335x_release\profibus_master_AM335x_arm_ti.bin" using the following command

>> tiimage.exe 0x80000000 NONE "C:\ti\PRU-ICSS-Profibus_Master_01.00.01.00\protocols\profibus_master\projects\profibus_master_AM335x_arm\AM335x_release\profibus_master_AM335x_arm.bin"   "C:\ti\PRU-ICSS-Profibus_Master_01.00.01.00\protocols\profibus_master\projects\profibus_master_AM335x_arm\AM335x_release\profibus_master_AM335x_arm_ti.bin"

5) I renamed "_ti.bin" file to "app" 

6) I created SD card bootable using Win32DiskImager and prebuilt-sdcards image file 

7) I copied and pasted "app" and "MLO" files generated by myself into the bootabled SD card

8) I inserted SD card into my beagle bone black and I powered it on while I was pressing S2 button

9) I saw the following output messages on the terminal:

As you can see, the booting prusedure stopped at "Jumping to StarterWare Application ..." 

I searched about the above error and I found some solutions, but unfortunately those solutions did not work for me.

What should I do? What are my misstakes?

Thanks for your attention,

Hossein.

OMAP-L138: Exchange data between ARM(Linux) - DSP (bare-metal) (cont.)

$
0
0

Hi,
I've leveraged the quickStartOMAPL1x_rCSL project and implemented the DSP side code sharing memory at SHARED_CPU_VARS_MEM 0x8001FC00 (sharedCpuVars.h).
At the ARM side I run Linux user space utility that mmaps this shared memory, reads and writes data. 
The issue is that this utility successfully reads data, but cannot write. My guess is that there is no coherency between the sides. I don't see any section defined for SHARED_CPU_VARS_MEM in quickStartOMAPL1x_rCSL examples. 
What are the solutions for this issue? Is there a way to flush/invalidate cache from user space?
Below is the user space code I run.
Thanks,
Aviv

typedef struct {
Uint32 cnt;
Uint32 rxpshptr; //Rx Fifo psh ptr
Uint32 rxpopptr; //Rx Fifo pop ptr
Uint32 rxfifo16; //Rx Fifo
Uint32 overflow;
} SHARED_DSP_ARM_DATA;

SHARED_DSP_ARM_DATA *sd_ptr;

int main(int argc, char *argv[]) {
if (argc < 2) {
printf("Usage: %s <phys_addr> \n", argv0);
return 0;
}

off_t offset = strtoul(argv[1], NULL, 16);
//size_t len = strtoul(argv[2], NULL, 16);
size_t len = sizeof(SHARED_DSP_ARM_DATA);
// Truncate offset to a multiple of the page size, or mmap will fail.
size_t pagesize = sysconf(_SC_PAGE_SIZE);
off_t page_base = (offset / pagesize) * pagesize;
off_t page_offset = offset - page_base;
int fd = open("/dev/mem", O_RDWR | O_SYNC);
unsigned char *mem = (unsigned char *)mmap(NULL, page_offset + len, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, page_base);
if (mem == MAP_FAILED) {
perror("Can't map memory");
return -1;
}
sd_ptr = (SHARED_DSP_ARM_DATA *)&(mem[page_offset]);
printf("1:cnt 0x%08x rxpshptr 0x%08x rxpopptr 0x%08x overflow 0x%08x\n", sd_ptr->cnt , sd_ptr->rxpshptr, sd_ptr->rxpopptr, sd_ptr->overflow);
sd_ptr->rxpopptr += 1;
sd_ptr->overflow = 0;
printf("2:cnt 0x%08x rxpshptr 0x%08x rxpopptr 0x%08x overflow 0x%08x", sd_ptr->cnt , sd_ptr->rxpshptr, sd_ptr->rxpopptr, sd_ptr->overflow);
printf("\n\n");
return 0;
}

TMS320C6652: DDR unused- Clock

$
0
0

Part Number: TMS320C6652

Hi,

From the keystone Hardware guide, it is mentioned that unused LVDS clock can be terminated.

So is that the same case with DDRCLK ? I am not using DDR for processor .

Datasheet Pg 73 Power sequencing shows the DDRCLK . Does the DDRCLK required for intial boot up or it can be left terminated as per LVDS unused recommendation?

Please clarify

Regards,

Divy

AM5728: PCIe Endpoint test issue --- mkdir: 'pci_epf_test.0': Operation not permitted

$
0
0

Part Number: AM5728

Dear TI,

Referring to http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Foundational_Components_Kernel_Drivers.html#pcie-end-point,

Failed to create pci-epf-test device with the following CMD, because“mkdir: 'pci_epf_test.0': Operation not permitted”

# mount -t configfs none /sys/kernel/config
# cd /sys/kernel/config/pci_ep/
# mkdir pci_epf_test.0


log:


am57xevm:/sys/kernel/config/pci_ep # whoami
root

am57xevm:/sys/kernel/config/pci_ep # mount
rootfs on / type rootfs (ro,seclabel,size=814700k,nr_inodes=107063)
tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,mode=755)
devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600,ptmxmode=000)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,seclabel,relatime)
selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime)
/dev/block/mmcblk1p11 on /vendor type ext4 (ro,seclabel,relatime,data=ordered)
/dev/block/mmcblk1p10 on /system type ext4 (ro,seclabel,relatime,data=ordered)
none on /acct type cgroup (rw,relatime,cpuacct)
none on /dev/memcg type cgroup (rw,relatime,memory)
/sys/kernel/debug on /sys/kernel/debug type debugfs (rw,seclabel,relatime,mode=755)
tmpfs on /mnt type tmpfs (rw,seclabel,relatime,mode=755,gid=1000)
none on /config type configfs (rw,relatime)
none on /dev/cpuctl type cgroup (rw,relatime,cpu)
none on /dev/cpuset type cgroup (rw,relatime,cpuset,noprefix,release_agent=/sbin/cpuset_release_agent)
pstore on /sys/fs/pstore type pstore (rw,seclabel,relatime)
/dev/block/mmcblk1p12 on /cache type ext4 (rw,seclabel,nosuid,nodev,noatime,data=ordered)
/dev/block/mmcblk1p15 on /data type ext4 (rw,seclabel,nosuid,nodev,noatime,data=ordered)
tmpfs on /storage type tmpfs (rw,seclabel,relatime,mode=755,gid=1000)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,seclabel,relatime)
adb on /dev/usb-ffs/adb type functionfs (rw,relatime)
mtp on /dev/usb-ffs/mtp type functionfs (rw,relatime)
/data/media on /mnt/runtime/default/emulated type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=1015,multiuser,mask=6,derive_gid)
/data/media on /storage/emulated type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=1015,multiuser,mask=6,derive_gid)
/data/media on /mnt/runtime/read/emulated type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=9997,multiuser,mask=23,derive_gid)
/data/media on /mnt/runtime/write/emulated type sdcardfs (rw,nosuid,nodev,noexec,noatime,fsuid=1023,fsgid=1023,gid=9997,multiuser,mask=7,derive_gid)
/dev/block/vold/public:179,1 on /mnt/media_rw/3D13-4509 type vfat (rw,dirsync,nosuid,nodev,noexec,noatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
none on /sys/kernel/config type configfs (rw,relatime)    -----already mount as configfs 
am57xevm:/sys/kernel/config/pci_ep # ls
controllers functions
am57xevm:/sys/kernel/config/pci_ep # mkdir pci_epf_test.0           -----Failed
mkdir: 'pci_epf_test.0': Operation not permitted
1|am57xevm:/sys/kernel/config/pci_ep #

Thanks in advance.

B.R.

Wenbo

 

AM5726: GPIO error when accessed through sysfs

$
0
0

Part Number: AM5726

I have an issue currently

I have a custom board designed with AM5726 and it is running correctly with SDK3

But with changes required and DSP options SDK4 / 5  abd Now 6 is required for DSP functions

We have started to get the SDK5 compiled and working with all requirements on our Board

One thing we are noticing is that after a day or two running the OS the following starts to happen

"
[ 10.357803] gpio-51 (sysfs): gpiod_request: status -16
[ 10.357808] export_store: status -16
[ 10.357969] gpio-52 (sysfs): gpiod_request: status -16
[ 10.357973] export_store: status -16
[ 10.358133] gpio-57 (sysfs): gpiod_request: status -16
[ 10.358137] export_store: status -16

"

This is a small extract and it seems the DTS or something gets corrupted or chanced which then delinks the GPIO's from the sysfs... But at this stage I am a bit lost

Any assistance would be appreciated

Kind Regards

Gert

TMDXEVM368: MATING AUDIO DECODING CHIP OF TMDXEVM368

$
0
0

Part Number: TMDXEVM368

Please help to advise the mating audio decoding chip of TMDXEVM368

Thanks

Regards

Linux/AM3358: Tiny filesystem support

$
0
0

Part Number: AM3358

Tool/software: Linux

Hello,

I had requested for support files for tftp booting of AM335x processor in the TI e2e forums some time back in this form post:
e2e.ti.com/.../679231

I was contacted by TI on private message and a tiny filesystem and flasher script was shared with me.
The file name of the tiny filesystem shared with me was "am335x_tiny_filesystem.tar.gz"

These files had worked for us. But as a part of process, we are required to have the source files used to generate this filesystem and also be able to regenerate the filesystem.

I understand that the filesystem was generated using yocto project and that the bitbake recipe used to create the filesystem can be used by us to generate the image on our side.
Please correct me if this understanding of mine is incorrect.

(The SDK we are using is "ti-processor-sdk-linux-am335x-evm-04.02.00.09-Linux".)

So, could you please help me by sharing the files necessary to generate this image?

Thank you in advance

Regards
Srinivas


AM5749: How to run TIDL with OV10635 image sensor to detect objects in real time

$
0
0

Part Number: AM5749

Dear sir,

I'm going to detect objects in real time by using TIDL.

The platform is TDA2x with OV10635 image sensor.

Here is my question,

How to run TIDL with OV10635 image sensor to detect objects in real time?

Are there any documents or samples to be my reference?

thank you,

Gary

EVE Utilization for specific function execution

$
0
0

Hello Everyone,

I would like to know, if we can use EVE core to write a kernel of specific function and call that function on DSP core. I would like to run a particular function on EVE, but the function call and remaining processing in done on DSP. Is it possible to do this. If yes, how can it be done?

Thanks.

D3-3P-TDA3X-SK: D3-3P-TDA3X-SK

$
0
0

Part Number: D3-3P-TDA3X-SK

Hi,

I am using the ADAS startup kit named D3-3P-TDA3X-SK (https://www.ti.com/tool/D3-3P-TDA3X-SK). I understand the SoC in this platform is TI TDA3x.

I have downloaded and installed the Vision SDK (version: 3.7.0) in my Linux machine (Ubuntu 16.04; x86_64 machine) from the url: http://software-dl.ti.com/processor-sdk-vision/esd/TDAx/vision-sdk/latest/index_FDS.html (http://software-dl.ti.com/processor-sdk-vision/esd/TDAx/vision-sdk/latest//exports/PROCESSOR_SDK_VISION_03_07_00_00_setuplinux.bin). 

I want to build the target OS as Linux (to flash on the TI TDA3x SoC). For this I kept MAKECONFIG?=tda3xx_evm_linux_all in the file Rules.make. Then I followed below steps (from VisionSDK_Linux_UserGuide.pdf):

1. Cloned all the source code (Including u-boot, Linux, sgx drivers etc.)

2. make linux   (it got succeeded)

3. make linux_install    (it also got succeeded)

4. make -s -j depend    (it also got succeeded)

5. make -s -j      (it got failed)

From the file (vision_sdk/apps/configs/tda2xx_evm_linux_all/cfg.mk), I could understand that Linux is not supported (Only BIOS is supported)

# A15_TARGET_OS support
# Platform           -BIOS -Linux
#
# TDA2XX_EVM -yes    -yes
# TDA3XX_EVM -yes    -No
# TDA2EX_EVM -yes    -yes

So can any one confirm if there is any Linux port available for this platform (so that I can flash Linux instead of BIOS in this platform).

Thanks,

Ameer.

[DRA829] MLB pins

$
0
0

Hello,

Is it able to leave unconnected below MLB pins?

MLB0_MLBCN / MLB0_MLBCP / MLB0_MLBDN / MLB0_MLBDP / MLB0_MLBSN / MLB0_MLBSP

Regards,

Takeo

[DRA829] PCIe ref clock AC-coupling capacitor

$
0
0

Hello,

Is the AC coupling capacitor is required if clock source is DRA829?

If yes, I'd like to know the recommended capacitor value (of C154/C155 on p.54 of PROC079E2A(001)_SCH.pdf).

Regards,

Takeo

Viewing all 17527 articles
Browse latest View live


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