-
Notifications
You must be signed in to change notification settings - Fork 0
Procedures
Ethan Turkeltaub edited this page Aug 23, 2026
·
4 revisions
- Ensure that the target host is importing the
nixos-raspberrypi.nixosModules.sd-imagemodule. This adds the correct build attributes and disk layout. - Insert the SD card and look up its disk mountpoint with
diskutil list. - Run
just sd-image <host>to generate the SD image. - Run
just burn-sd-image <result> <disk> <raw-disk>. An example would bejust burn-sd-image ./result/sd-image/nixos-image-rpi4-uboot.img.zst /dev/disk6 /dev/rdisk6.