This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Kernel Hanging

Other Parts Discussed in Thread: AM5728

Hi,

We are testing our custom hardware designed with AM5728 with processor SDK.

LCD is displaying  /usr/bin/runWeston: line 39: 692 Segmentation fault weston --idle-time=0 >> /var/log/weston.log 2>&1

The Kernel is hanging with the following messages. Kindly help on this,

2015-10-07 20:22:00: (/home/gtbldadm/processor-sdk-linux-fido-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/cortexa15hf-vfp-ne
Initializing /dev/gdbtty0 based on /lib/firmware/dra7-dsp1-fw.xe66 ...
gdb_globalData (local)  = 00806000
gdb_globalData (global) = 40806000
Initializing /dev/gdbtty1 based on /lib/firmware/dra7-dsp2-fw.xe66 ...
gdb_globalData (local)  = 00806000
gdb_globalData (global) = 41006000
/
Starting Matrix GUI application.
Enabling thermal zones...
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
        autoconf
        binutils-dev
        binutils
        bison-dev
        bison
        cpp-symlinks
        cpp
        g++-symlinks
        g++
        gcc-symlinks
        gcc
        gdbc6x
        gdbserver
        gstreamer1.0-libav
        libgmp10
        libmpc3
        libmpfr4
        make
        parted

If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution.  This can be done using
the opkg remove command.  i.e.:
    opkg remove <package>
Where <package> is the name printed in the list above

NOTE: If the package is a dependency of another package you
      will be notified of the dependent packages.  You should
      use the --force-removal-of-dependent-packages option to
      also remove the dependent packages as well
***************************************************************
***************************************************************
INIT: Id "O2" respawning too fast: disabled for 5 minutes
[  303.845708] EXT4-fs (mmcblk0p2): error count since last fsck: 9
[  303.851670] EXT4-fs (mmcblk0p2): initial error at time 1444248189: ext4_iget:4226: inode 399114: block 1852400175
[  303.862000] EXT4-fs (mmcblk0p2): last error at time 1452670660: ext4_iget:4207: inode 399114: block 1852400175
INIT: Id "O2" respawning too fast: disabled for 5 minutes

  • Have you used different UART console port in your custom board ?
    Suppose you have used UART console port 1 then you should change the /etc/initab" file /dev/ttyO1 whereas EVM board might have used "/dev/ttyO2"
    You have to use correct console UART port to get successful login.
  • Please avoid creating multiple threads.
    e2e.ti.com/.../482617
  • Hi,

    In every post we are mentioning the SDK as well as Hardware. We are creating the multiple threads for multiple problems only. We are doing this to solve the issues as soon as possible as we have lot of pressure . Earlier we had worked on GLSDK. Recently your team requested to change over to Processor SDK. Due to this we required lot of efforts. We will continue this till some time.

    Thanks & Regards,
    N.V.Subbaiah.
  • Hi Titus,

    Thnaks for the reply. we have changed the console number. Now login prompt is coming. Still the message on the LCD is showing as
    /usr/bin/runWeston: line 39: 692 Segmentation fault weston --idle-time=0 >> /var/log/weston.log 2>&1

    The content of the weston.log is as following. kindly help on this point also


    Date: 2015-10-07 UTC
    [20:02:46.466] weston 1.6.0
    wayland.freedesktop.org/
    Bug reports to: bugs.freedesktop.org/enter_bug.cgi
    Build: 1.5.93-5-g2858cc2 configure.ac: bump version to 1.6.0 (201
    [20:02:46.466] OS: Linux, 4.1.6-g52c4aa7, #1 SMP PREEMPT Wed Oct 7 14:52:06 EDT
    [20:02:46.468] Using config file '/etc//weston.ini'
    [20:02:46.478] Loading module '/usr/lib/weston/drm-backend.so'
    [20:02:46.520] initializing drm backend
    [20:02:46.576] using /dev/dri/card0
    [20:02:46.579] Loading module '/usr/lib/weston/gl-renderer.so'
    failed to load module: /usr/lib/gbm/gbm_dri.so: cannot open shared object file:
    failed to load module: /usr/lib/gbm/gbm_gallium_drm.so: cannot open shared objec
    loaded module: gbm_pvr.so
    PVR:(Warning): PVRSRVOpenDCDevice: Warning - 138 returned [80, /bridged_pvr_dc_g
    [20:02:47.013] warning: EGL_EXT_buffer_age not supported. Performance could be a
    [20:02:47.014] warning: no input devices on entering Weston. Possible causes:
    - no permissions to read /dev/input/event*
    - seats misconfigured (Weston backend option 'seat', udev device propert
    [20:02:47.014] failed to create input devices

    Thanks & Regards,
    N.V.Subbaiah