<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Enable the CONFIG_SPLASH_SCREEN error</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Enable-the-CONFIG-SPLASH-SCREEN-error/m-p/882914#M133838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi laxman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try patches from&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-98109"&gt;Patch to support uboot logo keep from uboot to kernel for NXP Linux and Android BSP (HDMI, LCD and LVDS)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;use uboot and linux from nxp source.codeaurora.org repository&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2018.03_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2018.03_4.14.78_1.0.0_ga"&gt;uboot-imx - i.MX U-Boot&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.14.78_1.0.0_ga"&gt;linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2019 23:05:44 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-02-04T23:05:44Z</dc:date>
    <item>
      <title>Enable the CONFIG_SPLASH_SCREEN error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-the-CONFIG-SPLASH-SCREEN-error/m-p/882913#M133837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;im working on imx6q sabredsd..&lt;BR /&gt;i wanted to enable the flash screen during booting up uboot.&lt;BR /&gt;i did enabled the macro &lt;BR /&gt;#define CONFIG_SPLASH_SCREEN&lt;BR /&gt;To get the splash screen...&lt;BR /&gt;but unfortunately i got the error below..&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;board/freescale/common/built-in.o: In function `board_setup_logo_file':&lt;BR /&gt;/home/laxman/Project/Mobile_Printer/myandroid/bootable/bootloader/uboot-imx_jan_31/board/freescale/common/epdc_setup.c:219: undefined reference to `panel_info'&lt;BR /&gt;common/built-in.o: In function `lcd_get_size':&lt;BR /&gt;/home/laxman/Project/Mobile_Printer/myandroid/bootable/bootloader/uboot-imx_jan_31/common/lcd.c:138: undefined reference to `panel_info'&lt;BR /&gt;common/built-in.o: In function `lcd_clear':&lt;BR /&gt;/home/laxman/Project/Mobile_Printer/myandroid/bootable/bootloader/uboot-imx_jan_31/common/lcd.c:227: undefined reference to `panel_info'&lt;BR /&gt;common/built-in.o: In function `lcd_set_cmap':&lt;BR /&gt;/home/laxman/Project/Mobile_Printer/myandroid/bootable/bootloader/uboot-imx_jan_31/common/lcd.c:566: undefined reference to `panel_info'&lt;BR /&gt;common/built-in.o: In function `lcd_display_bitmap':&lt;BR /&gt;/home/laxman/Project/Mobile_Printer/myandroid/bootable/bootloader/uboot-imx_jan_31/common/lcd.c:717: undefined reference to `panel_info'&lt;BR /&gt;drivers/built-in.o: In function `lcd_enable':&lt;BR /&gt;/home/laxman/Project/Mobile_Printer/myandroid/bootable/bootloader/uboot-imx_jan_31/drivers/video/mxc_epdc_fb.c:358: undefined reference to `epdc_power_on'&lt;BR /&gt;drivers/built-in.o: In function `draw_splash_screen':&lt;BR /&gt;/home/laxman/Project/Mobile_Printer/myandroid/bootable/bootloader/uboot-imx_jan_31/drivers/video/mxc_epdc_fb.c:341: undefined reference to `panel_info'&lt;BR /&gt;drivers/built-in.o: In function `lcd_ctrl_init':&lt;BR /&gt;/home/laxman/Project/Mobile_Printer/myandroid/bootable/bootloader/uboot-imx_jan_31/drivers/video/mxc_epdc_fb.c:454: undefined reference to `panel_info'&lt;BR /&gt;/home/laxman/Project/Mobile_Printer/myandroid/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld.bfd: BFD (GNU Binutils) 2.24.90 assertion fail /tmp/AOSP-toolchain/build/../binutils/binutils-2.25/bfd/elf32-arm.c:7827&lt;BR /&gt;/home/laxman/Project/Mobile_Printer/myandroid/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld.bfd: error: required section '.rel.plt' not found in the linker script&lt;BR /&gt;/home/laxman/Project/Mobile_Printer/myandroid/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld.bfd: final link failed: Invalid operation&lt;BR /&gt;make: *** [u-boot] Error 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me how to solve this error..&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2019 14:08:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-the-CONFIG-SPLASH-SCREEN-error/m-p/882913#M133837</guid>
      <dc:creator>laxmankumar</dc:creator>
      <dc:date>2019-02-04T14:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Enable the CONFIG_SPLASH_SCREEN error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Enable-the-CONFIG-SPLASH-SCREEN-error/m-p/882914#M133838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi laxman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try patches from&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-98109"&gt;Patch to support uboot logo keep from uboot to kernel for NXP Linux and Android BSP (HDMI, LCD and LVDS)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;use uboot and linux from nxp source.codeaurora.org repository&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2018.03_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2018.03_4.14.78_1.0.0_ga"&gt;uboot-imx - i.MX U-Boot&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.14.78_1.0.0_ga"&gt;linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2019 23:05:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Enable-the-CONFIG-SPLASH-SCREEN-error/m-p/882914#M133838</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-02-04T23:05:44Z</dc:date>
    </item>
  </channel>
</rss>

