flake: use the uImage format for not-os #9
Loading…
Reference in New Issue
No description provided.
Delete Branch "fsagbuya/nix-servo:uimage"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The added patch aims to:
zc706
zynq variantTested to boot on zynq-zc706 board.
Reference:
Platform is now also customizable in the flake by exposing the attributes of
crossSystem
.@ -226,3 +232,2 @@
platform = system: (import nixpkgs { config = {}; }).platforms.armv7l-hf-multiplatform;
system = "x86_64-linux";
crossSystem.system = "armv7l-linux";
crossSystem = {
Why is this duplicating the code already in not-os?
I initially thought this was also not needed. However, omitting this part results to:
It appears this is just how the process operates, especially considering how the not-os part is structured in the flake. It seems like this flake and the not-os flake function as separate entities, with each only modifying and building upon the not-os modules.
Most likely you're just doing it wrong and not understanding what is really going on. Read the not-os code carefully.
02ef298038
to3b34e11cbf
Updated.
zynq_image.nix
module to avoid redundancy and complexity.Build log: