Portable Linux: The Raspberry Pi Stem Drive
I'm currently reworking a Raspberry Pi Zero 2 W into a USB stem thumb drive. The goal is to create a "carry anywhere" low-power Linux environment that can be powered directly from a USB port.
The Vision #
A good tech worker shouldn't have to cart around a precious laptop to be productive. By configuring the Pi with:
- Device-mode Ethernet
- SSH access
- Mass storage
- (Potentially) an e-ink display
I'm building a system that can be plugged into any host and immediately provide a familiar, secure development environment. It dovetails perfectly with my preference for thin-ish clients and flexible, accessible tech.
More details on the hardware build and OS configuration coming soon.