A Linux-Like Shell for Your Old Arduino UNO R3
Renovation
© Lead Image © Nelli Valova, 123RF.com
Install the KernelUNO firmware on your Arduino UNO R3 and get a Linux-like shell that lets you access files and talk to the GPIO pins. You can even extend the current feature set.
The Arduino platform is an excellent environment for building lightweight microcontroller applications. Unfortunately, it's missing one nice feature that is available on Raspberry Pi OS, and that's a shell with command-line tools for accessing the hardware. Linux tools like the gpio commands from the WiringPi library [1] and I2C bus scanning using i2cdetect [2] allow Pi users to quickly find and test their hardware before they even start writing code.
The KernelUNO project [3] addresses this deficiency by offering a Linux-like shell for older Arduino modules. Features like a file/directory structure, controlling GPIO pins, reading sensors, and running simple scripts are available from the serial terminal (Figure 1). KernelUNO has the following 23 built-in commands:
- Filesystem commands:
ls,cd,pwd,mkdir,touch,cat,echo [text] > [file],rm,info [name] - Hardware commands:
pinmode [pin] [in/out],gpio [pin] [on/off],read [pin],write [pin] [high/low] - System commands:
uptime,uname,dmesg,df,free,whoami(hardcoded to root),clear,reboot,help,sh
[...]
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Digital Autonomy
• The Answer Was Already on the Shelf
• Changing the Chip Industry: How Public Investment Has Grown Open Silicon
• United Nations Open Source Portal Goes Live
• EU Open Source Strategy Plays Key Role in Tech Sovereignty Package
• France Says “Au Revoir” to Microsoft
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
It’s Time to Test Fedora 45 Beta
Fedora 45 beta has been released with updated Gnome, KDE Plasma, and kernel.
-
Ubuntu Stonking Stingray Gets Even Rustier
Ubuntu 26.10 has completed its migration to the Rust-based coreutils.
-
AI Fixes Linux Bottlenecks Using “Hideous” Code
A Linux developer used AI to fix bottlenecks that caused problems when building the kernel. The resulting AI-generated code needed a lot of work.
-
Advanced Video Coding Still Under Patent
Brazilian patent BRPI0109962B1 has expired, which means that DivX and Xvid are no longer problematic for Linux, but it doesn’t mean that video is all of a sudden fully unleashed.
-
2,000 Vulnerabilities per Linux Release
Thanks to AI bug hunters, the Linux kernel is seeing record numbers of vulnerabilities, and it's overwhelming developers.
-
Linux Exempt from California’s Age Verification Law
So long as Linux is distributed under the GPL, MIT, BSD, and Apache licenses, the OS is exempt from being required to verify the age of its users in California.
-
Roll Out the Cake: Linux Turns 35
35 years ago, a Finnish student began a humble project that would forever change the course of technology.
-
China Switching from Windows to Linux
China has ordered several government agencies to drop a Chinese-developed version of Windows 10 in favor of either KylinOS or UOS.
-
Pine64 Halts Production of Linux Devices
With continued DRAM and eMMC shortages, Pine64 has decided to discontinue production of Linux devices.
-
The Bullet-Proof KDE Software Initiative Is Coming
KDE, Techpaladin, and Kubuntu Focus have announced a new initiative that will provide at least three years of support for KDE Plasma 6.6 LTS and related software.
