Slashdot Mirror


Microsoft Built Its Own Custom Linux Kernel For Its New IoT Service (techcrunch.com)

At a small press event in San Francisco, Microsoft today announced the launch of a secure end-to-end IoT product that focuses on microcontroller-based devices -- the kind of devices that use tiny and relatively low-powered microcontrollers (MCUs) for basic control or connectivity features. TechCrunch reports: At the core of Azure Sphere is a new class of certified MCUs. As Microsoft president and chief legal officer Brad Smith stressed in today's announcement, Microsoft will license these new Azure Sphere chips for free, in hopes to jump-start the Azure Sphere ecosystem. Because it's hard to secure a device you can't update or get telemetry from, it's no surprise that these devices will feature built-in connectivity. And with that connectivity, these devices can also connect to the Azure Sphere Security Service in the cloud. For the first time ever, Microsoft is launching a custom Linux kernel and distribution: the Azure Sphere OS. It's an update to the kind of real-time operating systems that today's MCUs often use.

Why use Linux? "With Azure Sphere, Microsoft is addressing an entirely new class of IoT devices, the MCU," Rob Lefferts, Microsoft's partner director for Windows enterprise and security told me at the event. "Windows IoT runs on microprocessor units (MPUs) which have at least 100x the power of the MCU. The Microsoft-secured Linux kernel used in the Azure Sphere IoT OS is shared under an OSS license so that silicon partners can rapidly enable new silicon innovations." And those partners are also very comfortable with taking an open-source release and integrating that with their products. To get the process started, MediaTek is producing the first set of these new MCUs. These are low-powered, single-core ARM-A7 systems that run at 500MHz and include WiFi connectivity as well as a number of other I/O options.

16 of 199 comments (clear)

  1. Secure? LOLOL! by b0s0z0ku · · Score: 4, Insightful

    Microcontrollers on the Internet, talking to your network via someone else's (Microsoft's) computer. Secure? Laughable.

    The only way I'd use most "IoT" devices is if they were able to talk directly to my devices, ideally using IPv6 and strong encryption. Let's roll out IPv6, have enough addresses for every device on Earth and maybe on the Moon too, and cut out the need for "cloud" middlemen spying on everything.

  2. Microsoft-secured Linux kernel by Isomorphic · · Score: 5, Insightful

    "Microsoft-secured Linux kernel."

    I don't have the space to list all the things wrong with that phrase.

    1. Re:Microsoft-secured Linux kernel by Billly+Gates · · Score: 4, Interesting

      Or the bubble they live in is in the office where the boss loves Active Directory and win32 software and need something that talks and integrates well with their ecosystem.

      You know not everyone is blessed to be a bearded hipster making $180,000 a year in Silicon Valley and working from a coffee shop all day while working in their hip node.js frameworks talking to the NOSQL database for a company that doesn't make any money.

      In my world you support what the employers tells you to support or you're fired and replaced with someone who will. That is a fact.

      These days I would choose .NET over Java if I had to choose anyway as Oracle is more evil and proprietary than MS is ... if those were my two options.

    2. Re:Microsoft-secured Linux kernel by Billly+Gates · · Score: 3, Insightful

      Sigh. Yes a Nokia 820.

      Doing what I can being a SME on Office 365 and SCCM now to earn a living being envious I didn't stick with programming and Linux like I once was this past decade and being bitter about those who are luckier indeed! I think i am a little old now to start over and learn node.js and get a job at a .com.

    3. Re:Microsoft-secured Linux kernel by phantomfive · · Score: 3, Interesting

      Node.js is dead. Pay attention to Web Assembly, that is the future.

      --
      "First they came for the slanderers and i said nothing."
    4. Re:Microsoft-secured Linux kernel by LostMyBeaver · · Score: 5, Interesting

      Ok... I'm going to bite.

      I honestly have no problems with other platforms... except maybe Java... and that's because I simply feel completely disconnected from the platform when I'm using Java. I spent 30 more wasted minutes of my life yesterday trying to make WebStart... well web start. But it seems that Oracle seems to think making WebStart work in Chrome is a waste of time.

      I have chosen C# and .NET for many reasons for my current project, I can honestly see no real downside to the platform. It is completely open, it's very often community driven. The tools are far more advanced than for any other platform. The performance isn't quite JavaScript (currently the fastest language out there for anything but static code) but I don't think it could ever be as slow as Python no matter how bad the .NET project messes up. .NET supports many different languages with integration between languages handled as a native feature of the .NET platform as opposed to the who SWIG lifestyle. It probably is the most versatile platform ever made for handling more than just one programming language. Sure, using the C ABI is pretty powerful too, but there has never been a standard for handling object oriented programming that way.

      I also use .NET because it's lovely for coding on Mac and Linux.

      I owned a Windows Phone for a while. It was pretty ok. I think it was extremely well made... with the exception of Microsoft making the stupid ass mistake of trying to force .NET down everyone's throat. No one wanted to rewrite their entire system to support Windows Phone. Even Apple didn't reach critical mass until they released ObjC++ allowing existing code bases to be ported to Mac pretty cleanly,

      I never considered Silverlight an option for anything. I did however write the original port of Flash to Qt for the Qt Embedded platform on Linux. I never liked Flash either. I would rather just extend the web standards to support the features I was missing. I also don't like the video tag. With WebAssembly and WebGL, I can't imagine why any company would ever choose to try and standardize a codec when they could have supported a TPM for web kind of thing and simply supply their own. I'm pretty sure Netflix, HBO, YouTube and others will lose hundreds of millions a year by using Flash or the HTML5 video.

      The only problem I could ever see to .NET was that people seem to dislike it because it's a Microsoft thing.

      I'm heading to Microsoft Build next month because I feel that .NET is worth investing in. I expect it to be around for a while. I expect it to be supported for a while. I expect it to be constantly modernized for quite a while. I expect it remain one of the most open platforms for a while (permissive licensed only, no so called free GPL code). I am hoping to learn a lot of stuff there.

      Oh.. my old bubble was the Qt bubble.

      I guess you're in the Python bubble?

    5. Re:Microsoft-secured Linux kernel by fisted · · Score: 4, Funny

      that is the future

      For the next how many weeks?

  3. How long will the battery last. by MountainLogic · · Score: 4, Interesting

    Seriously, an A7 and Linux for an IoT thermostat or glass break sensor? Linux is wonderful and all for servers and even little routers, but real IoT devices live on a dirt cheap processor in a few kbytes, not Mbytes or GBytes and last for a year on a single battery. FreeRTOS that just received support from Amazon is a likely solution for IoT. A survey by EE Times suggests that new embedded projects are adopting FreeRTOS and a slightly higher rate for new products than even Linux (page 63) while embedded linux still has a small lead for existing projects. I'll bet this pig ships will mono and C# built into it and that is why they pushing linux.

    1. Re:How long will the battery last. by anon+mouse-cow-aard · · Score: 3, Insightful
      It depends on the kind of software you want to run. The thing being described is like a raspberrypi zero, although the zero is twice the clock, so my guess would be four times the power? power consumption is something like:

      https://www.jeffgeerling.com/b...

      If you really need lowest power consumption, then something like freeRTOS makes a lot of sense. So yeah, it will not last for days on a coin-cell battery. But for applications where a power is not a constraint (inside an appliance, a wall wart, a solar cell, or some other kind of powered box) with a 5$ part you can run normal linux software on it, and it consumes about 200ma while tranceiving wifi. If this thing is running @ 500MHz, it could be only 50 ma.

      tradeoff is relatively normal software environment in linux vs. hyper specialized rare coders and 1% of the application ecosystems available for RTOS.

    2. Re:How long will the battery last. by ChunderDownunder · · Score: 3, Insightful

      What battery?

      The promotional video shows a smart fridge.

    3. Re:How long will the battery last. by religionofpeas · · Score: 4, Insightful

      but real IoT devices live on a dirt cheap processor in a few kbytes, not Mbytes or GBytes and last for a year on a single battery.

      Not if they are wifi-connected. That sucks power. Also, running a full TCP/IP stack with all the bells and whistles isn't going to work very well on a few kB. Sure, you can cram something in there that will work to some degree, but how is it going to withstand a well engineered attack for instance ?

  4. Microsoft's Position by Anonymous Coward · · Score: 5, Informative

    "Linux is worse than cancer"

        -- Steve Ballmer

    1. Re:Microsoft's Position by Gadget_Guy · · Score: 4, Insightful

      It seems that Microsoft has moved on since those days. It's a pity that so many on /. can't do the same and are fixated with how things were 20 years ago.

    2. Re: Microsoft's Position by Anonymous Coward · · Score: 3, Informative

      Except they haven't moved on. ExFAT etc. The new Windows Admin Centre 'web' interface only fully works with Edge. Etc. Same old.

  5. Linux has won! by PineHall · · Score: 5, Insightful

    Microsoft producing a Linux OS that it will distribute and maintain is amazing! Microsoft has been infected with the Linux cancer. Linux world domination?

  6. 2002 Business Case for Microsoft:Green envy &s by NZheretic · · Score: 3, Informative