Quantcast
Channel: Processors
Viewing all 124886 articles
Browse latest View live

Forum Post: RE: Linux/EVMK2H: After installing the SDK I cannot successfully compile any example applications

$
0
0
Hi Edward, Take a look at the Makefile in ~/ti-processor-sdk-linux-k2hk-evm-05.00.00.15. In order to build the arm-benchmarks you should execute the following commands: cd ~/ti-processor-sdk-linux-k2hk-evm-05.00.00.15 make arm-benchmarks Additionally you could see the Linux Software Developer's guide here: Best Regards, Yordan

Forum Post: RE: Assembly coding for c55x processor

$
0
0
Hi Ramya, The C55x DSP architecture enables you to execute two instructions in parallel within the same cycle of execution. The parallel bars || are used to separate the two instructions to be executed in parallel. You can read more about C55x DSP architecture parallel instruction rules in the linked guides: section 3.4.2: section 2.1: Regards, Tsvetolin Shulev

Forum Post: RE: Linux/AM5728: MessageQ setup issue

$
0
0
Hi, Jigarp, The errors you get do not seem to do with ex41 example. If you are not using TI released images, you may want to see how to solve it from open forum or google search for it. I tried with PLSDK 5.2 and the default binaries for ex41_forwarding example in /usr/bin/ipc/examples/ex41_forwardmsg/debug, I don't see any issues. Attached is my logs and explanation of action embedded. Rex (Please visit the site to view this file)

Forum Post: 66AK2H14: HELP! - Keystone II QMSS, CPPI, NETCP. At a total loss, and no documentation.

$
0
0
Part Number: 66AK2H14 Hi, I'm attempting to program the K2H board from bare metal, and have reached the point where I am attempting to set up the NetCP module. The documentation I can find on here seems to be woeful in the extreme. AFAICT, there exists nowhere in the memory map where I can see the buffers in NetCP - AFAICT, for Tx or Rx. Ok, so I'll look at DMA. Well, thats a *huge* area of bugger all documentation too. A handful of register definintions, and vague handwavey descriptions. Totally useless. So I looked at the one example in the docs - which doesn't include the firmware for the PDSP, whatever that does, so its totally useless, even if I knew what, exactly, it was attempting to be an example of. Is there a document, anywhere, that describe how to set up and use QMSS / PKTDMA / PDSP / NetCP ? I don't want anything fancy. no acceleration. no IPSEC. I just want to see packets come in, and be able to send them out. I've managed to wade through the (incorrect) documentation enough to get the MDIO up and configure my PHYs. Please - don't make me beg.

Forum Post: RE: 66AK2H14: HELP! - Keystone II QMSS, CPPI, NETCP. At a total loss, and no documentation.

$
0
0
Is there even anything that describes PKTDMA properly? I cant work out what is going on there - is it part of QMSS? NetCP? Obsolete?

Forum Post: RE: Linux/PROCESSOR-SDK-AM335X: SD boot fails

$
0
0
I cannot see anything from U-Boot and it continously restart SPL. Below you can find the log. (Please visit the site to view this file)

Forum Post: RTOS/TDA2PXEVM: SurroundView 3D usecase - demo car image replace

$
0
0
Part Number: TDA2PXEVM Tool/software: TI-RTOS Hello, We have project with SRV 3D use case. A request from the customer to replace Embedded demo car image with custom image is received: "...If we change car image file(obj file) on Demo UI how can we change? Please, provide us some guide...." Platform used is TDA 2Px EVM + VSDK 3.05 BR Simo

Forum Post: TDA2EVM5777: Integrating Camera Sensor without ISP on it with TDA2x

$
0
0
Part Number: TDA2EVM5777 Hi, I have TDA2X EVM Board (with TDA2SX SOC), And I have tested OV10635 Camera Module on it. I am successfully able to run the camera usecase. Now, I want to use IMX290 camera module on the same board. But, as per documentation of IMX290. It does not have ISP with it. I have few questions. 1. What is main role of ISP in general ? 2. TDA2SX does not have on chip ISP But, TDA2PX has on chip ISP - Does it mean, We can use IMX290 on TDA2PX ? 3. Can we implement basic ISP functionalities on TDA2X itself on software side? Does it make any sense? 4. Can we use VIP or DSS, for basic ISP functionalities like RAW to YUV Conversion ? 5. What shall i do, if I want to use IMX290 on TDA2x ?

Forum Post: installing IPC

$
0
0
I have followed the directives found at http://processors.wiki.ti.com/index.php/IPC_Install_Guide_Android for installing IPC on Android OS, but the step make libmmrpc libtiipc libtiipcutils libtiipcutils_lad libtitransportrpmsg failed with the following error In file included from hardware/ti/ipc/linux/src/api/gates/GateMP.c:52: hardware/ti/ipc/linux/include/net/rpmsg.h:45:10: fatal error: 'uapi/linux/version.h' file not found #include ^ 1 error generated. ninja: build stopped: subcommand failed. make: *** [ninja_wrapper] Error 1 #### make failed to build some targets (02:49 (mm:ss)) #### Is this a version compatibility problem ? Thanking you in advance for your help, best regards

Forum Post: Linux/TDA2HG: VISION SDK build

$
0
0
Part Number: TDA2HG Tool/software: Linux Hi, I installed PROCESSOR_SDK_VISION_03_06_00_00 under linux and windows respectively.and I want to use "MAKECONFIG=tda2xx_evm_bios_all"to build .I read VisionSDK_UserGuide_TDA2xx.pdf carefully. In the above file just introduced how to compile under windows system.I want to know how to compile PROCESSOR_SDK_VISION_03_06_00_00 in ubuntu system.And use "MAKECONFIG=tda2xx_evm_bios_all" instead of "MAKECONFIG=tda2xx_evm_linux_all". I am very grateful that you can help me. Best Regards, YC (Please visit the site to view this file)

Forum Post: 66AK2H14: DDR3 cacheability (L1D cache issue)

$
0
0
Part Number: 66AK2H14 Hi all, I don't understand something in a CCS project I wrote. In my test I only write data in DDR3. I did two tests: one using DDR3 cacheable and an other one using DDR3 non-cacheable (through MAR). For this test, I don't use any OS, L2 is used as full SRAM (no cache) and L1D as full cache. I expecting no data in cache for those two tests. In this test, I wrote data in different memory block each time and each write will be 'miss' (no rewritting data), if I have a good understanding of the DSP cache and DDR3 memory controller documentations from 66AK2H14 related documentations: L1D is read-allocate/writeback, in my case I don't do any reads (only write), I expecting no data in cache because in case of write 'miss' documentation says that data pass through Write buffer and go directly to external memory or L2 (in my case DDR3). Yet, when I look into cache view under CCS, from exactly 262 142 Bytes written, the cache is used. Why ? Regards, François

Forum Post: Linux/AM3354: Porting 3D GPU drivers

$
0
0
Part Number: AM3354 Tool/software: Linux Champs, Need an advice for an unusual SW configuration. My customer has number of AM335x based products they started with years ago and continue to expand. SW-wise they started with an early Android (4.4 KitKat) and continue to use it till today updating only Linux kernel when needed. They are fairly proficient in doing this. Now, for their latest product they are upgrading to kernel 4.14 using ti-android-linux-4.14.y branch as a base and things seem to work except for the 3D graphics acceleration. I would imagine that the 3D graphics support in the android-linux kernel is for the AM57x/AM6x families which have SGX544 GPU. Probably this is why it isnt working on the AM335x? Or may be you could think of other reasons? What I am thinking here is that they need to validate our Linux 4.14 SDK distro first to make sure graphics work as expected and then (probably) port the graphics support from the 4.14. Linux SDK kernel to the Android-linux 4.14 kernel. Questions I have are: 1. Does this sounds like a good way forward under the circumstances? 2. If yes - would you be able to give high-level guide to porting the drivers from Linux SDK tree to Android-linux tree? thanks Michael

Forum Post: TMS320C5535: Getting error Unable to create BIOS Config Server with CSL_USB_MSC_dmaExample_Out project

$
0
0
Part Number: TMS320C5535 Hi, I tried installing CCSv7 today and after that I opened up the CCSv6.2.0( which was already installed before and I have been working with this) it said that some products need installation into eclipse environment. Please select which one you need to install. The products were xdctools_3_31_00_24 etc I said install and I got the following error. ////////////////////////////////////////////////////////////////////////////////////////////// Operation details Your original request has been modified. "RTSC/XDCtools (IDE Client)" is already installed, so an update will be performed instead. Cannot complete the install because one or more required items could not be found. Software being installed: RTSC/XDCtools (IDE Client) 3.50.4.43 (org.eclipse.rtsc.xdctools.product.ui.feature.group 3.50.4.43) Missing requirement: Runtime Object View Support 1.0.0.201711081628 (com.ti.rov 1.0.0.201711081628) requires 'bundle com.ti. ccstudio .webcontent 0.0.0' but it could not be found Cannot satisfy dependency: From: RTSC/XDCtools (IDE Client) 3.50.4.43 (org.eclipse.rtsc.xdctools.product.ui.feature.group 3.50.4.43) To: com.ti.rov [1.0.0.201711081628] //////////////////////////////////////////////////////////////////////////////////////// Could that be the probable reason? Please guide. Also while importing prjects from "c55_csl_c3.08" projects in my new workspace of ccsv7 it gave the following error /////////////////////////////////////////////////////////////////////////////////////////////////////// An internal error occurred during: "Migrating legacy project...". java.util.NoSuchElementException //////////////////////////////////////////////////////////////////////////////////////////////////// Then also it imported the projects, so I tried to run a "clean the project" it gave following error //////////////////////////////////////// 07:58:42 **** Clean-only build of configuration Debug for project atafs_bios_drv_lib **** make clean Cannot run program "make": Launching failed Error: Program "make" not found in PATH PATH=[C:/TI/ccsv7/eclipse/jre/bin/client;C:/TI/ccsv7/eclipse/jre/bin;C:/TI/ccsv7/eclipse/jre/lib/i386;C:\Program Files\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Common Files\Lenovo;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\VisualSVN\bin;C:\Program Files\Python\Tcl\bin;C:\Program Files\Python\Tcl\bin;C:\Program Files\Python\Tcl\bin;C:\Program Files\Python\Tcl\bin;C:\Program Files\Python;C:\Program Files\Java\jdk1.7.0_05\bin;C:\Program Files\Android\android-sdk\platform-tools;C:\Program Files\Android\android-sdk\tools;C:\Program Files\Skype\Phone\;;C:\TI\ccsv7\eclipse;] 07:58:42 Build Finished (took 134ms) //////////////////////////////////////////////////////// Thanks and Regards, Sangeeta Gunwani

Forum Post: AM3352: PCLK Jitter

$
0
0
Part Number: AM3352 Hi Champs, We used to connect AM3352 and Series device. And we turned out Series phase lock have removed due to AM3352 Jitter. We set PCL 5.7MHz (Ts =175.6ns). When we measure this Ts at each of clock. Ts value shift to 174.9ns. During each 500 clock, this value behave 175.6 to 174.9ns. When this Ts value less 175, it recover to 175.6ns after 250 clock. It continue this jitter behavior like a frequency. Then, when the value less than 175ns, Series phase lock some times removed. Do you have any idea to avoid such a phenomenon ? Or is it some expected behavior at PCLK HW ? When you assign some Engineer, I will send customer detail data. Regards, Kaz

Forum Post: Linux/TMDX654GPEVM: Kernel Panic

$
0
0
Part Number: TMDX654GPEVM Tool/software: Linux Hello, I am facing an issue where the board is resetting after a few minutes and I am also seeing a prompt for Kernel Panic. root@am65xx-evm:~# journalctl -f -- Logs begin at Thu 2019-06-13 19:58:51 UTC. -- Jun 18 17:44:56 am65xx-evm systemd-logind[403]: New session c1 of user root. Jun 18 17:44:56 am65xx-evm systemd[1]: Started Session c1 of user root. Jun 18 17:44:56 am65xx-evm systemd[872]: Reached target Timers. Jun 18 17:44:56 am65xx-evm systemd[872]: Reached target Sockets. Jun 18 17:44:56 am65xx-evm systemd[872]: Reached target Paths. Jun 18 17:44:56 am65xx-evm systemd[872]: Reached target Basic System. Jun 18 17:44:56 am65xx-evm systemd[872]: Reached target Default. Jun 18 17:44:56 am65xx-evm systemd[872]: Startup finished in 95ms. Jun 18 17:44:56 am65xx-evm systemd[1]: Started User Manager for UID 0. Jun 18 17:44:56 am65xx-evm login[877]: ROOT LOGIN on '/dev/ttyS2' Jun 18 17:45:06 am65xx-evm systemd-networkd[232]: eth6: Configured Jun 18 17:45:06 am65xx-evm systemd-timesyncd[185]: Network configuration changed, trying to establish . Jun 18 17:50:01 am65xx-evm systemd-timesyncd[185]: Synchronized to time server 216.239.35.8:123 (time3. [ 97.370971] Unable to handle kernel paging request at virtual address 1473cee744 [ 97.378390] Mem abort info: [ 97.381185] Exception class = DABT (current EL), IL = 32 bits [ 97.387097] SET = 0, FnV = 0 [ 97.390148] EA = 0, S1PTW = 0 [ 97.393285] Data abort info: [ 97.396162] ISV = 0, ISS = 0x00000046 [ 97.399994] CM = 0, WnR = 1 [ 97.402962] user pgtable: 64k pages, 48-bit VAs, pgd = ffff800841519a00 [ 97.409588] [0000001473cee744] *pgd=00000008c5070003, *pud=00000008c5070003, *pmd=0000000000000000 [ 97.418544] Internal error: Oops: 96000046 [#1] PREEMPT SMP [ 97.424104] Modules linked in: xhci_plat_hcd rpmsg_proto xhci_hcd sha512_arm64 usbcore virtio_rpmsg6 [ 97.472438] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G O 4.14.79-ge669d52447 #1 [ 97.480682] Hardware name: Texas Instruments AM654 Base Board (DT) [ 97.486847] task: ffff000008b3b280 task.stack: ffff000008b00000 [ 97.492780] PC is at emac_napi_rx_poll+0x160/0x2b0 [icssg_prueth] [ 97.498875] LR is at emac_napi_rx_poll+0x160/0x2b0 [icssg_prueth] [ 97.504954] pc : [ ] lr : [ ] pstate: 60000145 [ 97.512330] sp : ffff00000800fdb0 [ 97.515634] x29: ffff00000800fdb0 x28: ffff0000087e0110 [ 97.520938] x27: ffff80084171b9c0 x26: 0000001473cee734 [ 97.526239] x25: ffff800841001810 x24: ffff80084171baf0 [ 97.531541] x23: 0000000000000040 x22: 0000000040000255 [ 97.536842] x21: ffff80084171b900 x20: ffff80084171b000 [ 97.542143] x19: 0000000000000020 x18: 0000000000000000 [ 97.547444] x17: 0000000000000000 x16: 0000000000000000 [ 97.552747] x15: 000000000a640b63 x14: 0000000000000000 [ 97.558047] x13: 0000000000000000 x12: ffff800843a7f580 [ 97.563349] x11: 0000000000000001 x10: 00000000ffffffe9 [ 97.568649] x9 : 0000000000000000 x8 : 0000000000000000 [ 97.573950] x7 : 0000010000000000 x6 : ffff80087ff30000 [ 97.579251] x5 : 0000000000000000 x4 : ffff800843a7f5b8 [ 97.584554] x3 : ffff800843a7f590 x2 : 0000000000000000 [ 97.589855] x1 : 0000000000000040 x0 : 0000000000000000 [ 97.595158] Process swapper/0 (pid: 0, stack limit = 0xffff000008b00000) [ 97.601843] Call trace: [ 97.604282] Exception stack(0xffff00000800fc70 to 0xffff00000800fdb0) [ 97.610709] fc60: 0000000000000000 0000000000000040 [ 97.618522] fc80: 0000000000000000 ffff800843a7f590 ffff800843a7f5b8 0000000000000000 [ 97.626335] fca0: ffff80087ff30000 0000010000000000 0000000000000000 0000000000000000 [ 97.634149] fcc0: 00000000ffffffe9 0000000000000001 ffff800843a7f580 0000000000000000 [ 97.641962] fce0: 0000000000000000 000000000a640b63 0000000000000000 0000000000000000 [ 97.649775] fd00: 0000000000000000 0000000000000020 ffff80084171b000 ffff80084171b900 [ 97.657589] fd20: 0000000040000255 0000000000000040 ffff80084171baf0 ffff800841001810 [ 97.665402] fd40: 0000001473cee734 ffff80084171b9c0 ffff0000087e0110 ffff00000800fdb0 [ 97.673216] fd60: ffff000001012b00 ffff00000800fdb0 ffff000001012b00 0000000060000145 [ 97.681029] fd80: ffff80084171b900 0000000040000255 0000ffffffffffff ffff000008449a60 [ 97.688842] fda0: ffff00000800fdb0 ffff000001012b00 [ 97.693724] [ ] emac_napi_rx_poll+0x160/0x2b0 [icssg_prueth] [ 97.700854] [ ] net_rx_action+0xf4/0x2b0 [ 97.706246] [ ] __do_softirq+0x12c/0x228 [ 97.711634] [ ] irq_exit+0xc8/0xf8 [ 97.716504] [ ] __handle_domain_irq+0x60/0xb0 [ 97.722323] [ ] gic_handle_irq+0x7c/0x178 [ 97.727795] Exception stack(0xffff000008b0fdf0 to 0xffff000008b0ff30) [ 97.734221] fde0: 0000000000000000 00008008773c0000 [ 97.742034] fe00: 0000000000000000 ffff000008af3930 ffff000008af3908 ffff000008b0ff20 [ 97.749847] fe20: 00008008773c0000 0000000000000000 0000000000000002 ffff000008b0feb0 [ 97.757660] fe40: 0000000000000920 0000000000000000 0000000000000001 0000000000000000 [ 97.765474] fe60: 000000000000002b 0000000000000000 ffff0000087e18d8 0000ffffa4f5d2d0 [ 97.773287] fe80: 0000000000000014 ffff000008b33ac4 ffff000008b33a30 ffff000008af0018 [ 97.781101] fea0: ffff000008b3b280 ffff80087ffff480 ffff000008ae0028 0000000000000000 [ 97.788914] fec0: 00000000ffef3ce0 0000000000000400 0000000080a90018 ffff000008b0ff30 [ 97.796728] fee0: ffff000008084e2c ffff000008b0ff30 ffff000008084e30 0000000060000145 [ 97.804542] ff00: 0000000000000000 00000000ffef3ce0 ffffffffffffffff ffff000008123f84 [ 97.812354] ff20: ffff000008b0ff30 ffff000008084e30 [ 97.817220] [ ] el1_irq+0xb0/0x124 [ 97.822088] [ ] arch_cpu_idle+0x10/0x18 [ 97.827389] [ ] do_idle+0xd8/0x118 [ 97.832255] [ ] cpu_startup_entry+0x24/0x28 [ 97.837905] [ ] rest_init+0xcc/0xd8 [ 97.842863] [ ] start_kernel+0x378/0x38c [ 97.848253] Code: f94037a5 f9400300 aa0503e1 95d0e719 (f9000b54) [ 97.854339] ---[ end trace a0caa21cf2697537 ]--- [ 97.858946] Kernel panic - not syncing: Fatal exception in interrupt [ 97.865286] SMP: stopping secondary CPUs [ 97.869201] Kernel Offset: disabled [ 97.872680] CPU features: 0x080200c [ 97.876157] Memory Limit: none [ 97.879205] ---[ end Kernel panic - not syncing: Fatal exception in interrupt How do I go about figuring out what is causing this Kernel Panic? What one of our vendor is mentioning is that it is the Cryptodev module provided with the SDK. Please advise.

Forum Post: Linux/AM4378: ADC driver pushes data to IIO out of order

$
0
0
Part Number: AM4378 Tool/software: Linux I have an issue where I am setting up an IIO callback buffer for two different consumers. When I only activate one the ADC data is always correct. When activating the second the data is out of order sometimes. I have verified that the data in the DMA buffer is out of order. I would like to avoid the additional overhead of verifying that the DMA buffer is correct. Any ideas? ti-rt-linux-4.14.y branch ti_am335x_adc.c

Forum Post: AM4376: PRU ICSS Initialization example?

$
0
0
Part Number: AM4376 I have a working OS (RTEMS) running on an AM4376 board. I have been using routines based on starterware to implement drivers for some of the peripherals. Now I want to fire up a PRU and have it manage communications for a serial port. Is there a simple example or documentation for how to activate a PRU from the ARM processor on the AM4376 ? What modules need to be activated and clock domains enabled? My attempt at using starterware hangs waiting for the PRU to become active. Every downloadable example I find is multiple megabytes of SDK for Code Composer that I need to sort through and it is not obvious where the PRU initialization code is located. Thanks for your help, Cliff

Forum Post: 66AK2H06: twp interrupt routines makes CPU hang.

$
0
0
Part Number: 66AK2H06 Hi all, I have two interrupt routines. First interrupt routine should not be interrupted by the second interrupt routine. When the second interrupt routine is executed, if the first interrupt is coming, the second interrupt should be hold and CPU executes the first interrupt. Here is the my setup in the second interrupt routine. at the begin of the routine uint32 chipReg[4]; chipReg[0] = CSL_chipReadReg (CSL_CHIP_IRP); // Interrupt Return Pointer Register chipReg[1] = CSL_chipReadReg (CSL_CHIP_NRP); // Nonmaskable Interrupt (NMI) Return Pointer Register chipReg[2] = CSL_chipReadReg (CSL_CHIP_ITSR); // Interrupt Task State Register chipReg[3] = CSL_chipReadReg (CSL_CHIP_CSR); // Control Status Register CSL_chipWriteReg (CSL_CHIP_CSR, chipReg[3] | 0x00000001); // enable nesting interrupt ........................ at the end of the routine CSL_chipWriteReg (CSL_CHIP_CSR, chipReg[3] & 0xFFFFFFFE); //disable nesting interrupt CSL_chipWriteReg (CSL_CHIP_ITSR, chipReg[2]); CSL_chipWriteReg (CSL_CHIP_NRP, chipReg[1]); CSL_chipWriteReg (CSL_CHIP_IRP, chipReg[0]); //clear the interrupt event bit. CSL_intcHwControl(hIntc[1], CSL_INTC_CMD_EVTCLEAR, NULL); I sometimes found my CPU is hang. Do you think if my setup is wrong? Thank you. Yao-Ting

Forum Post: Linux/PROCESSOR-SDK-AM437X: custom hardware ported board support from sdk 4.3 to 5.3 display not working no /dev/fb0

$
0
0
Part Number: PROCESSOR-SDK-AM437X Tool/software: Linux As the title says I ported changes to support my hardware and I can no longer see matrix display, Touch events are working. Not sure how to debug. attached are my dts files, (display design is based on am437x-gp-evm) but the pins have been moved. Display is still working if I go back to 4.3 build. follows is my guess of relevant part of boot up, but I am not sure. May 22 20:28:27 asco-lx daemon.warn systemd-udevd[122]: Process '/sbin/modprobe of:NrngT Cti,omap4-rng' failed with exit code 1. May 22 20:28:27 asco-lx daemon.warn systemd-udevd[121]: Process '/sbin/modprobe of:NgpioT Cti,am4372-gpioCti,omap4-gpio' failed with exit code 1. May 22 20:28:27 asco-lx daemon.warn systemd-udevd[112]: Process '/sbin/modprobe of:NgpioT Cti,am4372-gpioCti,omap4-gpio' failed with exit code 1. May 22 20:28:27 asco-lx daemon.warn systemd-udevd[121]: Process '/sbin/modprobe of:NecapT Cti,am4372-ecapCti,am3352-ecapCti,am33xx-ecap' failed with exit code 1. May 22 20:28:27 asco-lx daemon.warn systemd-udevd[119]: Process '/sbin/modprobe of:NdssT Cti,omap3-dss' failed with exit code 1. May 22 20:28:27 asco-lx daemon.warn systemd-udevd[123]: Process '/sbin/modprobe of:NedmaT Cti,edma3-tpcc' failed with exit code 1. May 22 20:28:27 asco-lx daemon.warn systemd-udevd[112]: Process '/sbin/modprobe of:NtptcT Cti,edma3-tptc' failed with exit code 1. May 22 20:28:27 asco-lx daemon.warn systemd-udevd[113]: Process '/sbin/modprobe of:NtptcT Cti,edma3-tptc' failed with exit code 1. May 22 20:28:27 asco-lx daemon.warn systemd-udevd[121]: Process '/sbin/modprobe of:NdispcT Cti,omap3-dispc' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[123]: Process '/sbin/modprobe of:NethernetT Cti,am4372-cpswCti,cpsw' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[122]: Process '/sbin/modprobe of:NtptcT Cti,edma3-tptc' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[121]: Process '/sbin/modprobe of:NsgxT Cti,am4376-sgx530Cimg,sgx530' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[122]: Process '/sbin/modprobe of:Ncpsw-phy-selT Cti,am43xx-cpsw-phy-sel' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[123]: Process '/sbin/modprobe of:NmdioT Cti,am4372-mdioCti,cpsw-mdioCti,davinci_mdio' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[112]: Process '/sbin/modprobe of:NscuT Carm,cortex-a9-scu' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[123]: Process '/sbin/modprobe of:NtimerT Carm,cortex-a9-global-timer' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[122]: Process '/sbin/modprobe of:Nethernet-phyT ' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[120]: Process '/sbin/modprobe of:NtimerT Carm,cortex-a9-twd-timer' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[113]: Process '/sbin/modprobe of:Nl2-cache-controllerT Carm,pl310-cache' failed with exit code 1. May 22 20:28:28 asco-lx daemon.info systemd-udevd[121]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[112]: Process '/sbin/modprobe platform:cpufreq-dt' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[120]: Process '/sbin/modprobe platform:Fixed MDIO bus' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[122]: Process '/sbin/modprobe platform:alarmtimer' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[123]: Process '/sbin/modprobe of:NbacklightT Cpwm-backlight' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[113]: Process '/sbin/modprobe of:NdisplayT Comapdss,osddisplays,osd057T0559-34tsComapdss,panel-dpi' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[128]: Process '/sbin/modprobe of:Nfixedregulator-mmcwlT Cregulator-fixed' failed with exit code 1. May 22 20:28:28 asco-lx daemon.info systemd[1]: Started Daily Cleanup of Temporary Directories. May 22 20:28:28 asco-lx daemon.info systemd[1]: Reached target Timers. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[128]: Process '/sbin/modprobe platform:omapdrm' failed with exit code 1. May 22 20:28:28 asco-lx daemon.warn systemd-udevd[113]: Process '/sbin/modprobe of:NledsT Cgpio-leds' failed with exit code 1.

Forum Post: TMS320C6678: any atomic instruction for counter increment

$
0
0
Part Number: TMS320C6678 Is there any atomic instruction on TMS320C6678 for counter increment or CAS (compare and swap)?
Viewing all 124886 articles
Browse latest View live


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