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

Linux/AM3352: LCPD-14446 and LCPD-14448 : 8250_omap: kernel dump happens when using multiple uart ports

$
0
0

Part Number:AM3352

Tool/software: Linux

Hi ,

  I used 6 uarts of the am3352(SDK 05.01.00.11) , five uarts for data transfer(3M baudrate)  and the other one(uart2 115200) for debug. 

Sometimes the kernel dump and the system works very slowly ,and the debug console can't input anything. 

  I don't know if this is the problem LCPD-14446  describes. It's a very important question to decide whether to choose this chip or not.

  You may have other solutions, please help me.


TMS320C6654: Does C6652/6654/6655/6657 pin2pin compatible?

$
0
0

Part Number:TMS320C6654

Hi all,

Does C6652/6654/6655/6657 pin2pin compatible? thanks!

BR,
Denny

Linux/TDA3: trun jpg to IN.RGB

$
0
0

Part Number:TDA3

Tool/software: Linux

Hi:

      i  am  using   tda3  evm (SDK_VISION_03_04_00_00)            in   this   usecase    ( vision_sdk\apps\src\rtos\usecases\tidl\UsecaseDspTda3x)    read  IN.RGB

now   i   have  to   test  my   image  ,it  is   .jpg   file  ,    have  can   i  trun    .jpg   file  to    IN.RGB?

is  there  any tool  to  do  this   job  auto?

Thanks

Shuai

TDA2P-ACD: Move DCAN to A15 on VSDK

$
0
0

Part Number:TDA2P-ACD

hi

i am using VSDK3.3 I would like to use DCAN on A15, so i moved the CANgrabber and dcan.c from IPU to A15. The compile is successful. But i din`t get interrupt of CAN on A15, which is "Utils_dcanInt1Isr", registered already, as below.

I still use 28/29 interrupt ID for CAN1/CAN2 same as that in IPU. Is that the problem? thanks!

in utils_dcan.c

static void Utils_dcanConfigIntr(UInt32 dcanId)
{
    UInt32 cookie = 0;
    const UInt32 intrId = dcanConfig[dcanId].dcanCntrlIntrId;

    if (0 == dcanId)
    {
        IntXbar_connectIRQ(intrId, UTILS_DCAN1_IRQ_INT);
    }
    else
    {
        IntXbar_connectIRQ(intrId, UTILS_DCAN2_IRQ_INT);
    }

    Vps_printf(" UTILS: DCAN INTERRUPT: HWI Create for INT%d !!!\n", intrId);

    /* Disabling the global interrupts */
    cookie = Hwi_disable();

    dcanIsrContext[dcanId].hwi = BspOsal_registerIntr(intrId,
                                    (BspOsal_IntrFuncPtr)Utils_dcanInt1Isr,
                                    &dcanIsrContext[dcanId]
                                    );

    if( dcanIsrContext[dcanId].hwi == NULL)
    {
        Vps_printf(" UTILS: DCAN INTERRUPT: HWI Create Failed !!!\n");
        UTILS_assert(0);
    }

    /* Enable the interrupt */
    Hwi_enableInterrupt(intrId);

    /* Restore interrupts */
    Hwi_restore(cookie);

}

RTOS/TDA2PXEVM: HDMI DDC (hdmi1_ddc_sda/hdmi1_ddc_scl) pin mux configuration

$
0
0

Part Number:TDA2PXEVM

Tool/software: TI-RTOS

I would like to consult on how TDA2PX EVM is configuring I2C2 mux to function as HDMI DDC. Please see details below.

As background I am working on a custom board based on TDA2PX with Vision SDK v3.6.
However we are encountering issue where no output is displayed in HDMI (no error in vps and Vision SDK Display link shows 30fps).
Upon checking the HDMI DDC (hdmi1_ddc_sda/hdmi1_ddc_scl) there is no signal coming out from this pins when HDMI is connected.

Because of this I am checking the configuration of TDA2PX I2C2 for HDMI DDC.
From the data sheet spruii4_TDA2Px-ACD_EVM.pdf Section 4.10 I2C/DDC Selection (Mux M) :

I2C2_SCL/SDA Function 1 = i2c2_scl/i2c2_sda
I2C2_SCL/SDA Function 2 = hdmi1_ddc_sda/hdmi1_ddc_scl

Then from the register map document, CTRL_CORE_PAD_I2C2_SDA:2C2_SDA_MUXMODE can have the following value:

0x0: i2c2_sda
0x1: hdmi1_ddc_scl
0xF: Driver off

Similarly CTRL_CORE_PAD_I2C2_SCL:I2C2_SCL_MUXMODE :

0x0: i2c2_scl
0x1: hdmi1_ddc_sda
0xF: Driver off

From the above, my understanding is that CTRL_CORE_PAD_I2C2 should be configured with mux mode value of 0x1 in order for HDMI to work.

So I tried to find the corresponding source code that sets the pinmux in Vision SDK v3.6, but except for TDA2XX MC_BUILD, the CTRL_CORE_PAD_I2C2 is always configured with default mux mode of 0.
Moreover, checking CCS Register View while HDMI display usecase is running shows that the CTRL_CORE_PAD_I2C2 mux mode are 0 aswell.

With this, I am confused why HDMI is working while the mux mode for I2C2 is 0. It appears I am misunderstanding the data sheet but cannot find which part.

AM3715: AM3715 problem

$
0
0

Part Number:AM3715

Hi TI Sir :

I have 2 problem.

1. When HSUSB2 interface of AM3715 connects to USB Host port, it can be basically recognized after inserting U disk.
    From U disk can copy file to AM3715 windows mobile system, but from AM3715 windows mobile system copy file to U disk is always Fail.

2. After AM3715 windows mobile system is started, if the camera function is normal, WIFI function is normal, but the camera function can not be started, WIFI is missing.

Attached is the USB connection block diagram of AM3715.  Please help.

(Please visit the site to view this file)

TDA3: GEL file modification guide for single 16bit memory

$
0
0

Part Number:TDA3

Dear Champs,

My customer developed custom board only with single 16bit DDR3L memory(without ECC), and want to modify EVM GEL file for it.

Could you please provide guide where they should modify EVM GEL file for their custom board?

My customer's custom board has only 16bit DDR3L memory attached to DDR0 and DDR1 of TDA3.

When they tried to run EVM GEL file, they faced 'HW leveling time-out' error message and failed to load 'qspi flashing' program.

I think this issue caused by different DDR3L memory configuration with EVM and they requested to get guide how they should modify GEL file for single 16bit DDR3L memory.

Please provide your guide how EVM GEL file should be modified for single 16bit DDR3L memory. 

Thanks and Best Regards,

SI.

RTOS/TDA3: SBL modification for single 16bit DDR3L memory

$
0
0

Part Number:TDA3

Tool/software: TI-RTOS

Dear Champs,

My customer developed their custom board having single 16bit DDR3L memory, and trying to modify SBL file for their custom board.

Could you please provide guide where/how they should modify SBL code for single 16bit DDR3L memory?

Thanks and Best Regards,

SI.


TCI6630K2L: SGMII interface to other processors without external Gigabit Switch

$
0
0

Part Number:TCI6630K2L

Hello,

We are using TCI6630K2L in one of our design. There is requirement to interconnect K2L processor to another Processor via SGMII interface.  The Keystone device has internal gigabit switch. The query is whether the K2L MAC can communicate with the MAC of other processors. Is any intermediate gigabit switch required for the SGMII data transfer.

Regards,

Sumathi

TMS320TCI6608: Wanna know about the performance event list and metric

$
0
0

Part Number:TMS320TCI6608

Hello I'm currently working with TMS320TCI6608 chip.

I want to extract performance counter like cache miss, executed cycle and extra.
In HRM(hardware Reference Manual), we can extract those kinds of performance counter by using AET(Advanced Event Trigger) logic.
But, I cannot find what kinds of event is supported using AET logic.


1. Could you send me the list of events that AET support. Using I've read TMS320C66x DSP Literature Number: SPRUGW0C July 2013 CorePac.


2. Is there any performance metric?
I want to know whether all the cores in the chip are fully utilized or not. Commonly, cache miss rate or IPC(instruction per cycle) is used to check the performance.
In your company, what's the metric to check the system's ability is good or not.

ex) In case of MIPS system, If the number of fetch pipe is two, the system is working perfect because that is dual-issue pipeline.

Please let me know if you are available to answer those questions.

Thx.

TMS320C6746: Using the VOLIB ECU module

$
0
0

Part Number:TMS320C6746

Hi

I am trying to activate the ECU module on the C6746 DSP, I use VOLIB 2.1.0.1.

after reading the ECU.pdf doc, and some of the post on e2e I still have some questions:

1. Do you have a simple code example that I can use to configure this module. in the ecu directory there is the test simulator code but it will be more helpful to have the main function call: getSize,new,open,sendIn.

2. In the simulation code and in code that I saw in e2e posts, there is a call to ecuGetSizes, allocating the memory buffer and calling new. but in all those example code buffer 1-6 and 14 are not allocated according to the ecu get size result. can i use the information from ecuGetSizes to allocate the buffers for buffers 1-6 and 14 or not. does the ecuGetSizes return byte size buffer or size according to buffer type for example size*sizeof(Fract)

3. I run the code and I didnt see any change sendIn buffer and out buffer are the same- the EC is not working. after reading the version using ecuGetPerformance I can see that for ecu library the compression is active, and for ecu16 library the compression is disable but the wide band 16khz is activated. we use linear sample 8k sample/sec in the receive in buffer, can I compile the code to use linear pcm if so how?.

4. If the compilation of this module is not possible, do i need to give the ecuSendIn function an alaw/u-law samples in the receiveIn buffer?

Best Regards

Ilan 

TMS320C6416T: about DSP C6416 Boot and Gpio interface problem

$
0
0

Part Number:TMS320C6416T

   Hi all experts:

       I have met two questions During Debugging  DSP C6416, one about C6416 Power on boot failed occasionally,another about C6416 GPIO Pin

      question 1:

      when C6416 boot failed, using emulator save Local memory form address 0x0 to 0x400 Data, when C6416 boot success,also save Local memory from address 0x0 to 0x400 Data.

       analysing failed and successful two grouops length 0x400 byte data, some datas different, What's the reason it cause to the first boot loading the Local memory data error?

      question 2:

       During test DSP C6416 and FPGA interconnect gpio pin, when I configure C6416 gpio pin 8 、pin 9、 pin 10 output and pin 8、pin 9、pin 10 configure the same, GPIO8、GPIO9、GPIO10

       output the same Frequence square-wave, FPGA can sample GPIO8、GPIO9 signal, but can not sample  GPIO pin 10 signal, I also confirm hard circurt connect no problem, What's the reason it cause togpio 10 no output signal, which whether  related to chip ?

     

     

Linux/DRA71: Disable clock tree

$
0
0

Part Number:DRA71

Tool/software: Linux

Hi TI team,

We generated clock tree by using TI's CTT-Automotive-v1.0.0.5 tool, and we fount some clock we're not using and we want to disable them.

For example DPLL_IVA and Dvider_FUNC_48M_FCLK under DPLL_PER , can you advise how to do it.

Thanks.

BRs

Jeremy Zhang

RTOS/BEAGLEBK: MMCSD driver for SDIO to communicate with Wl18xx

$
0
0

Part Number:BEAGLEBK

Tool/software: TI-RTOS

Hi,

I am using WL18xx Wireless Cape with Beaglebone Black. I want to use SDIO for communication between wireless Cape and beaglebone. I am aware that TI doesn't support WL18xx driver on TI-RTOS which I plan to take care of later. Can I use the mmcsd driver on TI-RTOS for communication between wireless Cape and beaglebone?

Regards

Vishav

Linux/AM5728: IDK 1.3b rev suitable linux SDK

$
0
0

Part Number:AM5728

Tool/software: Linux

Hi.. I have AM5728 IDK of 1.3b rev, I want to know which linux sdk will work for this rev IDK


CCS/TMDSIDK437X: How to check program size

$
0
0

Part Number:TMDSIDK437X

Tool/software: Code Composer Studio

Hello,

Could you tell me how to confirm program size of CCS Project I'm developing?

Where should I check in .map file?

Regards,

U-SK

RTOS/AM4372: How to let this kind of Boot loader to directly boot on AM437 EVM?

$
0
0

Part Number:AM4372

Tool/software: TI-RTOS

bootloader_boot_uart_a9host_debug.bin / .out

Hi .

We are using the 437 IDK EVM.

The IDK has the QSPI Flash.

Please help us to understand : how to let this kind of file "bootloader_boot_uart_a9host_debug.bin. out" to boot on IDK.

We don't want to use the flash_writer to copy the file from SD card onto QSPI Flash. (Due to Customer has no SD card interface).

Thanks.

BR Rio

RTOS/TDA2P-ACD: Creating Separate Buffers for Overlay

$
0
0

Part Number:TDA2P-ACD

Tool/software: TI-RTOS

Hello All,

I have created an overlay link similar to GrpxLink of Vision SDK, for overlaying two different bitmap images on display.  My usecase is as shown below,

**********************************************
NetworkRx (A15) -> Decode -> VPE -> Sync -> Dup -> Alg_A (DSP1) -> DssM2mWb -> Display_Video


Dup -> Gate -> Alg_B (DSP1)


OverlayLink (IPU1_0) -> Display_Grpx
**********************************************

My application is such that, both the bitmap images overlayed on display shall be switched ON and OFF by user through UART console. This much I have achieved.

By default both the images are overlayed when I start the usecase. But when I switch OFF any one of the overlayed image, the second image is also switched OFF and then immediately switched ON as there is a single output buffer used & for every switch ON or OFF request, buffer is first cleared using "Draw2D_clearBuf(pObj->draw2DHndl)".

So my question here is, is it possible to use two separate buffers for two separate bitmap images to be overlayed on display. If yes, can anybody give some inputs on how to achieve this.

Thanks & Regards,

Abhay

Linux: How to get the mtd_utilities in the target board

$
0
0

Tool/software: Linux

How to enable the mtd_utlities like ubimkvol or ubiformat available in the target so i can debug better? KIndly help.

I am trying my app on TI board and flashing on the NOR only solution where i am trying to use UBIFS for one of the partitions as an evaluation.

thanks.

Linux/AM4376: Rebuilding sdk rootfs without SGX is failed

$
0
0

Part Number:AM4376

Tool/software: Linux

As we learn that AM4376 doesn't support SGX, we try to rebuild sdk rootfs without SGX. Unfortunately rebuilding is failed. Please refer to the "Rebuilding logs" for details.

Note that we have successfully built the sdk rootfs with default configurations before, then added below two lines in the configuration file and rebuild it. The SDK we're using is "ti-processor-sdk-linux-am437x-evm-05.00.00.15". Maybe cleanning the build is required before rebuilding, but we don't find any instructions on how to clean the build.

MACHINE_FEATURES_remove=”sgx” 
PACKAGECONFIG_remove="wayland-egl"

Rebuilding logs:

sitara@OptiPlex-7040:~/tisdk/build$ MACHINE=am437x-evm bitbake tisdk-rootfs-image
Loading cache: 100% |##########################################################################################################| Time: 0:00:00
Loaded 4043 entries from dependency cache.
Parsing recipes: 100% |########################################################################################################| Time: 0:00:07
Parsing of 3137 .bb files complete (3134 cached, 3 parsed). 4046 targets, 487 skipped, 0 masked, 0 errors.
WARNING: No recipes available for:
/home/sitara/tisdk/sources/meta-arago/meta-arago-distro/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.3.bbappend
/home/sitara/tisdk/sources/meta-processor-sdk/recipes-devtools/python/python3-native_3.5.2.bbappend
/home/sitara/tisdk/sources/meta-processor-sdk/recipes-graphics/wayland/weston_1.11.0.bbappend
NOTE: Resolving any missing task queue dependencies
NOTE: Multiple providers are available for runtime python-bson (python-bson, python-pymongo)
Consider defining a PREFERRED_RPROVIDER entry to match python-bson

Build Configuration:
BB_VERSION = "1.36.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-14.04"
TARGET_SYS = "arm-linux-gnueabi"
MACHINE = "am437x-evm"
DISTRO = "arago"
DISTRO_VERSION = "2018.04"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU = "hard"
meta-processor-sdk = "HEAD:264dc66c689e0e4212c43358382986ee470619d4"
meta-ros = "HEAD:e2566402ab108a19634354a934788109422cf409"
meta-arago-distro
meta-arago-extras = "HEAD:d54e9d6c1d461dbf3189e691088d328bf4c4fb19"
meta-browser = "HEAD:26d50665e2f7223c5f4ad7481a8d2431e7cb55fb"
meta-qt5 = "HEAD:682ad61c071a9710e9f9d8a32ab1b5f3c14953d1"
meta-networking
meta-python
meta-oe
meta-gnome
meta-multimedia = "HEAD:352531015014d1957d6444d114f4451e241c4d23"
meta-ti = "HEAD:8555084679dc5c668e5fb60a16425ca32b10ff21"
meta-linaro-toolchain
meta-optee = "HEAD:75dfb67bbb14a70cd47afda9726e2e1c76731885"
meta = "HEAD:931a52e8698f684ccbb26ddec18764ad9d9a3e8f"

WARNING: /home/sitara/tisdk/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb.do_compile is tainted from a forced run
Initialising tasks: 100% |#####################################################################################################| Time: 0:00:27
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
No currently running tasks (3463 of 14127) 24% |###################### |
$<50>No currently running tasks (3702 of 14127) 26% |######################## |
$<50>Currently 1 running tasks (3702 of 14127) 26% |######################## |
0: cv-bridge-1.11.16-r0 do_prepare_recipe_sysroot - 0s (pid 15446)
$<50>Currently 2 running tasks (3702 of 14127) 26% |######################## |
0: cv-bridge-1.11.16-r0 do_prepare_recipe_sysroot - 0s (pid 15446)
1: opencv-3.1+gitAUTOINC+9b88e8c746-r3 do_packagedata - 0s (pid 15447)
$<50>Currently 1 running tasks (3702 of 14127) 26% |######################## |
0: cv-bridge-1.11.16-r0 do_prepare_recipe_sysroot - 0s (pid 15446)
$<50>Currently 1 running tasks (4342 of 14127) 30% |############################ |
0: cv-bridge-1.11.16-r0 do_prepare_recipe_sysroot - 0s (pid 15446)
$<50>Currently 2 running tasks (4342 of 14127) 30% |############################ |
0: cv-bridge-1.11.16-r0 do_prepare_recipe_sysroot - 0s (pid 15446)
1: image-geometry-1.11.16-r0 do_prepare_recipe_sysroot - 0s (pid 15476)
$<50>Currently 2 running tasks (4920 of 14127) 34% |################################ |
0: cv-bridge-1.11.16-r0 do_prepare_recipe_sysroot - 0s (pid 15446)
1: image-geometry-1.11.16-r0 do_prepare_recipe_sysroot - 0s (pid 15476)
$<50>Currently 3 running tasks (4920 of 14127) 34% |################################ |
0: cv-bridge-1.11.16-r0 do_prepare_recipe_sysroot - 1s (pid 15446)
1: image-geometry-1.11.16-r0 do_prepare_recipe_sysroot - 1s (pid 15476)
2: qtwebkit-5.9.6+gitAUTOINC+bd0657f98a-r0.arago4 do_install - 0s (pid 15489)
$<50>ERROR: qtwebkit-5.9.6+gitAUTOINC+bd0657f98a-r0.arago4 do_install: Function failed: do_install (log file is located at /home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/temp/log.do_install.15489)
Currently 3 running tasks (4920 of 14127) 34% |################################ |
0: cv-bridge-1.11.16-r0 do_prepare_recipe_sysroot - 2s (pid 15446)
1: image-geometry-1.11.16-r0 do_prepare_recipe_sysroot - 1s (pid 15476)
2: qtwebkit-5.9.6+gitAUTOINC+bd0657f98a-r0.arago4 do_install - 0s (pid 15489)
$<50>ERROR: Logfile of failure stored in: /home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/temp/log.do_install.15489
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are ['/home/sitara/tisdk/sources/oe-core/meta/recipes-graphics/fontconfig/fontconfig_2.12.4.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/meta-qt5/recipes-qt/qt5/qtwebchannel_git.bb:do_populate_sysroot', 'virtual:native:/home/sitara/tisdk/sources/oe-core/meta/recipes-devtools/pseudo/pseudo_1.8.2.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/meta-qt5/recipes-qt/qt5/qtdeclarative_git.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/meta-qt5/recipes-qt/qt5/qtlocation_git.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/oe-core/meta/recipes-core/glib-2.0/glib-2.0_2.52.3.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/meta-qt5/recipes-qt/qt5/qtmultimedia_git.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/meta-qt5/recipes-qt/qt5/qtsensors_git.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/oe-core/meta/recipes-devtools/quilt/quilt-native_0.65.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/oe-core/meta/recipes-support/sqlite/sqlite3_3.20.0.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/oe-core/meta/recipes-support/libxslt/libxslt_1.1.29.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/meta-qt5/recipes-qt/qt5/qtbase-native_git.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/meta-qt5/recipes-qt/qt5/qtbase_git.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/oe-core/meta/recipes-support/icu/icu_59.1.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/oe-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.12.2.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/oe-core/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.2.bb:do_populate_sysroot', 'virtual:native:/home/sitara/tisdk/sources/oe-core/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_sysroot', 'virtual:native:/home/sitara/tisdk/sources/oe-core/meta/recipes-devtools/ruby/ruby_2.4.4.bb:do_populate_sysroot', '/home/sitara/tisdk/sources/meta-linaro/meta-linaro-toolchain/recipes-devtools/external-linaro-toolchain/external-linaro-toolchain.bb:do_populate_sysroot']
| NOTE: Installed into sysroot: []
| NOTE: Skipping as already exists in sysroot: ['fontconfig', 'qtwebchannel', 'pseudo-native', 'qtdeclarative', 'qtlocation', 'glib-2.0', 'qtmultimedia', 'qtsensors', 'quilt-native', 'sqlite3', 'libxslt', 'qtbase-native', 'qtbase', 'icu', 'gstreamer1.0-plugins-base', 'gstreamer1.0', 'gperf-native', 'ruby-native', 'external-linaro-toolchain', 'expat', 'freetype', 'zlib', 'qtwebsockets', 'qtxmlpatterns', 'qtquickcontrols', 'libpcre', 'libffi', 'bash-completion', 'util-linux', 'gstreamer1.0-plugins-bad', 'alsa-lib', 'pulseaudio', 'libxml2', 'xz-native', 'zlib-native', 'dbus-native', 'systemd', 'dbus', 'openssl', 'libxkbcommon', 'ti-sgx-ddk-um', 'libpng', 'libjpeg-turbo', 'libdrm', 'libtheora', 'libvorbis', 'orc', 'libogg', 'pango', 'iso-codes', 'gobject-introspection', 'libcap', 'gnu-config-native', 'automake-native', 'libtool-native', 'autoconf-native', 'openssl-native', 'libyaml-native', 'pigz-native', 'bzip2', 'opkg-utils', 'ncurses', 'libpam', 'wayland', 'faad2', 'wayland-protocols', 'libatomic-ops', 'libsndfile1', 'shadow-sysroot', 'speexdsp', 'libtool', 'bluez5', 'ofono', 'sbc', 'shadow-native', 'base-passwd', 'base-files', 'gconf', 'avahi', 'shadow', 'python3', 'gettext-minimal-native', 'expat-native', 'pkgconfig-native', 'initscripts', 'libcgroup', 'acl', 'kmod', 'readline', 'update-rc.d', 'xz', 'cryptodev-linux', 'util-macros', 'libgbm', 'libpciaccess', 'libpthread-stubs', 'cairo', 'harfbuzz', 'texinfo-dummy-native', 'm4-native', 'cryptodev-linux-native', 'makedepend-native', 'flex', 'cracklib', 'flac', 'libcheck', 'libical', 'dbus-glib', 'mobile-broadband-provider-info', 'libdaemon', 'attr', 'db', 'gdbm', 'pixman', 'util-macros-native', 'xproto-native']
| DEBUG: Python function extend_recipe_sysroot finished
| DEBUG: Executing shell function do_install
| NOTE: make -j 3 MAKEFLAGS=-j 3 OE_QMAKE_COMPILER=arm-linux-gnueabihf-gcc -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/recipe-sysroot OE_QMAKE_CC=arm-linux-gnueabihf-gcc -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/recipe-sysroot OE_QMAKE_CXX=arm-linux-gnueabihf-g++ -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/recipe-sysroot OE_QMAKE_CFLAGS= -isystem/home/sitara/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4=/usr/src/debug/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4 -fdebug-prefix-map=/home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/recipe-sysroot-native= -fdebug-prefix-map=/home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/recipe-sysroot= OE_QMAKE_CXXFLAGS= -isystem/home/sitara/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4=/usr/src/debug/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4 -fdebug-prefix-map=/home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/recipe-sysroot-native= -fdebug-prefix-map=/home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/recipe-sysroot= OE_QMAKE_LINK=arm-linux-gnueabihf-g++ -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/recipe-sysroot OE_QMAKE_LDFLAGS= -L/home/sitara/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/lib -Wl,-rpath-link,/home/sitara/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/lib -Wl,-O1 -Wl,--hash-style=gnu OE_QMAKE_AR=arm-linux-gnueabihf-ar OE_QMAKE_STRIP=echo OE_QMAKE_WAYLAND_SCANNER=/home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/recipe-sysroot-native/usr/bin/wayland-scanner OE_QMAKE_INCDIR_QT=/home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/recipe-sysroot//usr/include/qt5 install INSTALL_ROOT=/home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/image
| make: Nothing to be done for `install'.
| sed: can't read /home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/image/usr/lib/pkgconfig/Qt5WebKit.pc: No such file or directory
| WARNING: /home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/temp/run.do_install.15489:1 exit 2 from 'sed -i 's@-Wl,-no-whole-archive -L/home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/build[^ ]* @ @g' /home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/image/usr/lib/pkgconfig/Qt5WebKit.pc'
| ERROR: Function failed: do_install (log file is located at /home/sitara/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.9.6+gitAUTOINC+bd0657f98a-r0.arago4/temp/log.do_install.15489)
Currently 2 running tasks (4920 of 14127) 34% |################################ |
0: cv-bridge-1.11.16-r0 do_prepare_recipe_sysroot - 2s (pid 15446)
1: image-geometry-1.11.16-r0 do_prepare_recipe_sysroot - 1s (pid 15476)
$<50>ERROR: Task (/home/sitara/tisdk/sources/meta-qt5/recipes-qt/qt5/qtwebkit_git.bb:do_install) failed with exit code '1'
Currently 2 running tasks (4920 of 14127) 34% |################################ |
0: cv-bridge-1.11.16-r0 do_prepare_recipe_sysroot - 2s (pid 15446)
1: image-geometry-1.11.16-r0 do_prepare_recipe_sysroot - 1s (pid 15476)
$<50>Waiting for 2 running tasks to finish:
0: cv-bridge-1.11.16-r0 do_prepare_recipe_sysroot - 4s (pid 15446)
1: image-geometry-1.11.16-r0 do_prepare_recipe_sysroot - 4s (pid 15476)
$<50>Waiting for 2 running tasks to finish:
0: cv-bridge-1.11.16-r0 do_prepare_recipe_sysroot - 9s (pid 15446)
1: image-geometry-1.11.16-r0 do_prepare_recipe_sysroot - 9s (pid 15476)
$<50>Waiting for 2 running tasks to finish:
0: cv-bridge-1.11.16-r0 do_prepare_recipe_sysroot - 14s (pid 15446)
1: image-geometry-1.11.16-r0 do_prepare_recipe_sysroot - 14s (pid 15476)
$<50>Waiting for 1 running tasks to finish:
0: image-geometry-1.11.16-r0 do_prepare_recipe_sysroot - 15s (pid 15476)
$<50>Waiting for 0 running tasks to finish:
$<50>NOTE: Tasks Summary: Attempted 4921 tasks of which 4917 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:
$<50>
Summary: 1 task failed:

/home/sitara/tisdk/sources/meta-qt5/recipes-qt/qt5/qtwebkit_git.bb:do_install

Summary: There were 2 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

Thanks,

Tony

Viewing all 17527 articles
Browse latest View live


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