Slashdot Mirror


Ubuntu Ports To ARM

nerdyH writes "Canonical will port Ubuntu Desktop Linux to the ARMv7 architecture. The announcement sets the stage for Intel to lose the traditional 'software advantage' that has enabled x86 to shrug off attacks from other architectures for the last 30 years. How long can it be before Microsoft responds with a Windows 7 port? I mean, x86 just can't do 'idle power' like ARM ... Nokia's N810 tablets can standby for several weeks, just like a cell phone, keeping you 'present' on IM, behind IPv4 NAT the whole time. The first Atom MIDs are standing by for 6-7 hours."

10 of 279 comments (clear)

  1. sounds to me... by Smelly+Jeffrey · · Score: 5, Funny

    This sounds to me like a RISC-y proposition.

    1. Re:sounds to me... by Anonymous Coward · · Score: 5, Funny

      More like (Score:3, Punny)!

      Boo to both of us.

  2. Debian did it first by paroneayea · · Score: 5, Informative

    Uhm... so Ubuntu is a derivative of Debian, and Debian has supported ARM for like... forever. Ubuntu just hasn't followed suit until now.

    Not to say this isn't significant. Just give Debian some credit.

    --
    http://mediagoblin.org/
    1. Re:Debian did it first by the_humeister · · Score: 5, Informative

      Debian also has had SPARC, SPARC64, Itanium, Alpha, MIPS, etc. for years. What's the big deal?

  3. Re:Is the OP serious? by Hatta · · Score: 5, Interesting

    If anything, this is pretty cool for the Pandora project.

    --
    Give me Classic Slashdot or give me death!
  4. Re:Is the OP serious? by omar.sahal · · Score: 5, Interesting

    You have a point. However many companies (VIA, AMD) are developing a chip like Intel's atom. As these chips are to be put into lower cost computers (MID sub notebooks, netbooks) there is an advantage (in terms of cost) to linux in being able to run on other platforms other than x86.
    If for instance I produced a POS till system based on Linux it would be advantageous if I could run this on an ARM processor.
    As Linux can run on many different platforms it also frees device manufactures to think differently about what computers can be in the future, and how they will be used in society (later versions of the OLPC set for 2010 are ebooks for example).

  5. sounds to me...Up in ARMs. by Ostracus · · Score: 5, Funny

    Well by ARMing Ubuntu, they'll be prepared to wage war on other OSs.

    --
    Shai Schticks:"You don't make peace with friends, you make peace with enemies"
    1. Re:sounds to me...Up in ARMs. by Andr+T. · · Score: 5, Funny

      They're sure well ARMed, NATurally.

      --

      Any life is made up of a single moment, the moment in which a man finds out, once and for all, who he is.

  6. Re:Is the OP serious? by Like2Byte · · Score: 5, Interesting

    Intel has whored the x86 line almost to death. Microsoft, for it's part, has whored the Windows line to death - eg: Vista. The market has simply been 'fleshed-out.' There are new verticals to explore. The PC market has been played to death and that horse will continue to take a beating over the conceivable future; although, people are no longer fascinated by PCs or are no longer going to be woo'd by MS and Intel simply because they released a new OS/MB combination.

    No one can doubt the success of Windows XP. IMHO, it was too successful. People have found a system that meets or exceeds their expectations/needs. We nerds can wax philosophic all we want, the market's trend is going another direction. Small appliances with enough power to complete the jobs people need completed will be performed by footprints that are smaller and smaller - both in terms of power consumption (THINK GREEN!!) and physical dimensions.

    Maybe MS/Intel arn't worried - they should be. The next time you see a police car take a good look at all the digital equipment running inside that squad car. There are no less than 2 cameras in the cars now - 1 dash cam and 1 rear view mirror cam. Some cameras are actually built into the flashlights they use to blind you with as they approach your vehicle to site you. What kind of computers do you think are running that equipment? Let me tell you from experience: Whatever gets the job done! If they can get a free OS to perform it's job that is much more attractive to the designer/builder than the MS tax.

    There are many markets yet to explore. Some young, financially-poor, hungry engineer is now currently exploring markets unbeknown to us. He's the guy hoping the giants stay asleep. The people who build his equipment also hope the giants stay asleep. As soon as someone's idea takes off, there will be many off-shoots that will be wanting to have a piece of undiscovered market share. Ti and companies like them are counting on it.

  7. Clarification of what ARMv7 means by Torne · · Score: 5, Informative

    Lots of people are getting mixed up, and/or saying "big deal Debian already supports it". ARM has a slightly confusing numbering scheme: ARM7, ARM9, ARM11, Cortex-A8 are processor models, whereas ARMv4, ARMv5, ARMv6, ARMv7 are their respective architecture versions.

    Pretty much all current ARM devices are ARM9 or ARM11 based (smartphones, Nokia's internet tablets, etc). This means they are too old to run this :)

    The Pandora, and other upcoming devices, are based on the Cortex-A8, an ARMv7 architecture processor and the most recent ARM currently generally available: this is what Ubuntu are targeting here.

    Debian's ARM port is for any ARMv4t or higher currently, which includes ARM11, ARM9 and even ARM7TDMI. This is rather suboptimal for chips like the Cortex-A8 which have many, many more instructions available, so Ubuntu are indeed doing something different here.