<?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: imx8mq problem creating bootable sdcard image in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx8mq-problem-creating-bootable-sdcard-image/m-p/923933#M138854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know the root cause of this problem, but the guide I was following was having me build rocko. When I switched to sumo the sdcard images booted without a problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Oct 2019 21:59:03 GMT</pubDate>
    <dc:creator>asolochek</dc:creator>
    <dc:date>2019-10-31T21:59:03Z</dc:date>
    <item>
      <title>imx8mq problem creating bootable sdcard image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8mq-problem-creating-bootable-sdcard-image/m-p/923928#M138849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an imx8mqevk and am able to successfully write and boot the demo image from a flash card. However, I am unable to boot my custom made image. The only .sdcard image generated by bitbake is .rootfs.sdcard, which which seems to suggest it isn't actually the entire sdcard image, which would be consistent with it apparently not having a bootloader on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some earlier attempts at this did result in a sdcard with the expected partition table, and windows would mount the bootloader partition (although it did complain about the FAT filesystem having some errors, which it corrected to it's satisfaction), but my current build does not mount at all. The partition table looks reasonable, but windows silently ignores the bootloader partition, and pops up the expected "do you want to format this drive" dialog for the ext4 partition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I am building this in a docker container on windows, using ubuntu 16.04. I'm following the instructions from the i.MX Yocto user guide, Doc number IMXLXYOCTOUG, Rev L4.9.88_2.0.0-ga, 05/2018.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have all the packages required, plus some that aren't mentioned in the doc, such as locales, sudo, and python3, and I'm running bitbake like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ MACHINE=imx8mqevk DISTRO=fsl-imx-xwayland source setup-environment build&lt;/P&gt;&lt;P&gt;$ MACHINE=imx8mqevk DISTRO=fsl-imx-xwayland source&amp;nbsp;&amp;nbsp;fsl-setup-release.sh -b build&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-qt5-validation-imx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attaching my dockerfile as reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2019 15:29:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8mq-problem-creating-bootable-sdcard-image/m-p/923928#M138849</guid>
      <dc:creator>asolochek</dc:creator>
      <dc:date>2019-09-27T15:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: imx8mq problem creating bootable sdcard image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8mq-problem-creating-bootable-sdcard-image/m-p/923929#M138850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its all right your bitbake. You need a format your sdcard and put the switches of the board to boot from SD. Then you need to burn your *.sdcard&amp;nbsp; to your sd with dd command in linux. the you will have to insert in board and that its.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2019 14:55:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8mq-problem-creating-bootable-sdcard-image/m-p/923929#M138850</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2019-10-01T14:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: imx8mq problem creating bootable sdcard image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8mq-problem-creating-bootable-sdcard-image/m-p/923930#M138851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the fuses set correctly and have written and booted from the SD card when I flash the pre-built demo image onto the card. However none of the builds I have done result in an SD card image that boots. The problem doesn't seem to be with linux, but rather the problem is with uboot. With the images I have built I do not get any output on the serial console at all. There is something going wrong with uboot very early in the boot process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have even done a diff of the first 1M of the SD card when it has my image and the demo image on it, and apart from size of the second partition being different, they are identical, so I am really at a loss as to how to further debug this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2019 22:33:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8mq-problem-creating-bootable-sdcard-image/m-p/923930#M138851</guid>
      <dc:creator>asolochek</dc:creator>
      <dc:date>2019-10-03T22:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: imx8mq problem creating bootable sdcard image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8mq-problem-creating-bootable-sdcard-image/m-p/923931#M138852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use a tool called balena Etcher on Windows 7 to flash the SD card with success. Maybe you can try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 14:11:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8mq-problem-creating-bootable-sdcard-image/m-p/923931#M138852</guid>
      <dc:creator>cgong</dc:creator>
      <dc:date>2019-10-15T14:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: imx8mq problem creating bootable sdcard image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8mq-problem-creating-bootable-sdcard-image/m-p/923932#M138853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also using Etcher on windows. There is something wrong with the uboot in the image that is being built.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 16:21:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8mq-problem-creating-bootable-sdcard-image/m-p/923932#M138853</guid>
      <dc:creator>asolochek</dc:creator>
      <dc:date>2019-10-15T16:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: imx8mq problem creating bootable sdcard image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8mq-problem-creating-bootable-sdcard-image/m-p/923933#M138854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know the root cause of this problem, but the guide I was following was having me build rocko. When I switched to sumo the sdcard images booted without a problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2019 21:59:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8mq-problem-creating-bootable-sdcard-image/m-p/923933#M138854</guid>
      <dc:creator>asolochek</dc:creator>
      <dc:date>2019-10-31T21:59:03Z</dc:date>
    </item>
  </channel>
</rss>

