<?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>Processor Expert SoftwareのトピックRe: install source ISO</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/install-source-ISO/m-p/1443337#M5064</link>
    <description>&lt;P&gt;Installing QoRIQ SDK on Linux (Centos7)&lt;/P&gt;&lt;P&gt;0. make sure yocto support packages are installed on host&lt;BR /&gt;&lt;A href="https://www.yoctoproject.org/docs/current/brief-yoctoprojectqs/brief-yoctoprojectqs.html" target="_blank"&gt;https://www.yoctoproject.org/docs/current/brief-yoctoprojectqs/brief-yoctoprojectqs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;1. download ISO from Freescale/NXP website, you do have to register for access&lt;BR /&gt;- they have all kinds of ISOs, i downloaded one for PPCE5500&lt;BR /&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/linux-software-and-development-tools/linux-sdk-for-qoriq-processors:SDKLINUX" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/linux-software-and-development-tools/linux-sdk-for-qoriq-processors:SDKLINUX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Download: QorIQ Linux SDK v2.0 SOURCE.iso&lt;BR /&gt;Download: QorIQ Linux SDK v2.0 PPCE5500 Yocto Cache.iso&lt;/P&gt;&lt;P&gt;2. Mount ISO&lt;BR /&gt;2a. double-click on ISO in explorer window to perform mount&lt;BR /&gt;for me it mounted at: /run/media/jsanchor/yocto&amp;lt;X&amp;gt;&lt;BR /&gt;- try "sudo mount -l", to see something like this:&lt;BR /&gt;/home/jsanchor/Downloads/QorIQ Linux SDK v2.0 PPCE500MC IMAGE.iso on /run/media/jsanchor/yocto type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,dmode=0500,mode=0400,uhelper=udisks2) [yocto]&lt;BR /&gt;- this example tells me, ISO is mounted at "on /run/media/jsanchor/yocto"&lt;/P&gt;&lt;P&gt;2b. or command-line:&lt;BR /&gt;1a. rename ISO if it contains spaces or periods&lt;BR /&gt;sudo mkdir /mnt/cdrom --&amp;gt; this is where i wanted to mount it&lt;BR /&gt;cd /home/jsanchor/Downloads --&amp;gt; this is where my ISO was downloaded&lt;BR /&gt;sudo mount -o loop -t iso9660 QorIQ_Linux_SDK_v20_PPCE500MC_Yocto_Cache.is&lt;/P&gt;&lt;P&gt;3. install source ISO&lt;BR /&gt;/run/media/jsanchor/yocto/install&lt;/P&gt;&lt;P&gt;4. extract/install cache ISO -&amp;gt;&lt;BR /&gt;/run/media/jsanchor/yoctoX/install or /mnt/cdrom/install&lt;BR /&gt;pick folder for install, /home/jsanchor/QorIQ-SDK-V2.0-20160527-yocto&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 09:50:17 GMT</pubDate>
    <dc:creator>jsanchor</dc:creator>
    <dc:date>2022-04-13T09:50:17Z</dc:date>
    <item>
      <title>install source ISO</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/install-source-ISO/m-p/1441271#M5059</link>
      <description>&lt;P&gt;Hi, I installed&amp;nbsp;QorIQ-SDK-V2.0-20160527-yocto on my Linux machine.&amp;nbsp;/run/media/jsanchor/yocto/install. After Installation completion, I get the message: "Next step, please install source ISO to /home/jsanchor". I want to build the SDK for P5020DS, that is a e500mc core.&lt;/P&gt;&lt;P&gt;How do I do this? Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 11:58:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/install-source-ISO/m-p/1441271#M5059</guid>
      <dc:creator>jsanchor</dc:creator>
      <dc:date>2022-04-08T11:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: install source ISO</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/install-source-ISO/m-p/1443337#M5064</link>
      <description>&lt;P&gt;Installing QoRIQ SDK on Linux (Centos7)&lt;/P&gt;&lt;P&gt;0. make sure yocto support packages are installed on host&lt;BR /&gt;&lt;A href="https://www.yoctoproject.org/docs/current/brief-yoctoprojectqs/brief-yoctoprojectqs.html" target="_blank"&gt;https://www.yoctoproject.org/docs/current/brief-yoctoprojectqs/brief-yoctoprojectqs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;1. download ISO from Freescale/NXP website, you do have to register for access&lt;BR /&gt;- they have all kinds of ISOs, i downloaded one for PPCE5500&lt;BR /&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/linux-software-and-development-tools/linux-sdk-for-qoriq-processors:SDKLINUX" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/linux-software-and-development-tools/linux-sdk-for-qoriq-processors:SDKLINUX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Download: QorIQ Linux SDK v2.0 SOURCE.iso&lt;BR /&gt;Download: QorIQ Linux SDK v2.0 PPCE5500 Yocto Cache.iso&lt;/P&gt;&lt;P&gt;2. Mount ISO&lt;BR /&gt;2a. double-click on ISO in explorer window to perform mount&lt;BR /&gt;for me it mounted at: /run/media/jsanchor/yocto&amp;lt;X&amp;gt;&lt;BR /&gt;- try "sudo mount -l", to see something like this:&lt;BR /&gt;/home/jsanchor/Downloads/QorIQ Linux SDK v2.0 PPCE500MC IMAGE.iso on /run/media/jsanchor/yocto type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,dmode=0500,mode=0400,uhelper=udisks2) [yocto]&lt;BR /&gt;- this example tells me, ISO is mounted at "on /run/media/jsanchor/yocto"&lt;/P&gt;&lt;P&gt;2b. or command-line:&lt;BR /&gt;1a. rename ISO if it contains spaces or periods&lt;BR /&gt;sudo mkdir /mnt/cdrom --&amp;gt; this is where i wanted to mount it&lt;BR /&gt;cd /home/jsanchor/Downloads --&amp;gt; this is where my ISO was downloaded&lt;BR /&gt;sudo mount -o loop -t iso9660 QorIQ_Linux_SDK_v20_PPCE500MC_Yocto_Cache.is&lt;/P&gt;&lt;P&gt;3. install source ISO&lt;BR /&gt;/run/media/jsanchor/yocto/install&lt;/P&gt;&lt;P&gt;4. extract/install cache ISO -&amp;gt;&lt;BR /&gt;/run/media/jsanchor/yoctoX/install or /mnt/cdrom/install&lt;BR /&gt;pick folder for install, /home/jsanchor/QorIQ-SDK-V2.0-20160527-yocto&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 09:50:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/install-source-ISO/m-p/1443337#M5064</guid>
      <dc:creator>jsanchor</dc:creator>
      <dc:date>2022-04-13T09:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: install source ISO</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/install-source-ISO/m-p/1533220#M5282</link>
      <description>&lt;P&gt;Windows software titles are often distributed in ISO format. There are a couple of ways to use this file type depending on the version of Windows you are using.&lt;/P&gt;&lt;P&gt;An ISO image file is a single file that is a representation of the contents of a CD or DVD.&lt;/P&gt;&lt;P&gt;To install your software from the ISO image, choose from the following, depending on the version of Windows you are using.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Windows 8, 8.1 10 or 11&lt;BR /&gt;Right-click on the ISO image file and choose mount from the menu. This will open the file much like a DVD. You will see it listed among your drive letters in Windows explorer. Browse to the location of the setup file and double-click it to start your installation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Windows 7&lt;BR /&gt;For this version of Windows, you will need to extract the files from the ISO image. This is similar to unzipping a .zip file.&lt;BR /&gt;You can extract the files to a folder on your hard drive using a program such as WinZip or 7zip. If using WinZip, right-click on the ISO image file and choose one of the extract options. Then browse to the location of the setup file and double-click it to start your installation.&lt;/P&gt;&lt;P&gt;The steps to start your software installation are very basic, please consult your WebStore order history and your software order for links to installation instructions for your specific software.&lt;/P&gt;&lt;P&gt;You may also want to burn the ISO image file to a DVD as a backup copy of your software. You can do this in Windows 7 and newer by right-clicking the ISO image file and choosing Burn Disk Image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This may help you,&lt;/P&gt;&lt;P&gt;Rachel Gomez&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 07:24:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/install-source-ISO/m-p/1533220#M5282</guid>
      <dc:creator>RachelGomez123</dc:creator>
      <dc:date>2022-10-06T07:24:06Z</dc:date>
    </item>
  </channel>
</rss>

