So, how do we get Linux? We use .
You launch the "Terminal" app on your Passport. You type debian . Suddenly, your keyboard controls bash . You can apt install neofetch , ssh into your server, or run irssi for IRC. It sips battery. The LED light blinks green to indicate the chroot is active. linux on blackberry passport
By: Open Hardware Chronicle | Reading Time: 8 Minutes So, how do we get Linux
When BlackBerry Ltd. officially pulled the plug on BB10 in January 2022, the Passport became a digital paperweight for the average user. But for the tinkerers, the developers, and the keyboard-lovers, a question arose that refuses to die: Can you run Linux on a BlackBerry Passport? You type debian
The BlackBerry Passport runs the QNX Neutrino RTOS (Real-Time Operating System) under the hood of BB10. QNX is POSIX-compliant. That means, with the right tools, we can create a "jail" (chroot) inside QNX that runs a full ARMHF (ARM Hard Float) Linux distribution, such as or Alpine .
Your keyboard is waiting. Have you successfully run Debian on your Passport? Share your .bashrc configurations in the comments below.
$ sudo apt update && sudo apt upgrade -y
So, how do we get Linux? We use .
You launch the "Terminal" app on your Passport. You type debian . Suddenly, your keyboard controls bash . You can apt install neofetch , ssh into your server, or run irssi for IRC. It sips battery. The LED light blinks green to indicate the chroot is active.
By: Open Hardware Chronicle | Reading Time: 8 Minutes
When BlackBerry Ltd. officially pulled the plug on BB10 in January 2022, the Passport became a digital paperweight for the average user. But for the tinkerers, the developers, and the keyboard-lovers, a question arose that refuses to die: Can you run Linux on a BlackBerry Passport?
The BlackBerry Passport runs the QNX Neutrino RTOS (Real-Time Operating System) under the hood of BB10. QNX is POSIX-compliant. That means, with the right tools, we can create a "jail" (chroot) inside QNX that runs a full ARMHF (ARM Hard Float) Linux distribution, such as or Alpine .
Your keyboard is waiting. Have you successfully run Debian on your Passport? Share your .bashrc configurations in the comments below.
$ sudo apt update && sudo apt upgrade -y