<?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>topic uboot logo in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/uboot-logo/m-p/463297#M72836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;board: imx6q;&lt;/P&gt;&lt;P&gt;version: u-boot-2009.08;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i want to show logo on my 1920x1080 lcd panel, it uses lvds split mode in kernel, my kernel can show logo, how can i modify the uboot to show logo, it seems only set one lvds, Are there any examples ?&lt;/P&gt;&lt;P&gt;then, i did as this doc &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; said, and make -j2, it shows some error as following:&lt;/P&gt;&lt;P&gt;board/freescale/mx6q_sabresd/libmx6q_sabresd.a(mx6q_sabresd.o): In function `board_late_init':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/board/freescale/mx6q_sabresd/mx6q_sabresd.c:2078: undefined reference to `ipu_display_setup'&lt;/P&gt;&lt;P&gt;common/libcommon.a(lcd.o): In function `console_newline':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/common/lcd.c:159: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;common/libcommon.a(lcd.o): In function `lcd_putc':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/common/lcd.c:200: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;common/libcommon.a(lcd.o): In function `lcd_setmem':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/common/lcd.c:476: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;common/libcommon.a(lcd.o): In function `lcd_display_bitmap':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/common/lcd.c:829: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;common/libcommon.a(lcd.o): In function `lcd_clear':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/common/lcd.c:415: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;common/libcommon.a(lcd.o): In function `lcd_init':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/common/lcd.c:433: undefined reference to `lcd_enable'&lt;/P&gt;&lt;P&gt;common/libcommon.a(lcd.o): In function `drv_lcd_init':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/common/lcd.c:369: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;drivers/video/libvideo.a(mxc_ipuv3_fb.o): In function `calc_fbsize':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/drivers/video/mxc_ipuv3_fb.c:612: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;drivers/video/libvideo.a(mxc_ipuv3_fb.o): In function `lcd_ctrl_init':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/drivers/video/mxc_ipuv3_fb.c:633: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;drivers/video/libvideo.a(mxc_ipuv3_fb.o): In function `ipuv3_fb_init':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/drivers/video/mxc_ipuv3_fb.c:649: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;drivers/video/libvideo.a(ipu_common.o): In function `clk_ipu_enable':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/drivers/video/ipu_common.c:166: undefined reference to `ipu_clk_enable'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should i do? should i define panel_info in mx6q_sabresd.c file, and where?&lt;/P&gt;&lt;P&gt;need help!&lt;/P&gt;&lt;P&gt;fulinux.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2016 05:18:03 GMT</pubDate>
    <dc:creator>fulinux</dc:creator>
    <dc:date>2016-05-12T05:18:03Z</dc:date>
    <item>
      <title>uboot logo</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-logo/m-p/463297#M72836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;board: imx6q;&lt;/P&gt;&lt;P&gt;version: u-boot-2009.08;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i want to show logo on my 1920x1080 lcd panel, it uses lvds split mode in kernel, my kernel can show logo, how can i modify the uboot to show logo, it seems only set one lvds, Are there any examples ?&lt;/P&gt;&lt;P&gt;then, i did as this doc &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; said, and make -j2, it shows some error as following:&lt;/P&gt;&lt;P&gt;board/freescale/mx6q_sabresd/libmx6q_sabresd.a(mx6q_sabresd.o): In function `board_late_init':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/board/freescale/mx6q_sabresd/mx6q_sabresd.c:2078: undefined reference to `ipu_display_setup'&lt;/P&gt;&lt;P&gt;common/libcommon.a(lcd.o): In function `console_newline':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/common/lcd.c:159: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;common/libcommon.a(lcd.o): In function `lcd_putc':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/common/lcd.c:200: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;common/libcommon.a(lcd.o): In function `lcd_setmem':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/common/lcd.c:476: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;common/libcommon.a(lcd.o): In function `lcd_display_bitmap':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/common/lcd.c:829: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;common/libcommon.a(lcd.o): In function `lcd_clear':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/common/lcd.c:415: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;common/libcommon.a(lcd.o): In function `lcd_init':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/common/lcd.c:433: undefined reference to `lcd_enable'&lt;/P&gt;&lt;P&gt;common/libcommon.a(lcd.o): In function `drv_lcd_init':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/common/lcd.c:369: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;drivers/video/libvideo.a(mxc_ipuv3_fb.o): In function `calc_fbsize':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/drivers/video/mxc_ipuv3_fb.c:612: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;drivers/video/libvideo.a(mxc_ipuv3_fb.o): In function `lcd_ctrl_init':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/drivers/video/mxc_ipuv3_fb.c:633: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;drivers/video/libvideo.a(mxc_ipuv3_fb.o): In function `ipuv3_fb_init':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/drivers/video/mxc_ipuv3_fb.c:649: undefined reference to `panel_info'&lt;/P&gt;&lt;P&gt;drivers/video/libvideo.a(ipu_common.o): In function `clk_ipu_enable':&lt;/P&gt;&lt;P&gt;/home/fulinux/u-boot-qt/drivers/video/ipu_common.c:166: undefined reference to `ipu_clk_enable'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should i do? should i define panel_info in mx6q_sabresd.c file, and where?&lt;/P&gt;&lt;P&gt;need help!&lt;/P&gt;&lt;P&gt;fulinux.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 05:18:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-logo/m-p/463297#M72836</guid>
      <dc:creator>fulinux</dc:creator>
      <dc:date>2016-05-12T05:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: uboot logo</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-logo/m-p/463298#M72837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi fulinux&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems you used wrong uboot, please try to build from i.MX6 product page&lt;/P&gt;&lt;P&gt;Board Support Packages (38)&lt;/P&gt;&lt;P&gt;i.MX 6Quad, i.MX 6Dual, i.MX 6DualLite, i.MX 6Solo and i.MX 6Sololite Linux&lt;/P&gt;&lt;P&gt;BSP Source Code Files (REV L3.0.35_4.1.0)&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.freescale.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fproducts%2Fmicrocontrollers-and-processors%2Farm-processors%2Fi.mx-applications-processors%2Fi.mx-6-processors%2Fi.mx6qp%2Fsabre-board-for-smart-devices-reference-design-based-on-the-i.mx-6-series%3ARDIMX6SABREBRD%3Ffpsp%3D1%26tab%3DDesign_Tools_Tab" rel="nofollow" target="_blank"&gt;http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-processors/i.mx-6-processors/i.mx6qp/sabre-board-for-smart-devices-reference-design-based-on-the-i.mx-6-series:RDIMX6SABREBRD?fpsp=1&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or from&lt;/P&gt;&lt;P&gt;&lt;A href="http://repository.timesys.com/buildsources/u/u-boot/u-boot-2009.08/" title="http://repository.timesys.com/buildsources/u/u-boot/u-boot-2009.08/"&gt;Index of /buildsources/u/u-boot/u-boot-2009.08&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and use Chapter 1 Porting U-Boot attached Porting Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 07:20:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-logo/m-p/463298#M72837</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-05-12T07:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: uboot logo</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-logo/m-p/463299#M72838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and it happend this:&lt;/P&gt;&lt;P&gt;Map u-boot.map -o u-boot&lt;/P&gt;&lt;P&gt;arm-linux-gnueabi-ld: cannot find common/env_embedded.o&lt;/P&gt;&lt;P&gt;make: *** [u-boot] Error 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 07:53:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-logo/m-p/463299#M72838</guid>
      <dc:creator>fulinux</dc:creator>
      <dc:date>2016-05-12T07:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: uboot logo</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-logo/m-p/463300#M72839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi igor,&lt;/P&gt;&lt;P&gt;it is ok when i make distclean &amp;amp;&amp;amp; make;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;fulinux.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:00:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-logo/m-p/463300#M72839</guid>
      <dc:creator>fulinux</dc:creator>
      <dc:date>2016-05-12T08:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: uboot logo</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-logo/m-p/463301#M72840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear igor,&lt;/P&gt;&lt;P&gt;this picture of lcd screen status, what's wrong?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="P60512-160237.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/57103i1F23944C44AB93B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="P60512-160237.jpg" alt="P60512-160237.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:22:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-logo/m-p/463301#M72840</guid>
      <dc:creator>fulinux</dc:creator>
      <dc:date>2016-05-12T08:22:33Z</dc:date>
    </item>
  </channel>
</rss>

