RSS Amplifier

Small dose of nothing · Jan 26, 2026

AYN Odin 3: NixOS SD

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

This assumes your Odin 3 can boot on EFI thanks to my previous post . We use Nix flakes to build an image. Everything is defined in flake.nix at pcarrier/sys . The most important part is in hw/odin3.nix as we need a custom kernel today. Being careful to target the right device, we generate an ISO and write it to the microSD card: nix build…

This assumes your Odin 3 can boot on EFI thanks to my previous post.

We use Nix flakes to build an image. Everything is defined in flake.nix at pcarrier/sys. The most important part is in hw/odin3.nix as we need a custom kernel today.

Being careful to target the right device, we generate an ISO and write it to the microSD card:

nix build .#nixosConfigurations.odin3iso.config.system.build.isoImage
lsblk # find the SD card device for the next command
sudo dd if=result/iso/nixos-minimal-….iso of=/dev/sd… bs=4M
sync

Read on nothing.pcarrier.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.