<?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>T-SeriesのトピックRe: SD Deployment T2080RDB</title>
    <link>https://community.nxp.com/t5/T-Series/SD-Deployment-T2080RDB/m-p/728860#M2298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have solved the problems. I follow the next steps:&lt;/P&gt;&lt;P&gt;We can place the filesystem and kernel on the SD card, then the kernel can boot up automatically after the board is powered on or after reset. Prior to his deployment, make sure U-boot parameters have been set up:&lt;/P&gt;&lt;P&gt;# setenv bootfile uImage.bin&lt;BR /&gt;# setenv fdtfile uImage.dtb&lt;BR /&gt;# serene bootcmd 'setenv bootargs root=/dev/mmcblk0p2 rw rootdelay=5 console=$consoledev,$baudrate;mmcinfo;ext2load mmc 0:2 $loadaddr /boot/$bootfile;ext2load mmc 0:2 $fdtaddr /boot/$fdtfile;bootm $loadaddr - $fdtaddr'&lt;BR /&gt;# save&lt;/P&gt;&lt;P&gt;Deploy Filesystem to the SD Card&lt;BR /&gt;Once the U-boot network parameters have been set, follow the steps below to deploy the filesystem to he SD card:&lt;/P&gt;&lt;P&gt;Connect the card reader with SD Card to the Linux Host PC.&lt;BR /&gt;Create the partitions by ‘fdisk /dev/sdb’, one MS-DOS partition (sdd1 and this partition usually for u-boot) and one ext2 partition (sdd2) in the SD card.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$sudo fdisk /dev/sdd&lt;BR /&gt;Command (m por help): p &lt;BR /&gt;Command (m for help): d &lt;BR /&gt;Command (m for help): w&lt;/P&gt;&lt;P&gt;$ sudo disk /dev/sdd&lt;BR /&gt;Command (m for help): n &lt;BR /&gt;Partition type: p&lt;BR /&gt;First sector: &amp;lt;enter&amp;gt;&lt;BR /&gt;Last sector: +512M&lt;BR /&gt;Command (m for help): t&lt;BR /&gt;Hex Code: b&lt;BR /&gt;Command (m for help): n &lt;BR /&gt;Partition type: p&lt;BR /&gt;First sector: &amp;lt;enter&amp;gt;&lt;BR /&gt;Last sector: &amp;lt;enter&amp;gt; &lt;/P&gt;&lt;P&gt;Command (m for help): w&lt;/P&gt;&lt;P&gt;Use the mkfs command to create the filesystem.&lt;/P&gt;&lt;P&gt;$ mkfs.vfat /dev/sdd1&lt;BR /&gt;$ mkfs.ext2 /dev/sdd2&lt;/P&gt;&lt;P&gt;Create the temp directory in the host PC and mount the ext2 partition to he temp.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ sudo mkdir /temp&lt;BR /&gt;$ sudo mount /dev/sdd2 /temp&lt;BR /&gt;$ cd temp&lt;BR /&gt;$ ls&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Copy the file system to SD. Make sure the kernel image and dtb file are in /temp/boot directory, then umount the /temp. Access to the directory where we have the tar.gz system file. Normally if you have compiled the image the necessary files are in:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ cd QorIQ-SDK-V2.0-20160527-yocto/build_t2080rdb-64b/tmp/deploy/images/t2080rdb-64b/&lt;/P&gt;&lt;P&gt;$ sudo tar -xzvf image-full.tar.gaz -C /temp&lt;BR /&gt;$ sudo cp uImage.bin /temp/boot&lt;BR /&gt;$ sudo cp uImage.dtb /temp/boot&lt;/P&gt;&lt;P&gt;$ sudo unmount /temp&lt;/P&gt;&lt;P&gt;Now the kernel can boot up automatically after the board is powered on or after reset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2018 07:06:34 GMT</pubDate>
    <dc:creator>sandratrujillog</dc:creator>
    <dc:date>2018-06-05T07:06:34Z</dc:date>
    <item>
      <title>SD Deployment T2080RDB</title>
      <link>https://community.nxp.com/t5/T-Series/SD-Deployment-T2080RDB/m-p/728858#M2296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am trying to prepare an SD card to load my operating system and work with my T2080RDB-PC.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am following the instructions detailed in the manual of the SDK 'QORIQ-SDK-2.0-IC-REV0.pdf' in particular I am following the section '4.4.18.9.4 SD Deployment'.&amp;nbsp;I have several doubts about this. Attached is a screenshot of this documentation and a screenshot of the directory QorIQ-SDK-V2.0-20160527-yocto/build_t2080rdb-64b/temp/deploy/images/t2080rdb-64b&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;1)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Why do I need the QorIQ-SDK- &amp;lt;Version&amp;gt; -PPCE6500- &amp;lt;release date&amp;gt; -yocto.iso image?&amp;nbsp;I want to record the operating system image that I modified and subsequently built using this SDK. When I built the images I got the image fsl-image-full-t2080rdb-64b-&amp;lt;date&amp;gt;.rootfs.tar.gz ¿Can I use this image?&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;How can I load the image I have&amp;nbsp;built and prepare the SD for it?&lt;/P&gt;&lt;P&gt;3)&amp;nbsp;&amp;nbsp;I do not understand the steps that I attach below:&lt;/P&gt;&lt;PRE style="padding-left: 30px;"&gt;&lt;PRE style="padding-left: 30px;"&gt;6. Copy the file system to harddisk by extracing the 
QorIQ_SDK_&amp;lt;Version&amp;gt;_E6500_&amp;lt;release date&amp;gt;_ROOTFS_Image.tar.gz. 
Remove the tarball after extracting rootfs.&lt;/PRE&gt;&lt;/PRE&gt;&lt;DIV class="" title="Page 371"&gt;&lt;DIV class="" style="background-color: rgb(93.333000%, 94.510000%, 95.294000%);"&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 8.000000pt;"&gt;# cp QorIQ_SDK_&amp;lt;Version&amp;gt;_E6500_&amp;lt;release date&amp;gt;_ROOTFS_Image.tar.gz 
# sudo tar -zxvf QorIQ_SDK_&amp;lt;Version&amp;gt;_E6500_&amp;lt;release date&amp;gt;_ROOTFS_Image.tar.gz 
# rm QorIQ_SDK_&amp;lt;Version&amp;gt;_E6500_&amp;lt;release date&amp;gt;_ROOTFS_Image.tar.gz&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P style="padding-left: 30px;"&gt;Where do I copy the&lt;SPAN&gt;&amp;nbsp;QorIQ_SDK_&amp;lt;Version&amp;gt;_E6500_&amp;lt;release date&amp;gt;_ROOTFS_Image.tar.gz? In what directory? On the SD or on the host PC?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4)&amp;nbsp;Are all the directories that are created in the instructions created in the SD? In the instructions it says 'Create temp directory in host PC' but I think that this should be created in the SD, is it true?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I appreciate the help&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 10:46:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/SD-Deployment-T2080RDB/m-p/728858#M2296</guid>
      <dc:creator>sandratrujillog</dc:creator>
      <dc:date>2018-05-28T10:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: SD Deployment T2080RDB</title>
      <link>https://community.nxp.com/t5/T-Series/SD-Deployment-T2080RDB/m-p/728859#M2297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;If SDK 2.0 is used for building, find kernel image file, .dtb and rott file system using the following path:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;QorIQ-SDK-V2.0-20160527-yocto/build_t2080rdb/tmp/deploy/images/t2080rdb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;The Section &lt;SPAN style="color: black;"&gt;4.4.18.9.4 contains command sequence is image from the factory is used.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&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>Fri, 01 Jun 2018 11:44:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/SD-Deployment-T2080RDB/m-p/728859#M2297</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2018-06-01T11:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: SD Deployment T2080RDB</title>
      <link>https://community.nxp.com/t5/T-Series/SD-Deployment-T2080RDB/m-p/728860#M2298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have solved the problems. I follow the next steps:&lt;/P&gt;&lt;P&gt;We can place the filesystem and kernel on the SD card, then the kernel can boot up automatically after the board is powered on or after reset. Prior to his deployment, make sure U-boot parameters have been set up:&lt;/P&gt;&lt;P&gt;# setenv bootfile uImage.bin&lt;BR /&gt;# setenv fdtfile uImage.dtb&lt;BR /&gt;# serene bootcmd 'setenv bootargs root=/dev/mmcblk0p2 rw rootdelay=5 console=$consoledev,$baudrate;mmcinfo;ext2load mmc 0:2 $loadaddr /boot/$bootfile;ext2load mmc 0:2 $fdtaddr /boot/$fdtfile;bootm $loadaddr - $fdtaddr'&lt;BR /&gt;# save&lt;/P&gt;&lt;P&gt;Deploy Filesystem to the SD Card&lt;BR /&gt;Once the U-boot network parameters have been set, follow the steps below to deploy the filesystem to he SD card:&lt;/P&gt;&lt;P&gt;Connect the card reader with SD Card to the Linux Host PC.&lt;BR /&gt;Create the partitions by ‘fdisk /dev/sdb’, one MS-DOS partition (sdd1 and this partition usually for u-boot) and one ext2 partition (sdd2) in the SD card.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$sudo fdisk /dev/sdd&lt;BR /&gt;Command (m por help): p &lt;BR /&gt;Command (m for help): d &lt;BR /&gt;Command (m for help): w&lt;/P&gt;&lt;P&gt;$ sudo disk /dev/sdd&lt;BR /&gt;Command (m for help): n &lt;BR /&gt;Partition type: p&lt;BR /&gt;First sector: &amp;lt;enter&amp;gt;&lt;BR /&gt;Last sector: +512M&lt;BR /&gt;Command (m for help): t&lt;BR /&gt;Hex Code: b&lt;BR /&gt;Command (m for help): n &lt;BR /&gt;Partition type: p&lt;BR /&gt;First sector: &amp;lt;enter&amp;gt;&lt;BR /&gt;Last sector: &amp;lt;enter&amp;gt; &lt;/P&gt;&lt;P&gt;Command (m for help): w&lt;/P&gt;&lt;P&gt;Use the mkfs command to create the filesystem.&lt;/P&gt;&lt;P&gt;$ mkfs.vfat /dev/sdd1&lt;BR /&gt;$ mkfs.ext2 /dev/sdd2&lt;/P&gt;&lt;P&gt;Create the temp directory in the host PC and mount the ext2 partition to he temp.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ sudo mkdir /temp&lt;BR /&gt;$ sudo mount /dev/sdd2 /temp&lt;BR /&gt;$ cd temp&lt;BR /&gt;$ ls&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Copy the file system to SD. Make sure the kernel image and dtb file are in /temp/boot directory, then umount the /temp. Access to the directory where we have the tar.gz system file. Normally if you have compiled the image the necessary files are in:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ cd QorIQ-SDK-V2.0-20160527-yocto/build_t2080rdb-64b/tmp/deploy/images/t2080rdb-64b/&lt;/P&gt;&lt;P&gt;$ sudo tar -xzvf image-full.tar.gaz -C /temp&lt;BR /&gt;$ sudo cp uImage.bin /temp/boot&lt;BR /&gt;$ sudo cp uImage.dtb /temp/boot&lt;/P&gt;&lt;P&gt;$ sudo unmount /temp&lt;/P&gt;&lt;P&gt;Now the kernel can boot up automatically after the board is powered on or after reset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 07:06:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/SD-Deployment-T2080RDB/m-p/728860#M2298</guid>
      <dc:creator>sandratrujillog</dc:creator>
      <dc:date>2018-06-05T07:06:34Z</dc:date>
    </item>
  </channel>
</rss>

