The Perseverance Rover CPU Has Similar Specs To a Clamshell Ibook From 2001 (baesystems.com) 109
An anonymous reader writes: NASA's Perseverence rover, which is currently exploring Mars, has as it's CPU a BAE Systems RAD 750 running at a 200 Mhz and featuring 256 Megabytes of RAM with 2 Gigabytes of storage. This is a radiation hardened version of the PowerPC G3, with specs roughly equivalent to the Clamshell Ibook that Reese Witherspoon used in Legally Blond back in 2001. This follows a tradition of old tech on space rovers — the Sojourner rover which explored Mars in 1997 used an Intel 80C85 running at 2 Mhz, similar to what could have been found in the classic Radio Shack TRS-80 model 100 portable from 1983.
In a comment on the original submission, long-time Slashdot reader Mal-2 argues "There's not as much distance between the actual capabilities of a CPU now and twenty years ago as there would be if you made the same comparison a decade ago." In the last 12 years or so, the CPUs have gotten more efficient and cooler-running (thus suitable for portable devices) to a much greater degree than they've actually gained new functionality. Retro computing is either going to stay stuck in the 1990s, or it's not going to be very interesting in the future.
In a comment on the original submission, long-time Slashdot reader Mal-2 argues "There's not as much distance between the actual capabilities of a CPU now and twenty years ago as there would be if you made the same comparison a decade ago." In the last 12 years or so, the CPUs have gotten more efficient and cooler-running (thus suitable for portable devices) to a much greater degree than they've actually gained new functionality. Retro computing is either going to stay stuck in the 1990s, or it's not going to be very interesting in the future.
Re: 256 MB ought to be enough for anyone on Mars (Score:2, Interesting)
Re: (Score:3)
I do not understand the down-mods on this thread. Rad-hard spaceworthy versions of electronic components typically lag at least a decade behind more contemporary ones, if for no other reason, then because they have been tested over longer periods in the environment they will face. When millions of dollars are riding on a mission, you want to engineer around technology for which you have evidence it will survive.
Re: (Score:2)
Oops, responded to the wrong thread. See the thread below.
Re: (Score:3)
Re: (Score:2)
Consider SCALA systems or PLCs which probably have a similar performance demand.
And sadly, I still pay $10,000 more to go from a 2MB to 16MB RAM model of an AB PLC.
History lessons. (Score:2)
Retro computing is either going to stay stuck in the 1990s, or it's not going to be very interesting in the future.
Maybe this time around we'll learn to be more reliable and efficient with our hardware.
Re: (Score:2)
It costs more to write software that is efficient, makes effective use of available hardware, and meets functional requirements.
I'd be happy to work on a team that replaces Windows and Linux with something good. I don't think anyone else will be happy with it when it take us 5 years to write it and we'd have to charge 10x what Windows 10 costs.
Re: History lessons. (Score:2)
The biggest problem youâ(TM)ll face is that people will need your new OS to run their Windows and/or Linux software... and reimplementing enough of either of those OSâ(TM)s to accomplish that would take much longer than 5 years (and also youâ(TM)d end up with an OS that inherited most of the design flaws of the OS it was compatible with)
Alternatively you can write your ideal non-compatible OS and then watch nobody use it, because there is no software to run on it, and watch nobody write soft
Re: (Score:2)
Linux syscall emulation has been done before. Not there there is actually a very large library of commercial Linux software worth supporting.
One alternative is to not support pre-existing software at all. An opportunity to sell everyone new software. Now I've turned a technical problem into a marketing opportunity (and thus not engineering's problem). I have been in the industry for quite some time ...
Re: (Score:2)
"It costs more to write software that is efficient, makes effective use of available hardware, and meets functional requirements."
Not necessarily. The cost of a line of code is essentially constant, so yes, once you go into optimizations that actually require more code, that will increase the cost. However most of our bloat today comes from unsuitable abstractions. For example using a browser as a GUI toolkit for your desktop app doesn't save any money or code, but it adds huge amounts of bloat.
Re: (Score:3)
The cost of a line of code is essentially constant,
That hasn't been my experience in automotive safety. There is quite a bit more process such as bidirection traceability that prevents people from sitting down and banging out some new library routines in an afternoon.
once you go into optimizations that actually require more code
Good optimization don't require hardly any more code, just more planning, design, experiments, and metrics.
However most of our bloat today comes from unsuitable abstractions.
100% !!
top to bottom we screw ourselves in the industry by adopting bad abstractions. in a large project, several components can have a sort of "impedance mismatch" where the abstraction a
Re: (Score:2)
It also costs a lot of money to write bug-free code. You have software that has to be pretty much 0 bugs because updating it is risky - it cost hundreds of billions o
Re: (Score:2)
I'd expect a burst of retru computing in when the date stamp hits the 32-bit mark form the "epoch" time in 1970. We've already passwd one billion seonds, but 4294967296 means an overflow of 32-bit fields. It's likely to be a problem then for retrocumputing, or long-stable operating system emulators.
Old tech my foot (Score:2)
It's a tradition of known-to-be-reliable tech. By definition, that rules out the bleeding edge that gets pushed out to consumers. The qualification process takes a while. Then there's radiation-hardening, which is easier to achieve when the individual components on a processor are larger.
For Perseverance, there's a third factor: it has much in common with Curiosity (including its computers), whose design started in 2004.
Not old tech, just appropriate software (Score:2)
I suspect Perseverance did what any good power user would do, and that is uninstall all the cruft first.
Seriously, though, what do we need eight cores of 4GHz processing power for today? .NET / Java / Metro and other managed or interpreted languages du jour
1. 3D scene processing and rendering
2. Multi-megapixel 2D graphics bitbashing for a GUI UI
3. Overhead for
4. 200 background processes for advertising, haptic devices, and several different company's auto-updates, many of them mutually tangled and intertwin
Re: (Score:2)
The many cores available transformed how programs are written. There is usually a main thread talking to the user and a pool of threads processing everything else completely transparent to the programmer. I'm thinking of the async/await paradigm and closures that popped up in all major languages. Before that you had to manage and sync every thread yourself, now it's just do this, do that, the more cores the sooner it finishes, and gather the result.
Re: (Score:2)
A 66MHz 486 ran Windows just fine in 1992, and there is little that Windows today actually does in any real value-added sense than it did then. ...
And two or 3 years later it ran Java IDEs just fine on windows. So no idea about your point 3. above
Re: (Score:3)
A 66MHz 486 ran Windows just fine in 1992, and there is little that Windows today actually does in any real value-added sense than it did then. ...
And two or 3 years later it ran Java IDEs just fine on windows. So no idea about your point 3. above
There was no IDE for Java when it was released in 1995. If you remember it was basically notepad and a dos session. The first IDE was Visual Cafe, which came out around 1997. Microsoft brought out Visual J++ shortly after. Both of which were written in a real language, not in Java. Next came Visual Age which morphed into Eclipse. That too was written in a real language. There wasn't the processing power to have a performant IDE written in Java for some years after it was released. Netbeans was the f
Re: (Score:2)
I think you are little bit off :P
E.g. there was Borland JBuilder or how it was called. And I seriously doubt Visual Caffee was the first one.
I started working with Java seriously 1997, and then we had several IDEs, and all written in Java. I think Visual Caffee was written in SmallTalk, though.
There wasn't the processing power to have a performant IDE written in Java for some years after it was released. ...
Yes there was. As I wrote my pre thesis and my diploma thesis on the machine I had 1995
What you mea
Re: (Score:2)
Obstacle avoidence would be the big advantage of having a rover with a respectable brain. If you could trust a rover to navigate on its own, NASA could cover a wider area-- if for instance the local geology around the landing site proved not to be as interesting as first thought. Imagine if "go check out this other area 200 km to the north" was a viable strategy. Imagine if the rover could take action to survive dust storms.
Opportunity lasted 15 tears, but it only traveled 45 km.
The Boston Dynamic artificia
Re: (Score:2)
The facepalm is strong with this (Score:2)
I have to wonder what processor SpaceX would use in a rover. Seems to me that every piece of NASA hardware is decades behind current technology. Is it because it takes for-friggin-ever to build the vehicle that they make a design choice using technology that was current at the time and then ten years later they get to build it?
Re: (Score:2)
Hardening electronics is a thing.
Re: (Score:2)
Hardening electronics is a thing.
I get hard by watching Pornhub, can't we do something similar with CPUs?
Depends. Has your penis been Tempest [wikipedia.org] tested?
Re: (Score:2)
What does penis testing has to do with an old arcade game [wikipedia.org]?
Re: (Score:2)
SpaceX's approach has been to use off-the-shelf components and to rely on fault tolerance and redundancy rather than special super-expensive hardened gear. It's one of the ways in which they've been able to so significantly undercut everybody else on pricing. At this point, after more than a hundred launches and more than a thousand satellites, I'd say their approach has been pretty proven out.
NASA has a big problem of doing things because they worked in the past. It ensures that it'll probably work again i
Re: (Score:3)
Re: (Score:2)
Re: (Score:2)
And what about the Starlink satellites that are serving polar regions? Aren't the Van Allen belts toroidal? And what about the second stage flight computers that have to operate on elliptical orbits with apogees beyond geostationary?
Re:The facepalm is strong with this (Score:5, Insightful)
No, it's because radiation hardening is easier to achieve when there's more space between transistors, thus reducing the risk of bit flipping and so on.
Also, there is little need for multitasking, or very fast response to inputs.
My 3D printer has an ATmega2560 CPU, yet it works very well and is fast enough. The only woe is its USB-Serial emulator, which only works at 250K BAUD rate. Except for that, it can control multiple motors and process G-Code quickly enough.
What NASA/JPL have done is a great example of "using the right tool for the job", no fancy stuff that breaks in unexpected ways.
Re: (Score:2)
Especially when you a
Re: (Score:3)
It's more that the CPU has to be radiation hardened and have a well proven reliability. Chips that run faster and are built with a smaller process are harder to radiation harden. Newer CPUs necessarily have a shorter track record.
These kinds of trade-offs happen all the time in embedded design.
Re: (Score:2)
a RAD750 is closer to $200,000 than to $800. They're made in tiny numbers and go through a massive verification process. They don't just stick in a PPC 603.
Re: The facepalm is strong with this (Score:1)
Ok so they spent $200k on an 8 cent chip. Awesome.
Re: (Score:2)
Go read up on radiation hardening, and you'll discover why it's not an '8 cent chip'.
Re: (Score:2)
someone doesn't understand amortization.
Re: (Score:2)
The issue is that radiation hardened electronics is not a high investment area. The processor they used was released in 2001, and wasn't used in a mission until 2006. No successor at all would be released until 2013/2014. The current rover began design prior to that timeframe. Therefore, they were using the latest and greatest available to them when they designed it, despite the fact that it was 12 year old technology.
Could they have adopted the newer processor? Perhaps but no need to restart the clock to
Re: (Score:2)
Re: (Score:2)
I have to wonder what processor SpaceX would use in a rover. Seems to me that every piece of NASA hardware is decades behind current technology. Is it because it takes for-friggin-ever to build the vehicle that they make a design choice using technology that was current at the time and then ten years later they get to build it?
NASA wants to use proven technology that should prove to be reliable for the duration of the mission or longer; which pretty much eliminates bleeding edge technology unless they are doing a proof of concept type mission. For science missions that are years in the planning the last thing they want is to have something fail and ruin years of work and planned experiments. Add in the lead time too design and build so by the time a mission is launched the tech is already a decade or more old.
SpaceX, as a privat
Re: (Score:2)
Re: (Score:2)
fast, cheap, reliable: pick any two or pick the same one twice
Re: (Score:2)
An awful lot of culture and knowledge is lost to the "newer is better" mantra and its variants, such as "more power is better" or "faster is better". I had a clamshell iBook. I realize they are making a vague comparison of CPU power, but let's throw out something else that clamshell did. I could shut the lid, it would suspend (not hibernate) and I could open it up a week later and it would still have enough battery left to do things. You think maybe a slower processor that gets them another couple years
What is an IBook (or is that LBook)? (Score:1)
I’ve heard of an iBook, it not an IBook. Did Cisco make a laptop?
Re: (Score:2)
You can blame the stupid USA-style titles for that kind of problem.
Re: (Score:2)
You can blame the stupid USA-style titles for that kind of problem.
You mean the font?
Re: (Score:2)
Obviously, I meant the USA title capitalization rules compared to Canada or Europe.
Re: (Score:2)
What an odd thing to pick a fight over.
It's like arguing over which pickle is superior.
Re: (Score:2)
You can blame the stupid USA-style titles for that kind of problem.
You mean the font?
I was only teasing, but it occurred to me to check my local newspapers' sites and none of them capitalize every word. Not a single one. Not the paper in the small city that I live in, and not even the bigger papers in the cities.
I think the blame lies squarely on someone deciding to hold down shift to capitalize that letter, when pretty much everyone knows Apple did not.
Oh, also the crappy font where you can't tell an 'I' from an 'l'.
Re: (Score:2)
It is most likely simply an autocorrection error.
Oh, also the crappy font where you can't tell an 'I' from an 'l'. which is usually not necessary from context, as you can quite see in this particular example :P
Re: (Score:1)
I always wondered why capital "i" doesn't have bars in sans-serif fonts. The bars should be treated more like T's bar instead of serifs. That would make it easier to interpret, not being confused with lower-case "L" or the digit "1". Slap some dead monk?
Re: (Score:2)
I’ve heard of an iBook, it not an IBook. Did Cisco make a laptop?
Maybe they meant a Ukrainian LBook [e-ink-reader.ru]. :-)
Rad-hardened processors (Score:5, Informative)
All of you talking about how dumb this is should come forward with your own recommendation for a -Radiation Hardened- processor. These are not the same thing you'll find at the liquidation sales at Fry's Electronics.
Re: (Score:3)
Of course it's not the same thing, Fry's closed two days ago!
Re: (Score:2)
Probably why the poster specified liquidation.
Re: (Score:2)
If they closed their doors two days ago, doesn't that prevent them from liquidating their inventory? Not sure how it works.
Re: (Score:2)
Consignment meant it was't their inventory in the first place. It's getting sent back to the suppliers.
Re: (Score:2)
I actually swung by a Fry's over the weekend to see if they were liquidating. Just a bunch of people standing around taking pictures of the spaceship outside, and locked doors.
Cell Broadband Engine (Score:2)
Re: (Score:2)
Re: (Score:2)
Fried, Baked and Frozen. Also shaken, stirred, and slammed around.
Radiation-hardened processor? (Score:2)
Instead of radiation-hardening the processor, why not harden the enclosure?
That way you can use COTS stuff in a lead box, which will be substantially less expensive.
Re:Radiation-hardened processor? (Score:5, Informative)
With the mass budget available for Perseverance, that doesn't work. The radiation we're talking about has so much energy you'd need several tons of lead to shield the processor.
Re: (Score:3)
Re: (Score:2)
It'll be substantially more expensive because you have to get it to Mars.
Also one of the main things that's important is simple mass. On earth in addition to the magnetosphere, there's 10 tons of air per square meter. Even a small electronics package needs a lot of mass to shield it.
Re: (Score:2)
Re: (Score:2)
Okay... sometimes fonts, capitalization matter. (Score:3)
Ibook
Either this references a Ukrainian LBook [e-ink-reader.ru] or an Apple "iBook" ... but the title capitalization is incorrect for either product name ... Just sayin'.
Arduino (Score:1)
So what you're saying is that it is significantly more powerful than Arduino (ATMega328 and other AVR chip) based robots we have here on Earth? Makes total sense!
And as other's pointed out, what we need mass computational power for, the rover doesn't do. It is just a remote data collection device, with all of the computational workloads on that data done here on Earth.
Next think you know, you'll be telling me my microwave is using an outdated 386 CPU to show the clock time!
Re: (Score:3)
Not quite. The rover does a fair amount of data processing onboard, esp. related to autonomous navigation.
No need for high end processors. (Score:5, Insightful)
Responses to this post include comments like "Seems to me that every piece of NASA hardware is decades behind current technology." Plenty of people have already responded, pointing out the need for hardening against vibration, thermal, & radiation that make newest nanometer-process chips less suitable for this. Furthermore, consider what the past 20 years have seen in processor design, and what the requirements of the mission are.
The speed, bandwidth, and memory requirements are probably not all that demanding on these rovers. They navigate, roll, communicate, use their arm and instruments, and acquire images to beam home, all at a relative snail's pace. The terrain relative navigation that pinpointed a landing spot is probably the highest demand routine the processor will ever run, and that is over. It had one minute to image the area, process the info to match a library of prior ground imagery (as I understand the process), then find a landing solution, while simultaneously acquiring multi-channel data, log that data, calculate and execute rocket firing profiles, unfold hardware, communicate with overhead satellites, and ping the home world. Seems to me that clever programmers who have built the system could find a way to do that well within in 256 MB at 200MHz.
On the ground, all of its tasks do not seem to be very memory or cpu intensive, especially because the output response is slow. The rover can do autonomous navigation and travel, but it has ample time, hours or days, to figure it out and implement it all. Image processing it seems is largely done back here at JPL, not on board once the images have been captured.
More important is that the mobo has to be fault tolerant, capable of safe modes and recovery from them, ability to on-the-fly restore its OS, and be fully re-programmable from 100 million miles away on a data signal that is probably about the same as a firefly light seen from hundreds or thousands of miles away. Furthermore, all of the sensors and input channels and output control devices mean that it must act more like a high performance industrial control processor than a whiz-bang video or AI or crypto-currrency processor.
Processor designs and expanded instruction sets over the past 20 years have added multiple cores, multi-threading, predictive execution pipelines, and high bandwidth instruction sets suited for highly parallel video and 3d-rendering. But, the core elements of a processor are to access memory and io busses, have robust flow control, and have basic arithemetic-logic functions. For those, a circa 2000 processor had everything needed for this mission.
If the helicopter works, it is perhaps foreseeable that future main rovers and their fleet of drones might need a degree of on-the-fly video processing for navigation, or need for onboard image and signal processing, so perhaps more up-to-date processor architectures might have some merit. But for what we have now, the latest offerings from Intel or AMD seem irrelevant.
What might be cool, perhaps worthy of a technology demo, would be to take a modern cell phone off the shelf, harden its packaging, and use that as the cheap "brains" of small expendable drone craft, which would permit a cheap fleet of baby rovers and drones without too much additional development. Nasa will not do that, but SpaceX could.
Re: (Score:2)
OK, what about imaging sensors? Why is NASA's Psyche probe to be launched in 2026 using a sensor that was released in 2005 (the Psyche main imaging camera will be using a KAI-2020, released by Kodak now owned by OnSemi)? There is zero justification for that! They proposed the mission back then and can't change the specifications? That seems a bit ridiculous. They didn't even start building the probe until a couple years ago. They are spending $1 billion dollars and using a cheap obsolete camera that isn't
Re: (Score:2)
You know your absolutely right. Why don't you submit your resume to NASA so you can educate them on the error of their ways? I'm sure you'll be hired on no time with a mind that brilliant.
Re: (Score:2)
What are you some kind of jerk? Quit acting like there's a scientific reason they are using ancient technology when it all has to do with money and bureaucracy. They proposed the mission 20 years ago and due to internal processes, they can't change it. Just like how it was found out that Challenger blew up because of "Go fever." Another thing is that even geniuses make mistakes. For example Elon Musk recently admitted to someone on Twitter who suggested it, that SpaceX was dumb not to light all three engine
Re: (Score:2)
Re: (Score:2)
They need 20 years of testing? Come on that's ridiculous. The ROCKET it's being launched on didn't even exist at the time they selected the sensor. So you're telling me the imaging sensor needs more testing that the rocket motors?
The 1960s and 1970s Pioneer/Voyager missions used the latest microprocessor and imaging technology. The Apollo guidance computer was one of the most advanced computers of its time. Now we have to do 20+ years of testing for image sensor?
Re: (Score:3)
Re: No need for high end processors. (Score:1)
Re: (Score:2)
Sensors used for science need ridiculously low noise budgets. You can't use fancy software to fake it the way you can with a picture on a phone. The photons that show up on the sensor are the science. They also have to be radiation-hardened so that they actually work when they get to where they're going, as total dose radiation is no joke for interplanetary projects. They also need rad-safe glass so that the lenses are cloudy when they get where they're going.
Every person you designs space electronics dearl
Re: (Score:3)
The comments on this type of article are always frustrating speculation, parent comment included. There are more modern radiation tolerant processors available but JPL also has 20 years of hardware and software heritage. If it works, don't fix it. It could take 10s of person-years for software updates alone, which will always add some risk too. For the payloads and non-mission-critical components on the rover, there is a ton of stuff used that is no particularly radiation tolerant.
Good idea to use modern ce
Keyword: radiation hardened (Score:2)
An iBook processor would probably last days to weeks before it started having single event upsets (one a bit gets flipped and the operating system loses control of execution, then you have to reset) the problem is you might be right in the middle of taking a picture or drilling and then you have to spend a few days to figure out what went wrong and consider if it is actually a problem by the teams on Earth. It's better if you don't have to reset at all so you use a processor that resets less with radiation.
Re: (Score:2)
An iBook processor would probably last days to weeks before it started having single event upsets (one a bit gets flipped and the operating system loses control of execution, then you have to reset) ...
I suspect any bulk CMOS digital logic, like practically all processors made for the consumer and industrial markets, would fail from single event upsets almost immediately.
Re: (Score:2)
*Before it had an SEU.
why is this ignorant tripe allowed on Slashdot? (Score:2)
That $284K (current price) BAE Systems RAD 750 can function reliably for years in the 24-40 RAD per hour surface of Mar that would give a human a lethal dose in less than an Earth day. Your PC or iphone couldn't function, would be glitching as charged particles caused soft errors from switching until charge buildup in gate oxides made transistors stay permanently open (N-type) or shut off (P type), then it would be brick.
Making functioning spacecraft and planetary probes is hard and expensive, your consum
Re: (Score:2)
You do not get a lethal dose on Mars in less than earth day.
How do you come to that idea?
Or do you just want to compare the resilience of the camera with a human?
Re: (Score:2)
You can get a lethal dose on Mars in much less of a day with strong solar flares. All those nice gentle few tens of REM per year (cough, that's actually brutal) are ignoring those bad times. Really, it will kill you unless you dig into rock like a robot mole.
Re: (Score:2)
with strong solar flares. ... perhaps. And you have days of prewarning and stay out of the flare.
Yes
Sorry, aren't you the guy who thinks neither Chernobyl not Fukushima killed anyone? And now a little bit of sun is deadly ... :P
Re: (Score:3)
https://www.universetoday.com/... [universetoday.com]
Based on the data from the Martian Radiation Experiment in 2002-2003:
Average exposure levels would be about 8 RAD per year, but solar events were measured generating 2 RAD in a given day and one even damaged the sensor, oh the irony. 24-40 RAD is likely the per year value with the variance being based on the solar activity although it looks like we still have limited data due to instrument damage and none of them surviving for full solar cycle.
Re: (Score:2)
Oh yes that's the nice gentle dosage rate enthusiasts like to use until a solar flare comes along, for which Mars has nearly zero protection. But when the sun acts up it's either burrow underground or die time.
I do believe all Mars colony issues have potential engineering solutions, that rad one is a doozy. Maybe we'll have to send robot heavy construction devices first to build rad shielded shelters first. Maybe water will have to be used for shielding on trip there.
Can it run... (Score:2)
Can it run Crysis?
NASA uses obsolete tech (Score:1)
But missions somehow costs billions of dollars. For example, the Psyche probe is launching in the year 2026 with an off-the-shelf On-Semi sensor (KAI-2020 CCD) from the year 2014 .. it has been marked obsolete on On-Semi own sensor website for since 2016! Sorry but that is ridiculous, there is zero legit reason for not using a better sensor. Where does the money go? Why are they cheaping out on the sensor?
Re: (Score:2)
Sorry I meant released in 2005 .. not 2014 .. 2014 is too cutting edge for NASA.
http://www.stargazing.net/davi... [stargazing.net]
Re: (Score:2)
"Obsolete" does not mean it does not work. When those devices were built and sold, they were top-of-the-line. "Obsolete" on a company's webpage is more apt to mean "no longer made or supported", because they have now tooled up to make later models. Just like the rest of the hardware on the rover and other satellites, it needs to be highly dependable and fault tolerant, and have a stable response profile that can give dependable data over a long time in a harsh environment.
For the Mars rover, sensor size
Correction: it's worse than that (Score:3)
The "Clamshell" iBook (aka, the iBook no straight man would be caught dead using) was the first generation iBook and was produced from 1999 until May of 2001. White there were some updates to specs since the release in 1999, it's incorrect to call it "from 2001". It's from 1999 or at best from 2000. In 2001 this was a lame duck product and the production was winding down.
The 2nd generation iBook was introduced sometime in 2001, and it indeed can be called "from" 2001. Btw, I recall buying one just to fool around with MacOS. It had I believe 600MHz G3 CPU, 18GB hard drive, and +600MB of RAM.
Processor also used elsewhere (Score:2)
Non-radiation hardened variants of the 750 were also used in the nintendo gamecube and later wii consoles.
Re:Rad-hardness and extreme environment spec&r (Score:2)
For CPUs that cost $100k, pick one and stay with it.
The point that you seemed to call stupid makes good sense. ARM CPUs are likely in testing with higher specs in preparation for missions 10 years from now. Though, for critical systems, if this CPU works, why change?
Being a jerk about it wasn't called for.
Re:Rad-hardness and extreme environment spec&r (Score:2)
I do not understand the down-mods on this thread. Rad-hard spaceworthy versions of electronic components typically lag at least a decade behind more contemporary ones, if for no other reason, then because they have been tested over longer periods in the environment they will face. When millions of dollars are riding on a mission, you want to engineer around technology for which you have evidence it will survive