1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
-
+
|
# The Situation
Although the core software underlying the PiDP-8/I software distribution is broadly portable, the dominance of Raspbian in the Raspberry Pi space means it gets the most attention when it comes to testing and development. This article documents what it known to work, where, today.
If you need the software to work on some platform where it currently doesn't, [we accept patches!](/doc/trunk/HACKERS.md) You can also send problem reports [to our development forum](/forum), file a [bug report](/bugs), or [discuss it on the users' mailing list][ml].
# Raspbian, Debian, Ubuntu
The current stable release of the PiDP-8/I software distribution was built for and tested with the [Raspbian Stretch Lite](https://www.raspberrypi.org/blog/raspbian-stretch/) (v9) distribution. The software should also work well on the non-Lite version.
Prior releases were built atop the [Raspbian Jessie Lite](https://www.raspberrypi.org/blog/raspbian-jessie-is-here/) (v8) distribution, but somewhere along the line, we broke compatibility with Jessie. It's probably simple to fix the problem — we think it's a systemd version compatibility issue — but if you need to keep running on Jessie, which is now out of support, we recommend that you keep running contemporaneous versions of the PiDP-8/I software atop it. Version 2017.04.04 was the last version specifically tested atop Jessie.
We have not yet tried the PiDP-8/I software on Raspbian Buster (v10), released in early July 2019. If you've tried it, please report it [on the forum](/forum) or [on the mailing list][ml], whether successful or not.
Some people have successfully built and run the software on Raspbian Buster (v10), released in early July 2019. We haven't made a release atop it yet, so consider this a "beta" configuration for now.
Raspbian-based OSes like [pipaOS](http://pipaos.mitako.eu/) should also work, but this is not tested by the project's current developers.
The project's primary maintainer occasionally builds the software on Debian and Ubuntu systems as well, which works fine, since Raspbian and Ubuntu are both derivatives of Debian. On such systems, the software is designed to detect the absence of the PiDP-8/I front panel hardware and work without it.
Because of that success, we expect it will run on any other Debian derivative, too.
|