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.

C6A816X_EVM Graphical Application Launcher

Hello,

I will receive the EVM in a few days.  I was setup all from C6A816x_AM389x_EVM_Quick_start_guide.pdf. When power on system was successfully startup, but I have got some error messages:

Error opening /dev/fb0: No such file or directory 

hwclock: can't open '/dev/misc/rtc': No such file or directory

Calibrating touchscreen (first time only)ts_open: No such file or directory

All system parameters was set by default. System booting from SD-card. But Graphical Application Launcher do not  display nothing.

Can you help me to solve this problem? 

Thank you.

P.S. Sorry for my English. 

 

 

  • Hi,

    idle said:

    When power on system was successfully startup, but I have got some error messages:

    Error opening /dev/fb0: No such file or directory 

    hwclock: can't open '/dev/misc/rtc': No such file or directory

    Calibrating touchscreen (first time only)ts_open: No such file or directory

    All system parameters was set by default. System booting from SD-card. But Graphical Application Launcher do not  display nothing.

    These errors can be safely ignored for now.They are harmless and not related to the Matrix coming up.

    To debug the issue, can you please try the following?

    1. Have you hooked up HDMI from the board to the LCD panel that's shipped with the kit or to a different TV. If its a different TV, it may or may not support 720p60, which is causing this problem.
    2. Log into linux and run "ps". Check if matrix programming is running. If it running then you should be able to see.
    3. Check if the fbdev kernel module is present in the kernel. Run "lsmod" from the command prompt to ensure that vpss, hdmi and syslink are running.

    If each of these are fine, then the software should be ok and should show the graphical output.

    --Sid

  • Siddharth Heroor said:

    Hi,

    These errors can be safely ignored for now.They are harmless and not related to the Matrix coming up.

    To debug the issue, can you please try the following?

    1. Have you hooked up HDMI from the board to the LCD panel that's shipped with the kit or to a different TV. If its a different TV, it may or may not support 720p60, which is causing this problem.
    2. Log into linux and run "ps". Check if matrix programming is running. If it running then you should be able to see.
    3. Check if the fbdev kernel module is present in the kernel. Run "lsmod" from the command prompt to ensure that vpss, hdmi and syslink are running.

    If each of these are fine, then the software should be ok and should show the graphical output.

    --Sid

    Hi!

    1) I connect EVM HDMI output to TV Phillips 32PFL7803 (it is supported resolution 720p, 50, 60Hz ... ), and on screen was: "No signal". LCD panel was not shipped with the kit, but it was show image from PC hdmi output.

    2)  ps output: PID 1165  is the "matrix programming"?

    root@c6a816x-evm:~# ps

      PID USER       VSZ STAT COMMAND
        1 root      1700 S    init [5]
        2 root         0 SW   [kthreadd]
        3 root         0 SW   [ksoftirqd/0]
        4 root         0 SW   [watchdog/0]
        5 root         0 SW   [events/0]
        6 root         0 SW   [khelper]
        7 root         0 SW   [async/mgr]
        8 root         0 SW   [sync_supers]
        9 root         0 SW   [bdi-default]
       10 root         0 SW   [kblockd/0]
       11 root         0 SW   [ata/0]
       12 root         0 SW   [ata_aux]
       13 root         0 SW   [omap2_mcspi]
       14 root         0 SW   [khubd]
       15 root         0 SW   [kseriod]
       16 root         0 SW   [kmmcd]
       17 root         0 SW   [musb_hdrc.0]
       18 root         0 SW   [musb_hdrc.1]
       19 root         0 SW   [rpciod/0]
       20 root         0 SW   [kswapd0]
       21 root         0 SW   [aio/0]
       22 root         0 SW   [nfsiod]
       23 root         0 SW   [scsi_eh_0]
       24 root         0 SW   [scsi_eh_1]
       25 root         0 SW   [mtdblockd]
       28 root         0 SW   [usbhid_resumer]
       29 root         0 SW   [mmcqd]
       30 root         0 SW   [kjournald]
       61 root      2080 S <  /sbin/udevd -d
      789 root         0 SW   [flush-179:0]
     1007 root      2920 S    udhcpc -R -b -p /var/run/udhcpc.eth0.pid -i eth0
     1047 messageb  2424 S    /usr/bin/dbus-daemon --system
     1052 root      2916 S    /usr/sbin/telnetd
     1080 root         0 DW<  [kernelThread_0]
     1099 root      2980 S    /sbin/syslogd -n -C64 -m 20
     1101 root      2916 S    /sbin/klogd -n
     1106 root      2164 S    /usr/sbin/thttpd -d /srv/www -u root -c /cgi-bin/*
     1165 root     59820 S    /usr/bin/matrix_guiE -qws /usr/share/matrix/html/menu
     1171 root      3108 S    -sh
     1172 root      1960 S    /sbin/getty 38400 tty1
     1248 root      3108 R    ps

    3) "lsmod" output: there are vpss, hdmi (TI81xx_hdmi) and syslink, but ti81xxfb is the same as fbdev module?

    root@c6a816x-evm:~# lsmod
    Module                  Size  Used by
    bufferclass_ti          4742  0
    omaplfb                 7994  0
    pvrsrvkm              126601  2 bufferclass_ti,omaplfb
    TI81xx_hdmi            10392  0
    ti81xxfb               21223  2
    vpss                   38214  2 omaplfb,ti81xxfb
    syslink              1083435  1 vpss
    ipv6                  205968  12

    Thank you for your help!

  • Hi,

    idle said:
    1) I connect EVM HDMI output to TV Phillips 32PFL7803 (it is supported resolution 720p, 50, 60Hz ... ), and on screen was: "No signal". LCD panel was not shipped with the kit, but it was show image from PC hdmi output.

    From your logs, it appears that all drivers and software are running fine. Let me check with other experts on how to debug HDMI further and get back to you.

    --Sid

  • Siddharth Heroor said:

    From your logs, it appears that all drivers and software are running fine. Let me check with other experts on how to debug HDMI further and get back to you.

    Hi,

    I will be waiting. Thank you for your attention and help.

  • Siddharth Heroor said:

    From your logs, it appears that all drivers and software are running fine. Let me check with other experts on how to debug HDMI further and get back to you.

    Hi, Siddharth Heroor!

    Do you have any new information for me? I try to boot my system from NFS with two different kernel image (uImage and uImage-c6a816x-evm.bin without compiling) and root filesystem.  Setting took from here http://e2e.ti.com/support/dsp/integra_dsparm/f/625/t/103329.aspx.

    Thank you.

  • Hi,

    Sorry for the delay. I checked with the HDMI software team and they don't have any further information. From your logs it appears that software is ok.

    Is there a local TI support person you could get it touch with to help debug if there is any board issue?

    --Sid

  • Ok. May be this is some mechanical damage on the board, beacuse SATA connectors were placed with angle of 30 degrees on the board then I saw it.