Linux On Blackberry Passport 📍
Executive Summary
- Further testing and development of Linux distributions on the BlackBerry Passport.
- Improving hardware compatibility and kernel support.
- Exploring the use of containerization to run Linux on top of the BlackBerry 10 OS.
Keyboard Mapping:
Mapping the capacitive touch-sensitive keyboard to standard Linux inputs. 2. Current Progress & Working Features
Sample minimal workflow (practical example) linux on blackberry passport
- Locked bootloader and limited vendor tooling.
- Sparse upstream mainline kernel support for some Passport-specific peripherals (keyboard controller, sensors, radio).
- No official vendor drivers for Linux; some hardware functions may require reverse-engineered or user-space workarounds.
- Cellular baseband (modem/firmware) is proprietary; direct Linux control of voice/data radio is limited—best to leave modem firmware intact or rely on Wi‑Fi-only workflows.
Use Case 2: Offline Writing
Install vim , emacs , or nano . Pair a Bluetooth headphone for white noise. Write your novel. The battery lasts six hours in this text-only mode. Export via rsync or Nextcloud. Executive Summary