<?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 Re: Booting Android using prebuilt image on imx6 sabre in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Booting-Android-using-prebuilt-image-on-imx6-sabre/m-p/686068#M4873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MUNNURU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nitrogen and sabre are different boards and different images should be used:&lt;/P&gt;&lt;P&gt;for nitrogen please look at&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://boundarydevices.com/android-nougat-7-1-1-release-imx6-boards/" title="https://boundarydevices.com/android-nougat-7-1-1-release-imx6-boards/"&gt;Android Nougat 7.1.1 release for i.MX6 boards - Boundary Devices&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for sabre&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/webapp/Download?colCode=IMX6_N7.1.1_1.0.0_ANDROID_DEMO_SD_BSP&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="http://www.nxp.com/webapp/Download?colCode=IMX6_N7.1.1_1.0.0_ANDROID_DEMO_SD_BSP&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;http://www.nxp.com/webapp/Download?colCode=IMX6_N7.1.1_1.0.0_ANDROID_DEMO_SD_BSP&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_no…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Documentation&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/webapp/Download?colCode=IMX6_N7.1.1_1.0.0_ANDROID_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="http://www.nxp.com/webapp/Download?colCode=IMX6_N7.1.1_1.0.0_ANDROID_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;http://www.nxp.com/webapp/Download?colCode=IMX6_N7.1.1_1.0.0_ANDROID_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pa…&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>Fri, 19 May 2017 10:35:08 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2017-05-19T10:35:08Z</dc:date>
    <item>
      <title>Booting Android using prebuilt image on imx6 sabre</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Booting-Android-using-prebuilt-image-on-imx6-sabre/m-p/686067#M4872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to bring android on IMX6 sabre. I am using prebuilt image n711-nitrogen6x-20170426.img.gz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have followed following steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On linux pc :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class=""&gt;zcat n711-nitrogen6x-20170426.img.gz | &lt;/CODE&gt;&lt;CODE class=""&gt;sudo&lt;/CODE&gt; &lt;CODE class=""&gt;dd&lt;/CODE&gt; &lt;CODE class=""&gt;of=&lt;/CODE&gt;&lt;CODE class=""&gt;/dev/sdb&lt;/CODE&gt; &lt;CODE class=""&gt;bs=1M&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class=""&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class=""&gt;On Sabre board:&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class=""&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class=""&gt;setenv boot_android 'setenv bootargs console=ttymxc1,115200 init=/init root=/dev/mmcblk1p2 rw rootwait video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:off video=mxcfb2:off fbmem=10M fb0base=0x27b00000 vmalloc=400M androidboot.console=ttymxc1 androidboot.hardware=freescale androidboot.bootdev=mmcblk1 ; mmc dev 1;ext4load mmc 1 10800000 zImage; ext4load mmc 1 12800000 uramdisk.img;ext4load mmc 1 13000000 imx6q-sabrelite.dtb;bootz 10800000 12800000 13000000'&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class=""&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class=""&gt;run boot_android&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class=""&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class=""&gt;In the end logs are as follows&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class=""&gt;init: Starting service 'zygote'...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;U-Boot 2015.07-15001-g440d481 (Oct 07 2015 - 12:30:57 -0700)&lt;BR /&gt;&lt;BR /&gt;CPU:&amp;nbsp;&amp;nbsp; Freescale i.MX6Q rev1.2 996 MHz (running at 792 MHz)&lt;BR /&gt;Reset cause: WDOG&lt;BR /&gt;Board: SABRE Lite&lt;BR /&gt;I2C:&amp;nbsp;&amp;nbsp; ready&lt;BR /&gt;DRAM:&amp;nbsp; 1 GiB&lt;BR /&gt;force_idle_bus: sda=0 scl=0 sda.gp=0xcb scl.gp=0x5&lt;BR /&gt;force_idle_bus: failed to clear bus, sda=0 scl=0&lt;BR /&gt;MMC:&amp;nbsp;&amp;nbsp; FSL_SDHC: 0, FSL_SDHC: 1&lt;BR /&gt;SF: Detected SST25VF016B with page size 256 Bytes, erase size 4 KiB, total 2 MiB&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x10 retry=0&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x10 retry=1&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x10 retry=2&lt;BR /&gt;i2c_init_transfer: give up i2c_regs=0x21a8000&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x48 retry=0&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x48 retry=1&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x48 retry=2&lt;BR /&gt;i2c_init_transfer: give up i2c_regs=0x21a8000&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x38 retry=0&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x38 retry=1&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x38 retry=2&lt;BR /&gt;i2c_init_transfer: give up i2c_regs=0x21a8000&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x41 retry=0&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x41 retry=1&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x41 retry=2&lt;BR /&gt;i2c_init_transfer: give up i2c_regs=0x21a8000&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x4 retry=0&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x4 retry=1&lt;BR /&gt;wait_for_sr_state: Arbitration lost sr=93 cr=80 state=2020&lt;BR /&gt;i2c_init_transfer: failed for chip 0x4 retry=2&lt;BR /&gt;i2c_init_transfer: give up i2c_regs=0x21a8000&lt;BR /&gt;Display: hdmi:1280x720M@60 (1280x720)&lt;BR /&gt;In:&amp;nbsp;&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;Out:&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;Err:&amp;nbsp;&amp;nbsp; serial&lt;BR /&gt;Net:&amp;nbsp;&amp;nbsp; using phy at 6&lt;BR /&gt;FEC, usb_ether&lt;BR /&gt;Error: usb_ether address not set.&lt;BR /&gt;&lt;BR /&gt;Hit any key to stop autoboot:&amp;nbsp; 0 &lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc1 is current device&lt;BR /&gt;** File not found /boot/uImage **&lt;BR /&gt;** File not found /boot/imx6q-sabrelite.dtb **&lt;BR /&gt;Wrong Image Format for bootm command&lt;BR /&gt;ERROR: can't get kernel image!&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class=""&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class=""&gt;What is wrong in my procedure. Could you please suggest any changes to make the board up and running. Thanks in advance...&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 05:39:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Booting-Android-using-prebuilt-image-on-imx6-sabre/m-p/686067#M4872</guid>
      <dc:creator>munnurusrikanth</dc:creator>
      <dc:date>2017-05-19T05:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Booting Android using prebuilt image on imx6 sabre</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Booting-Android-using-prebuilt-image-on-imx6-sabre/m-p/686068#M4873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MUNNURU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nitrogen and sabre are different boards and different images should be used:&lt;/P&gt;&lt;P&gt;for nitrogen please look at&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://boundarydevices.com/android-nougat-7-1-1-release-imx6-boards/" title="https://boundarydevices.com/android-nougat-7-1-1-release-imx6-boards/"&gt;Android Nougat 7.1.1 release for i.MX6 boards - Boundary Devices&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for sabre&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/webapp/Download?colCode=IMX6_N7.1.1_1.0.0_ANDROID_DEMO_SD_BSP&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="http://www.nxp.com/webapp/Download?colCode=IMX6_N7.1.1_1.0.0_ANDROID_DEMO_SD_BSP&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;http://www.nxp.com/webapp/Download?colCode=IMX6_N7.1.1_1.0.0_ANDROID_DEMO_SD_BSP&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_no…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Documentation&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/webapp/Download?colCode=IMX6_N7.1.1_1.0.0_ANDROID_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="http://www.nxp.com/webapp/Download?colCode=IMX6_N7.1.1_1.0.0_ANDROID_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;http://www.nxp.com/webapp/Download?colCode=IMX6_N7.1.1_1.0.0_ANDROID_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pa…&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>Fri, 19 May 2017 10:35:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Booting-Android-using-prebuilt-image-on-imx6-sabre/m-p/686068#M4873</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-05-19T10:35:08Z</dc:date>
    </item>
  </channel>
</rss>

