Moving An Embedded Project From x86 to PowerPC
An anonymous reader writes "This series on embedded development shows you how to migrate a project prototype from x86 to PowerPC. This initial installment explains the realities and rationale of the project: it introduces the robotic submarines that were the start of the project (and where they came from), and describes the Linux/GCC development environment and the bare-bones Kuro Box PowerPC development board."
Eh, they fixed it already.
There are definitely good reasons to not go with x86. At the core, x86 is a crufty architecture, which will always have a negative inpact on things like power efficiency.
Please correct me if I got my facts wrong.
But I quote from the article:
The problem is how to hook up mains, active cooling (liquid maybe?) and designing the external support circuitry for x86.
The PowerPC doesn't have that problem because:
So the answer? PPC has lower thermal constraints, higher performance given fixed energy requirements, and lower part count.
GPL Deconstructed
It's a shame he hosted his project on Windows, I would have like to have seen it on OS X or Linux. I suppose he will wind up using Cygwin which I never really got on with... I always found easier just be in a *NIX environment to begin with.
Here's hoping after they finish jettisoning the PC business we quit seeing so many Windows hosted articles on IBM Developerworks
Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
No.
x86 is not the end all and be all of computers.
It fails at things like power to mips. Just remember the fastest computer Blue/Gene does not run x86.
Even Microsoft is dropping the X86 for the new XBox.
x86 is not dead yet thanks to AMD but it will be interesting to see what the future holds.
See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
why not use a intel Xscale (ARM) or a quad core 1GHz BCM1250 (mips) SOC from broadcom OR run a AMD alchemy au1200 500MHz (mips)
and run netbsd or linux
the whole thing is skewed he does mention ARM but discounts it because not powerful enough and opts for a 200MHz PPC yet a Xscale can clock at 500MHz so can the MIPS and trust me the broadcom has 4 CPU's to do the processing so its going to be outgunning ANYTHING the PPC camp has
I would have gone with a Xscale (intel) or Alchemy (AMD) solution
regards
John Jones
Summary: "IBM processors Rulez. Everyone else sux." Only the other day we had the History of the Microprocessor According to IBM.
Tell me, did IBM give slashdot DB2 for free?
i686 forever! Pentium-M UltraLowVoltage FOREVER!!!!!
i686 forever! Pentium-M UltraLowVoltage FOREVER!!!!!
i686 forever! Pentium-M UltraLowVoltage FOREVER!!!!!
With his fat 2MB L2-cache, hohohoho, it's very fat.
The homepage for Lewin Edwards is interesting. He is doing other neat projects in addition to his submarine project mentioned in the article.