rpi-open-firmware VS ArduinoCore-mbed

Compare rpi-open-firmware vs ArduinoCore-mbed 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 ArduinoCore-mbed
6 9
1,117 308
- 2.0%
0.0 9.3
about 2 years ago 1 day ago
C 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.

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

ArduinoCore-mbed

Posts with mentions or reviews of ArduinoCore-mbed. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-30.
  • FastLED support for Adafruit PR2040 Scorpio
    1 project | /r/FastLED | 7 Dec 2023
    UPDATE: I have been able to correct this problem by using a different boards core: the Arduino MBED RP2040 and now I can run multiple strips using FastLED and the Adafruit RP2040 Scorpio.
  • Dependency madness: when adding sqlite brings Doom to your project (the game)
    1 project | /r/programming | 3 Oct 2022
    It is 100% real. He linked to the library on GitHub. https://github.com/arduino/ArduinoCore-mbed/tree/29d629061f840133e7a19e723fd0747dfce6fea4/libraries/doom
  • Question about Portenta X8
    1 project | /r/arduino | 20 Jun 2022
    The Max Carrier "Getting Started" page says it allows interfacing with the M4 core. On the AruinoCore-mbed GitHub, it says that the code is ran by the M4 core on the STM chip. So not the M7 core on the same chip?
  • Using MBed Bluetooth API on Nano RP2040?
    3 projects | /r/arduino | 30 Mar 2022
    Yes, I was able to compile the blink example. I checked on the GitHub and it seems that the core does have Ble.h here but I don't know whether it exists in my local system.
  • Portenta SPI interfacing
    1 project | /r/arduino | 22 Nov 2021
    Does anyone know how to get this to work? The only resource I have found is this thread on github, but the information there doesnt really help me at all... Minimal example of SPI for Portenta H7 · Issue #131 · arduino/ArduinoCore-mbed · GitHub
  • Arduino Pro hardware is not open-source hardware
    2 projects | news.ycombinator.com | 7 Jul 2021
    I stand corrected on the USB bit, actually -- it looks like you're using an alternate USB library which might avoid the licensing issue -- but some components of OpenAMP are provided under this license. Search for "SLA0044" to find the rest.

    https://github.com/arduino/ArduinoCore-mbed/blob/e50ec8aa1b1...

  • Difference between using stm32arduino vs just an arduino?
    1 project | /r/embedded | 16 Mar 2021
    Arduino has official boards running on STM32. Unfortunately for a lot of people "Arduino" means "Arduino UNO" which is an 8bit product while most of the products are now based on ARM Cortex M processors. Having said that, using the Arduino framework has a lot of benefits in terms of simplicity,code re-use and availability of libraries. There is a not so well know trick which allows you to run an official port of Arduino on any stm32 board which supports mbedOS : in this repo https://github.com/arduino/ArduinoCore-mbed you'll find a script called mbed-os-to-arduino that creates the Arduino port for the processor you're using. enjoy :)
  • Question: What should I use to create a USB device that receives Bluetooth?
    1 project | /r/arduino | 25 Feb 2021

What are some alternatives?

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

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

ArduinoBLE - ArduinoBLE library for Arduino

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]).

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

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.

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

lk-overlay