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/AM3351: Splash screen in U-boot

Part Number: AM3351

Tool/software: Linux

Hi, this method is failed to display 1280x800 pixels.

please let me know what could be the issue.

  • Hi,

    The original post you refer is 6 years old. Please follow processors.wiki.ti.com/.../Linux_Core_U-Boot_User's_Guide
  • thanks Biser,
    1. i am trying to add this patch in u-boot-2017.01.
       but i din't have "arch/arm/cpu/armv7/am33xx/clock_am33xx.c"

    so  i added &cmper->lcdclkctrl, &cmper->lcdcclkstctrl
    to u32 *const clk_modules_explicit_en[] in arch/arm/mach-omap2/am33xx/clock_am33xx.c 

    2.i am getting below error:

    common/lcd_console.c: In function 'console_newline':
    common/lcd_console.c:106:19: error: 'CONFIG_CONSOLE_SCROLL_LINES' undeclared (first use in this function)
    const int rows = CONFIG_CONSOLE_SCROLL_LINES;
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~

    added #define CONFIG_CONSOLE_SCROLL_LINES 10 in am335x_evm.h

    3.error:

    ./scripts/check-config.sh u-boot.cfg \
    ./scripts/config_whitelist.txt . 1>&2
    Error: You must add new CONFIG options using Kconfig
    The following new ad-hoc CONFIG options were detected:
    CONFIG_SPLASH

    Please add these via Kconfig instead. Find a suitable Kconfig
    file and add a 'config' or 'menuconfig' option.
    Makefile:843: recipe for target 'all' failed
    make[1]: *** [all] Error 1
    make[1]: Leaving directory '/opt/sdk-04.01.00.06/board-support/u-boot-2017.01+gitAUTOINC+590c7d7fe1-g590c7d7fe1'
    Makefile:175: recipe for target 'u-boot' failed
    make: *** [u-boot] Error 2

    added CONFIG_SPLASH /scripts/config_whitelist.txt

    4. i am using TMDXEVM3358-SK-LCD board and 480x272 16 bpp splash image. but image is displaying like below.

    please let me know what could be the issue.

  • Can you check if this post will help you? It is a fresh new post with all the complete step by step configurations for AM437x platform.