<?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 Using qemu with T2080. No -cpu e6500 option in T-Series</title>
    <link>https://community.nxp.com/t5/T-Series/Using-qemu-with-T2080-No-cpu-e6500-option/m-p/447393#M379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, Im trying to run qemu for emulate a "hello world" for T2080.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I succesfully installed all the SDK and run host-prepare.sh script that say me everything is OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ source ./fsl-setup-poky -m t2080rdb&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-virt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to run:&lt;/P&gt;&lt;P&gt;$ ~/SDK/QorIQ-SDK-V1.7-20141218-yocto/poky/build_t2080rdb_release/tmp/sysroots/i686-linux/usr/bin/qemu-system-ppc64 - cpu e6500&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And the output is :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Unable to find PowerPC CPU definition"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I also try differentes qemu builds with no luck, for example: ~/SDK/QorIQ-SDK-V1.7-20141218-yocto/poky/build_t2080rdb_release/tmp/work/i686-linux/qemu-native/1.7.0-r0/qemu-1.7.0/ppc64-softmmu&lt;/P&gt;&lt;P&gt;I also check that meta/conf/bitbake.conf has the next lines:&lt;/P&gt;&lt;P&gt;QEMU_OPTIONS_e6500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "-cpu e6500"&lt;/P&gt;&lt;P&gt;QEMU_OPTIONS_e6500-64b = "-cpu e6500"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i try to boot qemu without -cpu option, &lt;STRONG&gt;qemu just freeze without any text output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(qemu) QEMU waiting for connection on: telnet:0.0.0.0:4444,server&lt;/P&gt;&lt;P&gt;Warning: vlan 0 is not connected to host network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the script where i try to run on qemu:&lt;/P&gt;&lt;P&gt;#!/bin/bash &lt;/P&gt;&lt;P&gt;rd=~/SDK/Target_Images/PPCE6500_Images/t2080rdb/fsl-image-core-t2080rdb.ext2.gz&lt;/P&gt;&lt;P&gt;kernelimg=~/SDK/Target_Images/PPCE6500_Images/t2080rdb/uImage--3.12-r0-t2080rdb-20141213024927.bin&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;sudo ~/SDK/QorIQ-SDK-V1.7-20141218-yocto/poky/build_t2080rdb_release/tmp/sysroots/i686-linux/usr/bin/qemu-system-ppc64&amp;nbsp; -nographic -m 256 -M ppce500 -kernel $kernelimg -initrd $rd&amp;nbsp; -append "root=/dev/ram rw console=ttyS0,115200" -serial tcp::4444,server,telnet -net nic&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Tried differents kernel configurations, even using qemu-system-ppc instead of 64 bits version, and i don't have any output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Daniel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 15:46:09 GMT</pubDate>
    <dc:creator>danielruiz</dc:creator>
    <dc:date>2015-04-27T15:46:09Z</dc:date>
    <item>
      <title>Using qemu with T2080. No -cpu e6500 option</title>
      <link>https://community.nxp.com/t5/T-Series/Using-qemu-with-T2080-No-cpu-e6500-option/m-p/447393#M379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, Im trying to run qemu for emulate a "hello world" for T2080.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I succesfully installed all the SDK and run host-prepare.sh script that say me everything is OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ source ./fsl-setup-poky -m t2080rdb&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-virt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to run:&lt;/P&gt;&lt;P&gt;$ ~/SDK/QorIQ-SDK-V1.7-20141218-yocto/poky/build_t2080rdb_release/tmp/sysroots/i686-linux/usr/bin/qemu-system-ppc64 - cpu e6500&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And the output is :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Unable to find PowerPC CPU definition"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I also try differentes qemu builds with no luck, for example: ~/SDK/QorIQ-SDK-V1.7-20141218-yocto/poky/build_t2080rdb_release/tmp/work/i686-linux/qemu-native/1.7.0-r0/qemu-1.7.0/ppc64-softmmu&lt;/P&gt;&lt;P&gt;I also check that meta/conf/bitbake.conf has the next lines:&lt;/P&gt;&lt;P&gt;QEMU_OPTIONS_e6500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "-cpu e6500"&lt;/P&gt;&lt;P&gt;QEMU_OPTIONS_e6500-64b = "-cpu e6500"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i try to boot qemu without -cpu option, &lt;STRONG&gt;qemu just freeze without any text output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(qemu) QEMU waiting for connection on: telnet:0.0.0.0:4444,server&lt;/P&gt;&lt;P&gt;Warning: vlan 0 is not connected to host network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the script where i try to run on qemu:&lt;/P&gt;&lt;P&gt;#!/bin/bash &lt;/P&gt;&lt;P&gt;rd=~/SDK/Target_Images/PPCE6500_Images/t2080rdb/fsl-image-core-t2080rdb.ext2.gz&lt;/P&gt;&lt;P&gt;kernelimg=~/SDK/Target_Images/PPCE6500_Images/t2080rdb/uImage--3.12-r0-t2080rdb-20141213024927.bin&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;sudo ~/SDK/QorIQ-SDK-V1.7-20141218-yocto/poky/build_t2080rdb_release/tmp/sysroots/i686-linux/usr/bin/qemu-system-ppc64&amp;nbsp; -nographic -m 256 -M ppce500 -kernel $kernelimg -initrd $rd&amp;nbsp; -append "root=/dev/ram rw console=ttyS0,115200" -serial tcp::4444,server,telnet -net nic&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Tried differents kernel configurations, even using qemu-system-ppc instead of 64 bits version, and i don't have any output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Daniel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:46:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Using-qemu-with-T2080-No-cpu-e6500-option/m-p/447393#M379</guid>
      <dc:creator>danielruiz</dc:creator>
      <dc:date>2015-04-27T15:46:09Z</dc:date>
    </item>
  </channel>
</rss>

