This commit is contained in:
Miloslav Ciz 2023-10-19 20:21:37 +02:00
parent abb693d249
commit 99e8181bdc
4 changed files with 7 additions and 5 deletions

View file

@ -29,7 +29,7 @@ The following is a list of some "freedom friendly" hardware, i.e. hardware that
- **[OLinuXino](olinuxino.md)**: TODO
- **[OpenPandora](openpandora.md)**: Game console/tiny computer.
- **[Open consoles](open_console.md)** such as [Arduboy](arduboy.md), [Pokitto](pokitto.md) and [Gamebuino](gamebuino.md) usually utilize a lot of simple free hardware such as [Arduino](arduino.md), provide schematics, free libraries and encourage hacking.
- [Raspberry Pi](rpi.md) is not really free hardware but with free firmware such as [librepi](librepi.md) it can be quite freedom friendly.
- [Raspberry Pi](rpi.md) is not really free hardware but with free firmware such as [librerpi](librerpi.md) it can be quite freedom friendly.
- **Other proprietary laptops**: many mostly older laptops are freedom friendly, e.g. Asus C201 Chromebook. You can usually find these in the libreboot compatibility list.
- **[Pinephone](pinephone.md)**: Another "free/open" smartphone running GNU/Linux, probably better than Librem5, also uses some proprietary firmware (e.g. for Wifi), design is only source-available.
- **[Ringo MakerPhone](ringo.md)**: Educational Arduino dumbphone running on free software, by [Circuitmess](circuitmess.md). { I own one, is a bit buggy but [works](just_werks.md) for calls and messages. ~drummyfish }
@ -40,7 +40,7 @@ The following is a list of [firmware](firmware.md), [operating systems](os.md) a
- **[coreboot](coreboot.md)**: "Open source" replacement for proprietary [BIOS](bios.md) in personal computers. For higher compatibility coreboot includes proprietary [binary blobs](binary_blob.md) for devices that require them, in a similar fashion to [Linux](linux.md), and so coreboot is not 100% free -- libreboot tries to fix this.
- **[libreboot](libreboot.md)**: Completely free version of coreboot, with proprietary blobs removed. However this very much limits the list of libreboot compatible devices.
- **[librepi](librepi.md)**: Libre firmware for [RPI](rpi.md).
- **[librerpi](librerpi.md)**: Libre boot firmware for [RPI](rpi.md).
- **[PostmarketOS](postmarketos.md)**: Mobile [GNU](gnu.md)/[Linux](linux.md) distribution that can be used to liberate smartphones.
- **[Replicant](replicant.md)**: Fork of [Android](android.md) mobile OS that replaces proprietary components with free software, can be used to liberate smartphones, though it is still [bloat](bloat.md).
- **[Rockbox](rockbox.md)**: Free firmware for digital audio players allowing replacement of the proprietary firmware and even improving on functionality and [GUI](gui.md).