Banana Pi/Orange Pi installation

Do you think it’s possible to install Patchbox OS on Orange Pi or Banana Pi? They’re a lot cheaper than raspberry but I’m afraid they would not work as expected as their drivers could not be available on Patchbox.

It probably won’t work at all, there’s nothing specific to those systems on the image, so I doubt they would boot at all.

The patchbox-os-gen is based on pi-gen which is used to build the official Raspberry Pi OS images. Feel free to fork our repositories and customize them as necessary to make it run on more systems. :slight_smile:

I am curious: Are there reasons other than price to use banana/orange Pi?

It would require to build a custom patchbox-os image from a general Debian or armbian distribution. It can be definitely done, but will require some time and effort depending on how the patchbox-os build system works and how quickly it can be applied to and armbian image. I would be interested on that as well, as if we manage to develop a build system for armbian we do not only gain orange pi zero but a whole set of boards that are alternative and better performing than raspberry.

What if instead of adapt patchbox OS for orange pi, we keep the it’s original Armbian OS os which is Debian based and works really well and install modep module on top of Armbian?

It might just work, try adding our apt server as on https://apt.blokas.io/, then run sudo apt install modep, if the deb dependencies of compatible versions are available, it could work.

Hi! I’m trying to install modep on a Radxa zero with dietpi bookworm but it doesn’t work, here are the steps:

curl https://blokas.io/apt-setup.sh | sh

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 570 100 570 0 0 1378 0 --:–:-- --:–:-- --:–:-- 1383
Importing Blokas GPG public key…
Adding Blokas APT () repository…
Updating package list…
E: Malformed entry 1 in list file /etc/apt/sources.list.d/blokas.list (Component)
E: The list of sources could not be read.

sudo apt update
E: Malformed entry 1 in list file /etc/apt/sources.list.d/blokas.list (Component)
E: The list of sources could not be read.

cat /etc/apt/sources.list.d/blokas.list
deb [signed-by=/usr/share/keyrings/blokas-archive-keyring.gpg] apt.blokas.io main

Can you help me to solve this problem?

thanks

Looks like lsb_release command is not working for you. Make /etc/apt/sources.list.d/blokas.list look like this:

deb [signed-by=/usr/share/keyrings/blokas-archive-keyring.gpg] http://blokas.io/apt/ bookworm main
1 Like

Perfect!!!
A big thank you :slight_smile:

1 Like