thepyphone VS rpi-open-firmware

Compare thepyphone vs rpi-open-firmware and see what are their differences.

thepyphone

Voice and SMS/MMS on a Raspberry Pi 3B+ (by another2020githubuser)

rpi-open-firmware

Open source VPU side bootloader for Raspberry Pi. (by librerpi)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
thepyphone rpi-open-firmware
2 12
7 417
- 0.5%
0.0 4.4
over 1 year ago 2 months ago
Python C
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

thepyphone

Posts with mentions or reviews of thepyphone. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-08.
  • I want a Computer that I Own
    6 projects | news.ycombinator.com | 8 Mar 2021
    >> Modern smartphones however, seem like walled gardens in which I have no control at all.

    By design, I think.

    >> I am locked into a single OS on my smartphone, which either spies on you or is locked down even more. Every iteration a bit more control is taken away from the user.

    I got so fed up with this, I abandoned the whole mobile infrastructure and built my own phone with a Raspberry Pi 3B+. The Raspberry Pi is pretty open hardware (yes, I'm aware it's not perfect). For software I used Python 3, C and GTK. It does voice and SMS/MMS only, but that is enough for me.

    I built it for myself. It's stable enough that I use it as my daily driver.

    I am in the process of open sourcing the code and putting" rel="nofollow">https://github.com/another2020githubuser/thepyphone">putting it out on github.

    I truly hope an open hardware smart phone becomes available soon. Until then, I'll use my home grown PyPhone to get by.

  • Taking a Stand in the War on General-Purpose Computing
    7 projects | news.ycombinator.com | 23 Feb 2021
    I agree that general purpose

    If you are going to take a stand for open computing, you are going to have to make sacrifices. You will have to give up a lot of conveniences. As a technologist you will have to give both time and money. Apple and Google are not going to give up their billion dollar industries voluntarily. You will have to stop giving them money. And you will have to stop using their services.

    My solution? I built myself a phone out of a Raspberry Pi 3 with a Touch Screen and a Logitech Headset. It does SMS/MMS and voice only. I've been using it for over a year now as my daily driver.

    I'm going to open source the code. Check out https://github.com/another2020githubuser/thepyphone for more details. Right now there is just a README out there, the real code exists in a private git repo. I'm reviewing the code and stripping out private details so I don't end up doxxing myself :)

    If you like the idea, please star the github project. I could use the encouragement. Thanks.

rpi-open-firmware

Posts with mentions or reviews of rpi-open-firmware. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-02.
  • Raspberry Pi receives strategic investment from Arm
    5 projects | news.ycombinator.com | 2 Nov 2023
    > Please correct me if I'm wrong.

    My memory told me it was the GPU that needed the blobs. So I asked at DDG

    https://duckduckgo.com/?t=ftsa&q=binary+blobs+and+the+Raspbe...

    Turned up this: https://wiki.debian.org/RaspberryPi and it says...

    > All Raspberry Pi models before the 4 (1A, 1B, 1A+, 1B+, Zero, Zero W, 2, 3, Zero 2 W) boot from their GPU (not from the CPU!), so they require a non-free binary blob to boot

    So the 4 (and I suppose the 5, if it ever actually comes...)

    Goes on to say:

    > Since then, Broadcom publicly released some code, licensed as 3-Clause BSD, to aid the making of an open source GPU driver. The "rpi-open-firmware" effort to replace the VPU firmware blob started in 2016. See more at https://news.ycombinator.com/item?id=11703842 . Unfortunately development of rpi-open-firmware is currently (2021-06) stalled.

    So there you are. Not wrong, are you, but not strictly correct, depending on "...to run properly" definition

    https://github.com/librerpi/rpi-open-firmware has updates 3-months ago

  • LibreRPi – open source replacements for RPi firmware
    3 projects | news.ycombinator.com | 15 Sep 2022
  • How is the free firmware for the Raspberry progressing?
    4 projects | news.ycombinator.com | 12 Apr 2022
    many of those demos work on the the entire pi model range

    pi3 support is only broken due to arm side problems, which could be fixed by just using a different bootloader

    and the https://github.com/librerpi/rpi-open-firmware codebase can already boot linux headlessly on both pi2 and pi3, it uses a different arm bootloader

  • Arduino Pro hardware is not open-source hardware
    2 projects | news.ycombinator.com | 7 Jul 2021
    Yes, and some folks are reverse engineering their stuff:

    https://github.com/librerpi/rpi-open-firmware/

  • Hacker News top posts: Feb 25, 2021
    4 projects | /r/hackerdigest | 25 Feb 2021
    rpi-open-firmware: open-source VPU side bootloader for Raspberry Pi\ (35 comments)
  • rpi-open-firmware: open-source VPU side bootloader for Raspberry Pi
    1 project | /r/patient_hackernews | 25 Feb 2021
    1 project | /r/hackernews | 25 Feb 2021
    3 projects | news.ycombinator.com | 24 Feb 2021
    There is work being done on the RPi4, for example the SHA1 HMAC protecting the boot on the RPi4 had to be cracked (and was easily), I hear future versions have RSA signing support, so the proprietary firmware might become mandatory at some point.

    https://github.com/librerpi/rpi-open-firmware/blob/master/do...

  • AArch64 Boards and Perception
    1 project | news.ycombinator.com | 24 Feb 2021
    There is a project to create an open source version of the proprietary GPU firmware that boots into the ARM processor:

    https://github.com/librerpi/rpi-open-firmware

  • Taking a Stand in the War on General-Purpose Computing
    7 projects | news.ycombinator.com | 23 Feb 2021
    I note that even the Raspberry Pi is moving towards locked down devices, the RPi4 has an (easily cracked) HMAC blocking booting into the open source firmware and I hear more recent hardware editions have RSA signing support in the bootrom code.

    https://github.com/librerpi/rpi-open-firmware/blob/master/do...

What are some alternatives?

When comparing thepyphone and rpi-open-firmware you can also consider the following projects:

me_cleaner - Tool for partial deblobbing of Intel ME/TXE firmware images

OpenBBTerminal - Investment Research for Everyone, Everywhere.

universal-android-debloater

tl - The compiler for Teal, a typed dialect of Lua

java-keyring - Copy of Java Keyring library from bitbucket.org/bpsnervepoint -- with working CI in for osx/linux/windows keystore.

PrawnOS - Libre Mainline Kernel and Debian for arm laptops

lk-overlay

serverlessui - A command-line utility for deploying serverless applications to AWS. Complete with custom domains, deploy previews, TypeScript support, and more.

rpi-open-firmware - Open source VPU side bootloader for Raspberry Pi.

videocoreiv - Tools and information for the Broadcom VideoCore IV (RaspberryPi)

systemd - The systemd System and Service Manager