The Windows Subsystem for Linux (WSL) that offered a Ubuntu Bash on Windows was first introduced in 2016, as more and more developers required a Linux environment within Windows, and Microsoft kept on improving it with, for instance, Windows Subsystem for Linux 2 released in 2019 bringing an actual Linux kernel, improved performance, and Docker support. Until now, WSL was an optional component inside of Windows, requiring you to go to the “Turn Windows Features on or off” dialogue to enable it, and restart your machine. But Microsoft has now announced you can install (a preview of) Windows Subsystem for Linux directly from the Microsoft Store as long as you run Windows 11. The change also means your WSL will be up-to-date as Microsoft pushes new features and bug fixes, and you do not need to modify/update your Windows version to get the latest changes. You’ll still need to go […]
Microsoft Azure IoT, Balena, Particle, or Toit – Choosing the Right IoT Development Platform
With the ongoing fourth Industrial Revolution (Industry 4.0), IoT technologies are playing a major role in automating industrial processes. Integrating existing systems with IoT results in an intelligent solution that focuses more on providing better adaptability and resource efficiency. If you start building such systems from scratch while ensuring reliability and other factors, it will surely take a lot of research and time. This is where an IoT development platform steps in to save your time and makes things a lot easier. The main idea behind these platforms is to avoid reinventing the wheel and to provide standardized functions and features, so you don’t waste your time implementing something that someone has already done for you. You can collect data, control and manage apps and connect to their cloud services for better machine-to-machine communication. This article will look at some modern IoT development platforms and finally compare them to help […]
ARM64EC mixes Arm and x64 emulated code in Windows 11 for higher performance on Arm
Windows has been available on Arm for a few years, and while software support has progressed there have always been some limitations, and emulated x86/x64 code on Arm does not usually run as fast as native ARM32/ARM64 code. So far developers had a binary choice: run their x86/x64 app on Arm using emulation, or port the entire app to Arm, But Microsoft has now come up with a solution that mixes x64 emulation and native Arm with ARM64EC (Emulation Compatible). That means developers won’t need to port the complete app to Arm, but instead could do so step-by-step and focus on part of the code where native Arm support makes the most difference. Microsoft explains: ARM64EC is a new application binary interface (ABI) for Windows 11 on ARM that runs with native speed and is interoperable with x64. An app, process, or even a module can freely mix and match […]
Windows 11 announced with widgets, Android apps support, new system requirements
As expected, Microsoft has formally announced Windows 11 operating system that’s basically Windows 10 with a new look, and some extra features such as Snap Layouts, Snap Groups, and Desktops to further improve the multitasking experience. Snap Layouts and Snap Groups will allow you to select pre-defined layouts to quickly arrange windows as you see fit, and you can define multiple “Desktops” for work, gaming, or school, etc… Other changes include Chat from Microsoft Teams integrated into the taskbar, new gaming features such as DirectX 12 Ultimate, Direct Storage for faster loading, or Auto HDR, a new Microsoft Store with support for Android apps through the Amazon Appstore, and AI-powered widgets to display useful information like calendar, weather, news, stock quotes, etc… There are also features that have become deprecated or pushed to the wayside with, for example, Cortana not used anymore during installation and not pinned to the taskbar, […]
Snapdragon QC710 Developer Kit targets Windows 10 on Arm app development
In order to encourage developers to port their apps to Windows 10 on Arm, Qualcomm and Microsoft have announced the Snapdragon Developer Kit based on a Snapdragon Compute platform and aiming to provide a cost-efficient platform that will be less costly than a laptop. The development kit looks like a mini PC, and while the full specs have not been announced, it could well be powered by the just-announced Snapdragon 7c Gen 2 processor, itself a cheaper version of Snapdragon 7c. Qualcomm did not share photos of all the ports from the developer kit, but the photos we’ve got come with “QC710” file name, and reveal a power button on the top, an LED on one corner, two USB ports, a MicroSD card slot, and a SIM card socket. I’d assume at least one HDMI or DisplayPort at the back, and possibly an Ethernet port, but we just don’t know […]
Microsoft previews Azure Percept Edge AI development platform
Microsoft has recently announced the public preview of Azure Percept platform combining hardware and services to ease AI implementations at the edge through the use of Azure AI technologies and Azure cloud for device management, AI model development, and analytics. The hardware currently available includes the Azure Percept DK (Development Kit) with an NXP i.MX 8M powered WiFi & Bluetooth gateway/carrier board, the Azure Percept Vision system on module (SoM), as well as the optional Azure Percept Audio SoM with a 4-mic array. Key features and specifications: Azure Percept DK carrier board SoC – NXP iMX 8M quad-core Cortex-A53 processor System Memory – 4GB RAM Storage – 16GB flash Connectivity – Ethernet, WiFi and Bluetooth connectivity via Realtek USB – 2x USB-A 3.0 port, 1x USB-C port Security – Nuvoton NCPT750 Trusted Platform Module (TPM) version 2.0 Power Supply – 19V/3.4A Systems-on-Module Azure Percept Vision SoM based on Intel Movidius […]
NXP unveils i.MX 8ULP Cortex-A35/M33 secure processors with optional Azure Sphere certification
NXP may have just unveiled plans for i.MX 9 processor family with Arm Ethos U65 microNPU, and advanced security using the company’s EdgeLock enclave, but NXP also introduced new members to its popular i.MX 8 series with i.MX 8ULP and i.MX 8ULP-CS (Cloud Secured) processors. Both processors come with a mix of Cortex-A35 application processor(s) and Cortex-M33 real-time core, as well as Energy Flex low-power architecture and EdgeLock secure enclave, but i.MX 8ULP-CS includes Microsoft Pluton for secure cloud connectivity and lacks 2D/3D graphics and the HiFi 4 audio DSP. NXP i.MX 8ULP and 8ULP-CS key features and specifications: CPU i.MX 8ULP – Up to two Arm Cortex-A35 @ 1.0 GHz and Arm Cortex-M33 @ 216 MHz, i.MX 8ULP-CS – One Arm Cortex-A35 @ 1.0 GHz and Arm Cortex-M33 @ 216 MHz GPU (i.MX 8ULP only) – 2D GPU, and 3D GPU with support for OpenGL ES 3.1, OpenCLTM, Vulkan […]
OpenTitan and Microsoft Pluton – The security chips of the future
Security is becoming more and more important with critical data exposes to the Internet. Traditionally some PCs, laptops, motherboards, or single board computers would be equipped with a TPM (Trusted Platform Module) designed to secure hardware through integrated cryptographic keys. More recently, we’ve started to read more and more about secure elements providing hardware-based security for lower-end platforms. Those are external chips, but companies have also started to providing hardware-security within the processor with solutions such as Arm Trustzone or Intel SGX (Software Guard Extensions). But more recently, Google and Microsoft have made announcements about hardware-security IP with respectively OpenTitan open source project and Microsoft Pluton security chip both meant to be embedded into processors. OpenTitan OpenTitan is described as being “the first open-source project building a transparent, high-quality reference design and integration guidelines for silicon root of trust (RoT) chips”. It is backed by Google, Seagate, Nuvoton, Western Digital, […]