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.

[参考译文] Linux/AM3352:LVDS 显示问题

Guru**** 2925550 points

Other Parts Discussed in Thread: AM3352

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/657874/linux-am3352-lvds-display-issue

器件型号:AM3352

工具/软件:Linux

LVDS 屏幕 显示 Please wait...(请稍候...) 所有时间

执行以下指令:无效

root@AM335x-EVM:~/FBV#/etc/init.d/weston 重新启动
停止 Weston

root@AM335x-EVM:~#/etc/init.d/matrix-gui-2.0 start
/home/root
删除过时的 PID 文件/var/run/matrix-gui-2.0.pid.
正在启动 Matrix GUI 应用程序。

有时 会显示以下信息:

[28.899760] tilcdc 4830e000。lcdc:tilcdc_crtc_IRQ (0x00000020):FIFO 欠流
[28.907724] tilcdc 4830e000.lcdc:tilcdc_crtc_IRQ (0x00000004):同步丢失
[28.908042] tilcdc 4830e000.lcdc:tilcdc_crtc_IRQ (0x00000004):同步丢失

我们使用的 SDK 版本为03.01.00.06。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好 TI:
    我将 TRID 作为以下链接:
    e2e.ti.com/.../626711
    现在、屏幕显示以下信息:
    _________ _________ _ _
    ||_|_______|_|_|__||_
    | |_|.'|。 |. ||_|_|. |||-_|_|_|
    ||||||||、||||||||||||||||||________________||
    |__| |__|

    Arago 项目 http://arago-project.org AM335x-EVM tty1

    Arago 2016.08 AM335x-EVM tty1

    AM335x-EVM 登录:
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、zhengguang、

    请阅读 此链接中的"LCDC 存储器带宽问题"部分、了解 FIFO 下溢和同步丢失问题。

    此致、
    Kemal

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好 、Kemal:

    此补丁解决  了 FIFO 下溢和同步丢失问题。

    但如何解决显示 错误的问题。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    可以附加完整的引导日志和/var/log/weston.log 文件吗?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    e2e.ti.com/.../3566.weston.log

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    AM3352没有 SGX 加速器、但在提供的 Processor SDK 中、默认情况下会启用图形硬件加速。 要能够在 AM3352上使用具有非 SGX 软件渲染 功能的 wayland、您需要使用禁用的 SGX 加速重建 Processor SDK。

    我发布的命令用于构建最新的 Processor SDK 配置 processor-sdk-04.02.00.09-config.txt

    $ sudo apt-get install git build-essential python diffstat texinfo gchrawk path dos2unix wget unzip SOCAT doxygen libc6:i386 libncurses5:i386 libstdc++6:i386 libz1:i386

    $ sudo dpkg-reconfigure dash
    #提示时选择“否”。

    $ wget releases.linaro.org/.../gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz
    $ tar -Jxvf gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz -C $home

    $ git 克隆 git://arago-project.org/git/projects/oe-layersetup.git tisdk
    $ cd tisdk
    $./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.02.00.09-config.txt
    $ CD 生成
    $。 配置/设置
    $导出路径=$HOME/gcc-linaro-6.2.1-2016.11-x86_64 arm-linux-gnueabihf/bin:$path
    编号----------------------------------------------------------------------
    #在底部添加以下内容 /build/conf/local.conf、然后再启动最后一个 bitbake 命令
    编号----------------------------------------------------------------------
    machine_features _remove ="SGX"
    PACKAGECONFIG_REMOVE ="wayland-EGL"

    image_install_remove ="铬-wayland "
    BBMASK="meta-browser/meta-browser/chromium/chromium-wayland_53.0.2785.143.meta-Arago/meta-Arago-distro/meta-arago-graphics/wayland/wayland-IVI-extension_1.11.0.bb"

    multimedia _ remove_ti33x ="铬- wayland "
    GRAPHICS_WestON_REMOVE ="wayland-IVI-EXTENSION"
    编号----------------------------------------------------------------------
    $ MACHINE=AM335x-EVM bitbake tisdk-rootfs-image

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    我已经按您所说的那样进行了编译。但编译失败。

    故障信息如下所示:

    e2e.ti.com/.../5037.log.do_5F00_compile.txt

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您使用的是 processor-sdk-03.00.00.04-config.txt PROCESSOR-SDK-03.01.00.06-config.txt 的哪个处理器 SDK 配置文件

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    非常感谢。
    我删除了所有已编译的文件。 现在已成功编译