Pi:NextPi

From SpecNext official Wiki
Revision as of 11:59, 31 August 2023 by Xalior (talk | contribs) (NextPi)
Jump to: navigation, search

NextPi

NextPi 1 was designed for a 1GB SD card, and will not take advantage of larger SD cards. NextPi 2 (currently in active development) is designed for a 16GB SD card, and will not work on smaller cards, and like it's predecessor, will not expand to expose the space of larger cards.

Synopsis

NextPi was a customised DietPi version distributed with the original "KS1" nexts, it has been superseeded by NextPi2 - which will work on both KS1 and KS2 nexts (and other compatible clones) as long as the SD card is large enough (16GB).

NextPi (and NextPi2) is optimised for Read Only filesystems (making them safe to turn off without a clean shutdown) and are designed with the specific use of embedded in an 8-bit computer in mind.

The term Accelerator is somewhat of a misnomer, technologically. It's not an accelerator in the terms that it accelerates the next itself, but it permits the execution of code on a much faster processor - that of the Pi Zero.

The Linux install that makes up NextPi is not usable as a "General Purpose" operating system due to the read only nature of the main filesystem. The read only nature also helps minimise any breaking changes to the operating system that could prevent future patches installing correctly.

NextPi does have writable FAT16 user partitions which can be used for user software development and misc. purposes although, for developed games using the Pi for media playback, and executing assistant code /ram is more suited (see the documentation included with NextPi about filesystems for more details) and NextPi 2 also has a Persistent Cache system, managed by the nextpi-cache CLI API.

Release Summary

Current Public Stable NextPi1 Release: 0.99D
Current Public Stable NextPi2 Release: 1.91D
Current Private Testing Release: 1.92A

Planned Changed for Next Release

Getting Started - A User

Getting Started - A Developer