meta-tegra
buildroot
meta-tegra | buildroot | |
---|---|---|
6 | 52 | |
438 | 2,865 | |
2.5% | 1.9% | |
9.5 | 10.0 | |
2 days ago | 1 day ago | |
BitBake | Makefile | |
MIT License | GNU General Public License v3.0 or later |
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.
meta-tegra
- Switching customers from Linux to BSD because boring is good
-
Cross compile QT6 for Jetson Orin in Linux
If you must compile from source, there is a Yocto layer targeting Orin at https://github.com/OE4T/meta-tegra. Then you can add https://code.qt.io/cgit/yocto/meta-qt6.git/log/ like any yocto layer. The Yocto route is more difficult initially, but it pays off if you need to customize a lot of things.
-
Yocto
This might help you OE4T/meta-tegra
- Linux-factory: A framework used to create custom Linux Debian operating systems
-
Solving Entry-Level Edge AI Challenges with Nvidia Jetson Orin Nano
Related, so I'd like to give a shout out to the guys who made meta-tegra[1] possible so that I don't have to use NVidia's garbage software, which barely resembles something you get out of a proper SBC.
[1] https://github.com/OE4T/meta-tegra
-
Is there a way to cleanly install Ubuntu 20 on the NX?
If you need newer versions of certain libraries / other software, you can have a look at OE4T and use it to build your own system images. This will not remove all restrictions ( you will still be unable to update the kernel, of course ) but you can more easily use more current software versions for parts of the system that have no direct NVIDIA dependency.
buildroot
- Buildroot
- Damn Small Linux 2024
-
I Built Linux from Scratch
I did it few times. It's so much easier nowadays with https://buildroot.org/
-
GitHub - avxmw/creality_k1_fw: Tracks firmware for Creality K1 series 3D printers
If you dig through the rootfs of the K1 it becomes clear that Creality is using buildroot so we should be able to do that ourselves - at least some of us.
- Fazer uma distribuição Linux
-
Curious about Roku OS
An embedded system like Roku doesn't need to "run everything", it just needs to run their "platform", which is probably quite small. It's pretty trivial to assemble your own OS from "off-the-shelf" components. You can use something like buildroot to spin up a new OS in half a day, using only the components you want. You can also use "smaller" components that have far fewer features, meaning less bugs and less updates.
-
Linux-factory: A framework used to create custom Linux Debian operating systems
https://github.com/buildroot/buildroot
-
Debloating Windows 10 with one command and no internet scripts
> I do this for every Windows installation that is used for similar purposes, like embedded machines that has to run a single application, virtual machines, etc.
Have you tried running Linux for these use cases? This sort of thing is an area Linux excels, in my experience.
When you run Windows, you're in for the whole kit and caboodle. Most of the components are proprietary, closed-source black boxes. You can only poke and prod and test and hope things don't break in unexpected ways.
Conversely, Linux can be easy stripped down to a bare bones kernel and a single statically-linked binary. I can run a useful application on top of Linux with the whole system weighing in smaller than bootmgfw.efi.
Something more complex, but still custom, is easily crafted with Buildroot.
https://buildroot.org/
-
Automatically generate commit messages using ChatGPT
Have a look at the commit history of Linux or buildroot for nice readable commit histories.
-
Does it make sense to try to install / maintain a gentoo system in a vm for learning more about Linux?
Gentoo could teach you more about what is involved in dependency handling and actual ‘construction’ of a Linux system. But Linux From Scratch is a much better teaching tool for learning this, and even things like Buildroot are arguably better than Gentoo for this because they generally force you to care about a lot of the stuff that Gentoo hides away to make the system nicer to use.
What are some alternatives?
Fedora-Virt-Lab - A demo for setting up a Fedora hypervisor for your home lab using Ansible, Web Console, and Image Builder
gokrazy - turn your Go program(s) into an appliance running on the Raspberry Pi 3, Pi 4, Pi 5, Pi Zero 2 W, or amd64 PCs!
linux-factory - a framework used to create custom debian linux operating systems
riscv-gnu-toolchain - GNU toolchain for RISC-V, including GCC
SkiffOS - Any Linux distribution, anywhere.
rust-raspberrypi-OS-tutorials - :books: Learn to write an embedded OS in Rust :crab:
zfs - OpenZFS on Linux and FreeBSD
meta-balena - A collection of Yocto layers used to build balenaOS images
unix-history-repo - Continuous Unix commit history from 1970 until today
nerves - Platform infrastructure for embedded Erlang/OTP, Elixir, and LFE projects
linux-xlnx - The official Linux kernel from Xilinx
smoltcp - a smol tcp/ip stack