<?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: Running a script in uboot without tftp/dhcp use in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Running-a-script-in-uboot-without-tftp-dhcp-use/m-p/426144#M64568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have got the answer for this,instead of creating a seperate FAT partition, using dd utility, say sudo dd if=xyz.scr of=/dev/sdb bs=512 seek=8192 count=2 conv=fysnc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in uboot &amp;gt; mmv read 0x12000000 0x2000 0x100&lt;/P&gt;&lt;P&gt;uboot &amp;gt; source 0x12000000&lt;/P&gt;&lt;P&gt;using this, script content run properly but i need to know how we can decide the address(0x2000). if you could elaborate how we can decide the address in lehman's way. thanks in advance for helping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 06:41:05 GMT</pubDate>
    <dc:creator>gbiradar</dc:creator>
    <dc:date>2015-07-22T06:41:05Z</dc:date>
    <item>
      <title>Running a script in uboot without tftp/dhcp use</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Running-a-script-in-uboot-without-tftp-dhcp-use/m-p/426142#M64566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys, i want to copy a script in SD/MMC card, this script will test RAM, when we enter uboot this script should run and check RAM working, I have already seen the tftp/dhcp use but i want to copy the script manually and run the script. can anyone help me on this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 11:36:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Running-a-script-in-uboot-without-tftp-dhcp-use/m-p/426142#M64566</guid>
      <dc:creator>gbiradar</dc:creator>
      <dc:date>2015-07-21T11:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script in uboot without tftp/dhcp use</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Running-a-script-in-uboot-without-tftp-dhcp-use/m-p/426143#M64567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You may create additional FAT partition on SD card,&lt;/P&gt;&lt;P&gt;copy Your script to FAT and load the script under U-boot ,&lt;/P&gt;&lt;P&gt;using command "fatload".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Wed, 22 Jul 2015 02:56:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Running-a-script-in-uboot-without-tftp-dhcp-use/m-p/426143#M64567</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-07-22T02:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script in uboot without tftp/dhcp use</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Running-a-script-in-uboot-without-tftp-dhcp-use/m-p/426144#M64568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have got the answer for this,instead of creating a seperate FAT partition, using dd utility, say sudo dd if=xyz.scr of=/dev/sdb bs=512 seek=8192 count=2 conv=fysnc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in uboot &amp;gt; mmv read 0x12000000 0x2000 0x100&lt;/P&gt;&lt;P&gt;uboot &amp;gt; source 0x12000000&lt;/P&gt;&lt;P&gt;using this, script content run properly but i need to know how we can decide the address(0x2000). if you could elaborate how we can decide the address in lehman's way. thanks in advance for helping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 06:41:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Running-a-script-in-uboot-without-tftp-dhcp-use/m-p/426144#M64568</guid>
      <dc:creator>gbiradar</dc:creator>
      <dc:date>2015-07-22T06:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script in uboot without tftp/dhcp use</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Running-a-script-in-uboot-without-tftp-dhcp-use/m-p/426145#M64569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its mmc not mmv. sorry for the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 06:44:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Running-a-script-in-uboot-without-tftp-dhcp-use/m-p/426145#M64569</guid>
      <dc:creator>gbiradar</dc:creator>
      <dc:date>2015-07-22T06:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script in uboot without tftp/dhcp use</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Running-a-script-in-uboot-without-tftp-dhcp-use/m-p/426146#M64570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have explore the answer is 0x2000 &amp;lt;=&amp;gt; 8192&lt;/P&gt;&lt;P&gt;8192* 512(bs) = 4MB, by default bs is 512 bytes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 12:44:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Running-a-script-in-uboot-without-tftp-dhcp-use/m-p/426146#M64570</guid>
      <dc:creator>gbiradar</dc:creator>
      <dc:date>2015-07-22T12:44:16Z</dc:date>
    </item>
  </channel>
</rss>

