<?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 iMX8MP in Yavia board: How do I boot from USB device? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-in-Yavia-board-How-do-I-boot-from-USB-device/m-p/1674131#M207976</link>
    <description>&lt;P&gt;I am trying to boot my device from USB device. The problem is that I don`t find any way to boot from USB. Yavia board doesn`t have boot device selection switches like on other boards.&lt;/P&gt;&lt;P&gt;When I tried booting from USB in U-Boot, the USB device is not detected at all. I tried usb start, usb reset, plugging out and plugging in again. My USB device blinks when it is detected, but it doesn`t blink when I stop the booting process and access U-Boot menu.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The USB device is detected if I let the device continue boot from the eMMC. I have `Reference Minimal Image` from Easy installer loaded into the eMMC.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jun 2023 00:56:12 GMT</pubDate>
    <dc:creator>bgaurav1718</dc:creator>
    <dc:date>2023-06-22T00:56:12Z</dc:date>
    <item>
      <title>iMX8MP in Yavia board: How do I boot from USB device?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-in-Yavia-board-How-do-I-boot-from-USB-device/m-p/1674131#M207976</link>
      <description>&lt;P&gt;I am trying to boot my device from USB device. The problem is that I don`t find any way to boot from USB. Yavia board doesn`t have boot device selection switches like on other boards.&lt;/P&gt;&lt;P&gt;When I tried booting from USB in U-Boot, the USB device is not detected at all. I tried usb start, usb reset, plugging out and plugging in again. My USB device blinks when it is detected, but it doesn`t blink when I stop the booting process and access U-Boot menu.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The USB device is detected if I let the device continue boot from the eMMC. I have `Reference Minimal Image` from Easy installer loaded into the eMMC.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 00:56:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-in-Yavia-board-How-do-I-boot-from-USB-device/m-p/1674131#M207976</guid>
      <dc:creator>bgaurav1718</dc:creator>
      <dc:date>2023-06-22T00:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MP in Yavia board: How do I boot from USB device?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-in-Yavia-board-How-do-I-boot-from-USB-device/m-p/1674933#M208036</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218700"&gt;@bgaurav1718&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope you are doing well&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;The problem is that I don`t find any way to boot from USB&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;=&amp;gt; One can easily change the boot mode using the SRC_SBMR2 register as mentioned in Table 6-1. Boot MODE pin settings in the reference manual&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/Download?colCode=IMX8MPRM" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://www.nxp.com/webapp/Download?colCode%3DIMX8MPRM&amp;amp;source=gmail&amp;amp;ust=1687581616438000&amp;amp;usg=AOvVaw0MfXDGx17wAbsKB76yDxUv"&gt;IMX8MPRM&lt;/A&gt;.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;If the USB device is not detected from the U-boot, we would recommend&amp;nbsp;you kindly check the device configuration in the device tree in the U-boot source code. Please check if the USB device node has&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;status = 'okay'&lt;/STRONG&gt;.&lt;/U&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks&amp;nbsp;&amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Jun 2023 11:59:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-in-Yavia-board-How-do-I-boot-from-USB-device/m-p/1674933#M208036</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-06-23T11:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MP in Yavia board: How do I boot from USB device?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-in-Yavia-board-How-do-I-boot-from-USB-device/m-p/1675172#M208060</link>
      <description>&lt;P&gt;First I will suggest you check the usb can be detected by this board linux.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the usb can be detected by this board linux, it is the compatible issue with uboot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because uboot usb stack is very old.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you can try other brand usb stick to see if it can work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My experience is lots of usb card reader with tf/sdcard can work, you can try this way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check the below link, if it is you want.&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW, i.MX8MP cannot boot from usb device, I assume you said it mount rootfs on usb, because I see you use usb start, reset...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/boot-partition-in-SD-card-and-rootfs-in-the-USB-flash-disk/m-p/1672512#M207850" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/boot-partition-in-SD-card-and-rootfs-in-the-USB-flash-disk/m-p/1672512#M207850&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 23:30:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MP-in-Yavia-board-How-do-I-boot-from-USB-device/m-p/1675172#M208060</guid>
      <dc:creator>smithcoba</dc:creator>
      <dc:date>2023-06-23T23:30:54Z</dc:date>
    </item>
  </channel>
</rss>

