rpi-open-firmware VS Ansible

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

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
rpi-open-firmware Ansible
6 7
1,117 7
- -
0.0 6.0
about 2 years ago about 1 month ago
C
GNU General Public License v3.0 or later 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.

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 2024-02-17.
  • Considerations for a long-running Raspberry Pi
    11 projects | news.ycombinator.com | 17 Feb 2024
    Comment by the developer who attempted to create open firmware, https://github.com/christinaa/rpi-open-firmware/issues/37

    > a lot of corners were cut to save time leading to what I believe is poor ARMv7+ Cortex IP integration (GIC, TrustZone, etc). So I stopped working on it. If those things were not the case (GIC working, "TZPCs" working, security working as intended, instead of NS forced to high on bridge, at least in my understanding) I would still work on it ...

    ARM isn't a second class citizen on this platform, it's a third class citizen since BCM2709 (again this is an opinion) ... the features I wanted to tinker with the most are absent by design (cutting corners) and I'm not willing to resort to SW emulation of them through clever uses of the VPU.

  • Microsoft opens sources ThreadX RTOS used in Raspberry Pis
    2 projects | news.ycombinator.com | 28 Nov 2023
    Sure, and it's been done: https://github.com/christinaa/rpi-open-firmware - but that doesn't involve ThreadX source, just some standard reverse engineering work. ThreadX is really the least interesting part of this whole operation in terms of the Raspberry Pi.

    It's very cool that ThreadX has been open sourced as it offers an additional battle tested and mature alternative to FreeRTOS for new projects, but in terms of reverse engineering or open sourcing the Raspberry Pi VideoCore blob, it's pretty much a non-event IMO.

  • LibreRPi – open source replacements for RPi firmware
    3 projects | news.ycombinator.com | 15 Sep 2022
    I guess you are thinking of this issue:

    https://github.com/christinaa/rpi-open-firmware/issues/37

    Since then the project moved to a new maintainer (not me), who worked on it slowly but surely. They need new contributors though.

  • Using my homemade linux laptop my 70's terminals are able to connect to the interwebs!
    1 project | /r/linuxmasterrace | 28 Mar 2022
    They have (https://github.com/christinaa/rpi-open-firmware). The problem is that almost nothing works (no video or even USB). The sequel to "f you, NVIDIA": f you, Broadcom.
  • SoftBank's Sale of Arm to Nvidia Collapses, Arm to IPO
    3 projects | news.ycombinator.com | 8 Feb 2022
    > no clue if there's a project to reimplement that

    There was! And it even booted Linux in some capacity: https://github.com/christinaa/rpi-open-firmware

    > every chip is very different from one another

    Eh, the usual embedded SoCs are not that different from each other — ARM GIC, ARM timer, lots of Synopsys Designware crap for SDMMC/XHCI/PCIe/etc.

    For many SoCs it's totally feasible to make standards-compliant firmware, e.g. for the Rockchip RK3566 there is https://github.com/jaredmcneill/quartz64_uefi

    And SoCs from the networking world (Marvell, NXP) are typically supported by upstream EDK2.

  • rpi-open-firmware: open-source VPU side bootloader for Raspberry Pi
    3 projects | news.ycombinator.com | 24 Feb 2021
    from 2018: Is this project dead? KB - No not dead but on hold, see my response · Issue #37

    https://github.com/christinaa/rpi-open-firmware/issues/37

Ansible

Posts with mentions or reviews of Ansible. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-17.
  • Considerations for a long-running Raspberry Pi
    11 projects | news.ycombinator.com | 17 Feb 2024
    I use some Pis for various things in my house including Zeroes through CM4s and 4Bs.

    The Zeroes run Raspbian configured with the read-only filesystem option. I have found it necessary to uninstall `unattended-upgrades` because the overlayfs employed for read-only root caches disk writes in RAM and the update/upgrade process exhausts RAM. For the same reason I disable swap. It makes no sense to swap to RAM on a 512GB system.

    Upgrades are tedious since they require disabling overlayfs, rebooting, upgrading, rebooting, and enabling overlayfs. I wrote Ansible playbooks to perform these tasks. (https://github.com/HankB/Ansible/tree/main/Pi)

    I have a Pi 4B performing as a file server and running Debian (not Raspbian) It boots from an SD card so that the entire HDDs can be used for a ZFS pool. To reduce wear and tear on the SD card I have mounted `/var` to a ZFS filesystem. I should probably use `tmpfs` for `/tmp`.

    I use a Pi CM4 to run HomeAssistant and that boots and runs from an NVME SSD where durability is less an issue.

  • Setup your RPi with only one command using Ansible
    3 projects | /r/raspberry_pi | 9 May 2023
    Nice. I've written some playbooks for my herd of Pis as well. (https://github.com/HankB/Ansible/tree/main/Pi) I dropped by mainly to say "well done!"
  • "Bootstrapping" a Debian install/config from a Raspberry Pi?
    2 projects | /r/debian | 12 Mar 2023
    I use Ansible for a lot of repetitive tasks on R-Pi OS - mostly for a bunch of zeroes. https://github.com/HankB/Ansible/tree/main/Pi I haven't bothered automating stuff on Debian but it could be done.
  • Unable to boot the headless Pi
    2 projects | /r/raspberry_pi | 1 Jan 2023
    I've been using Ansible to configure Pis instead of the imager just because I've done it manually in the past and just automated that process. https://github.com/HankB/Ansible/blob/main/Pi/provision-local.yml
  • How many SD cards have you destroyed over the years while running Pis? This is going to be my 4th. Not sure what am I doing wrong, I know they are generally sensible for power outages, but come on, or is it just me?
    2 projects | /r/selfhosted | 2 Oct 2022
    I've started employing the readonly configuration available in raspi-config for systems that don't require writable storage. I've written some Ansible playbooks to make that a little more convenient. https://github.com/HankB/Ansible/tree/main/Pi On Pi 3/4 I usually use an SSD but I have a few zeroes that are more or less IoT devices and run from SD cards.
  • ERROR! Unexpected Exception, this is probably a bug: Unknown OpenSSL error ...
    1 project | /r/ansible | 27 Jun 2022
    Yes, thanks - I meant to. https://github.com/HankB/Ansible/blob/0c4a1bce42f84acc4176624fed671ee460c683a6/Pi/provision-local.yml
  • Was Ansible Hard For You To Learn?
    1 project | /r/ansible | 11 Jun 2022
    At one point (well before I finished the series) I decided to start doing rather than continue learning. My results have been very satisfying. (https://github.com/HankB/Ansible *) When I want to perform some task that I'm not familiar with, I check the online manual and/or search for examples. In that way my learning is more self directed. I do plan to get back to watching the series at some point but in the mean time my learning is more goal/self directed. I'm over the hump and at the point where Ansible is a useful tool. (I did not have any experience with other automation tools such as Chef or Puppet and my prior experience is as a S/W developer and not an administrator.)

What are some alternatives?

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

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

pi-gen - Tool used to create the official Raspberry Pi OS images

aws-graviton-getting-started - Helping developers to use AWS Graviton2 and Graviton3 processors which power the 6th and 7th generation of Amazon EC2 instances (C6g[d], M6g[d], R6g[d], T4g, X2gd, C6gn, I4g, Im4gn, Is4gen, G5g, C7g[d][n], M7g[d], R7g[d]).

comitup - Bootstrap Wifi support over Wifi

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

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

quartz64_uefi - EDK2 UEFI for Rockchip RK3566 and RK3568 based SBCs.

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

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

ArduinoCore-mbed

lk-overlay