Skip to content

gangaram-tii/nixos-imx8mq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS on NXP iMX8 MQuad platform

This flake enables cross-compilation of sdimage for NXP iMX8 MQuad evaluation kit from an x86 machine.

To generate an SD image run the following command:

 $> nix build .#packages.riscv64-linux.microchip-icicle-kit-<release/debug>

After successful compilation it generates sdimage ./result/nixos.img which can be programmed in sdcard to boot the board.

To program the sdimage use following command:

 $> sudo dd if=.result/nixos.img of=/dev/sd<x> bs=32M

Once image is programmed in the sdcard, put the sdcard in the card slot of the board and reboot.

About

Run NixOS on NXP iMX 8M Quad evaluation kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages