<?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: TFTP&amp;NFS  imx6qsabrelite boot error</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/TFTP-NFS-imx6qsabrelite-boot-error/m-p/769352#M119481</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;we do not support Ubuntu but you can refer to the following documents for help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-103717"&gt;Yocto NFS &amp;amp;amp; TFTP boot&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/310507"&gt;i.MX6 NFS booting with Ubuntu 12.04.02 Precise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-106326"&gt;Set up NFS Environment and Boot up Board&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-95051"&gt;Setting up a Debian server for network booting the i.MX6 sabre sd platform&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&lt;BR /&gt;NXP Technical Support&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>Thu, 05 Apr 2018 17:58:01 GMT</pubDate>
    <dc:creator>Carlos_Musich</dc:creator>
    <dc:date>2018-04-05T17:58:01Z</dc:date>
    <item>
      <title>TFTP&amp;NFS  imx6qsabrelite boot error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/TFTP-NFS-imx6qsabrelite-boot-error/m-p/769351#M119480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;I&amp;nbsp; am trying to boot ubuntu14.04 from NFS on imx6qsabrelite, but problems occourred.&lt;/P&gt;&lt;P&gt;the rootfs is already in the /home/nfs&lt;/P&gt;&lt;P&gt;The follows are my uboot&amp;nbsp;Environment variables:&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; pri &lt;BR /&gt;baudrate=115200 &lt;BR /&gt;board=sabrelite &lt;BR /&gt;boot_fdt=try &lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;bootargs=console=ttymxc1,115200 root=/dev/nfs ip=192.168.0.140:192.168.0.136:192.168.0.1:255.255.255.0::eth0:on nfsroot=192.168.0.136:/home/nfs,v3,tcp&lt;/SPAN&gt; &lt;BR /&gt;bootcmd=tftp 0x12000000 zImage_nt;tftp 0x18000000 imx6q-nitrogen6x.dtb;bootz 0x12000000 - 0x18000000 &lt;BR /&gt;bootdelay=1 &lt;BR /&gt;bootscript=echo Running bootscript from mmc ...; source &lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;console=ttymxc1 &lt;/SPAN&gt;&lt;BR /&gt;cpu=6Q &lt;BR /&gt;ethact=FEC &lt;BR /&gt;ethaddr=00:19:b8:03:a9:cc &lt;BR /&gt;ethprime=FEC &lt;BR /&gt;fdt_addr=0x18000000 &lt;BR /&gt;fdt_file=imx6q-nitrogen6x.dtb &lt;BR /&gt;fdt_high=0xffffffff &lt;BR /&gt;fileaddr=18000000 &lt;BR /&gt;filesize=caa0 &lt;BR /&gt;gatewayip=192.168.0.1 &lt;BR /&gt;get_cmd=tftp &lt;BR /&gt;image=zImage_nt &lt;BR /&gt;initrd_high=0xffffffff &lt;BR /&gt;ip_dyn=no &lt;BR /&gt;ipaddr=192.168.0.140 &lt;BR /&gt;loadaddr=0x12000000 &lt;BR /&gt;loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script}; &lt;BR /&gt;loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file} &lt;BR /&gt;loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage} &lt;BR /&gt;mmcargs=setenv bootargs console=${console},${baudrate} root=${mmcroot} &lt;BR /&gt;mmcboot=echo Booting from mmc ...; run mmcargs; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootm ${loadaddr} - ${fdt_addr}; else if test ${boot_fdt} = try; then bootm; else echo WARN: Cannot load the DT; fi; fi; else bootm; fi; &lt;BR /&gt;mmcdev=0 &lt;BR /&gt;mmcpart=1 &lt;BR /&gt;mmcroot=/dev/mmcblk0p2 rootwait rw &lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;netargs=setenv bootargs console=ttymxc1,115200 root=/dev/nfs ip=192.168.0.140:192.168.0.136:192.168.0.1:255.255.255.0::eth7:on nfsroot=192.168.0.136:/home/nfs,v3,tcp &lt;/SPAN&gt;&lt;BR /&gt;netboot=echo Booting from net ...; run netargs; if test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv get_cmd tftp; fi; ${get_cmd} ${uimage}; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if ${get_cmd} ${fdt_addr} ${fdt_file}; then bootm ${loadaddr} - ${fdt_addr}; else if test ${boot_fdt} = try; then bootm; else echo WARN: Cannot load the DT; fi; fi; else bootm; fi; &lt;BR /&gt;netmask=255.255.255.0 &lt;BR /&gt;nfsroot=/home/nfs &lt;BR /&gt;script=boot.scr &lt;BR /&gt;serverip=192.168.0.136 &lt;BR /&gt;uimage=uImage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last part of the print information is：&lt;/P&gt;&lt;P&gt;mmcblk2: mmc2:e624 SC16G 14.8 GiB &lt;BR /&gt;hub 1-1:1.0: USB hub found &lt;BR /&gt;hub 1-1:1.0: 3 ports detected &lt;BR /&gt; mmcblk2: p1 p2 &lt;BR /&gt;mmc3: host does not support reading read-only switch. assuming write-enable. &lt;BR /&gt;mmc3: new SDHC card at address 0001 &lt;BR /&gt;mmcblk3: mmc3:0001 00000 3.72 GiB &lt;BR /&gt; mmcblk3: p1 p2 &lt;BR /&gt;mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed &lt;BR /&gt;mxc_asrc 2034000.asrc: mxc_asrc registered &lt;BR /&gt;mxc_vpu 2040000.vpu: VPU initialized &lt;BR /&gt;usbcore: registered new interface driver usbhid &lt;BR /&gt;usbhid: USB HID core driver &lt;BR /&gt;sgtl5000 0-000a: sgtl5000 revision 0x11 &lt;BR /&gt;init_gpio_data:-2 &lt;BR /&gt;init_gpio_data:-2 &lt;BR /&gt;sgtl5000 0-000a: Failed to get supply 'VDDD': -19 &lt;BR /&gt;0-000a: 1200 mV normal &lt;BR /&gt;sgtl5000 0-000a: Using internal LDO instead of VDDD &lt;BR /&gt;imx-sgtl5000 sound.25: sgtl5000 &amp;lt;-&amp;gt; 2028000.ssi mapping ok &lt;BR /&gt;imx-audio-hdmi sound-hdmi.26: hdmi-hifi &amp;lt;-&amp;gt; hdmi_audio.17 mapping ok &lt;BR /&gt;NET: Registered protocol family 26 &lt;BR /&gt;TCP: cubic registered &lt;BR /&gt;NET: Registered protocol family 10 &lt;BR /&gt;sit: IPv6 over IPv4 tunneling driver &lt;BR /&gt;NET: Registered protocol family 17 &lt;BR /&gt;can: controller area network core (rev 20120528 abi 9) &lt;BR /&gt;NET: Registered protocol family 29 &lt;BR /&gt;can: raw protocol (rev 20120528) &lt;BR /&gt;can: broadcast manager protocol (rev 20120528 t) &lt;BR /&gt;can: netlink gateway (rev 20130117) max_hops=1 &lt;BR /&gt;Bluetooth: RFCOMM TTY layer initialized &lt;BR /&gt;Bluetooth: RFCOMM socket layer initialized &lt;BR /&gt;Bluetooth: RFCOMM ver 1.11 &lt;BR /&gt;Bluetooth: BNEP (Ethernet Emulation) ver 1.3 &lt;BR /&gt;Bluetooth: BNEP filters: protocol multicast &lt;BR /&gt;Bluetooth: BNEP socket layer initialized &lt;BR /&gt;8021q: 802.1Q VLAN Support v1.8 &lt;BR /&gt;rfkill_gpio bt_rfkill.39: bt_rfkill device registered. &lt;BR /&gt;Key type dns_resolver registered &lt;BR /&gt;VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 &lt;BR /&gt;Registering SWP/SWPB emulation handler &lt;BR /&gt;wlan-en: disabling &lt;BR /&gt;usb_otg_vbus: disabling &lt;BR /&gt;regulator-dummy: disabling &lt;BR /&gt;snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 1970-01-01 00:00:01 UTC (1) &lt;BR /&gt;ALSA device list: &lt;BR /&gt; #0: imx6q-nitrogen6x-sgtl5000 &lt;BR /&gt; #1: imx-hdmi-soc &lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;VFS: Unable to mount root fs via NFS, trying floppy. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;VFS: Cannot open root device "nfs" or unknown-block(2,0): error -6&lt;/SPAN&gt; &lt;BR /&gt;Please append a correct "root=" boot option; here are the available partitions: &lt;BR /&gt;1f00 768 mtdblock0 (driver?) &lt;BR /&gt;1f01 8 mtdblock1 (driver?) &lt;BR /&gt;1f02 1272 mtdblock2 (driver?) &lt;BR /&gt;b300 15558144 mmcblk2 driver: mmcblk &lt;BR /&gt; b301 131072 mmcblk2p1 ebee47f2-01 &lt;BR /&gt; b302 15426048 mmcblk2p2 ebee47f2-02 &lt;BR /&gt;b308 3903488 mmcblk3 driver: mmcblk &lt;BR /&gt; b309 131072 mmcblk3p1 07bfd0f5-01 &lt;BR /&gt; b30a 3771392 mmcblk3p2 07bfd0f5-02 &lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my environment variable set incorrectly?especially the red part,or the rootfs i used is broken ? any suggestion ?Thanks.&lt;/P&gt;&lt;P&gt;zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 13:00:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/TFTP-NFS-imx6qsabrelite-boot-error/m-p/769351#M119480</guid>
      <dc:creator>zhangmeiyu</dc:creator>
      <dc:date>2018-04-05T13:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP&amp;NFS  imx6qsabrelite boot error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/TFTP-NFS-imx6qsabrelite-boot-error/m-p/769352#M119481</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;we do not support Ubuntu but you can refer to the following documents for help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-103717"&gt;Yocto NFS &amp;amp;amp; TFTP boot&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/310507"&gt;i.MX6 NFS booting with Ubuntu 12.04.02 Precise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-106326"&gt;Set up NFS Environment and Boot up Board&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-95051"&gt;Setting up a Debian server for network booting the i.MX6 sabre sd platform&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&lt;BR /&gt;NXP Technical Support&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>Thu, 05 Apr 2018 17:58:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/TFTP-NFS-imx6qsabrelite-boot-error/m-p/769352#M119481</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2018-04-05T17:58:01Z</dc:date>
    </item>
  </channel>
</rss>

