Embedded: Difference between revisions
m Move the category template to remove redundant space at the top |
See also relevant Nixcademy blog posts |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
This page aims to provide a collection of links to nix managed embedded computing projects. | This page aims to provide a collection of links to nix managed embedded computing projects and resources. | ||
= On this wiki = | = On this wiki = | ||
| Line 8: | Line 8: | ||
= On GitHub = | = On GitHub = | ||
* [https://github.com/boredom101/pinix Builds for the pine64 soldering iron using | * [https://github.com/boredom101/pinix Builds for the pine64 soldering iron using Nix] | ||
* [https://github.com/cyber-murmel/NixOS-on-ARM-Examples Examples of Nix expressions for cross compiling NixOS images for ARM] | * [https://github.com/cyber-murmel/NixOS-on-ARM-Examples Examples of Nix expressions for cross compiling NixOS images for ARM] | ||
* [https://github.com/nix-community/nix-environments nix-environments] has <code>shell.nix</code> files for: | * [https://github.com/nix-community/nix-environments nix-environments] has <code>shell.nix</code> files for: | ||
** [https://github.com/nix-community/nix-environments/blob/master/envs/yocto/shell.nix Yocto] | ** [https://github.com/nix-community/nix-environments/blob/master/envs/yocto/shell.nix Yocto] | ||
** [https://github.com/nix-community/nix-environments/tree/master/envs/arduino Arduino] | ** [https://github.com/nix-community/nix-environments/tree/master/envs/arduino Arduino] | ||
== See also == | |||
* [https://nixcademy.com/posts/auto-growing-nixos-appliance-images-with-systemd-repart/ Self-growing NixOS appliance images with systemd-repart, Nixcademy] | |||
* [https://nixcademy.com/posts/minimizing-nixos-images/ Minimizing NixOS images, Nixcademy] | |||
* [https://nixcademy.com/posts/immutable-ab-system-partitions-with-nixos-for-ota-updates/ Immutable A/B system partitions with NixOS for over-the-air updates, Nixcademy] | |||
[[Category:Development]] | [[Category:Development]] | ||