Add rootfs for lagarto hun
This commit is contained in:
parent
eeecd40882
commit
94eb71dd80
@ -64,6 +64,7 @@
|
|||||||
OPENSBI = syspkgs.opensbi;
|
OPENSBI = syspkgs.opensbi;
|
||||||
KERNEL = build.kernel;
|
KERNEL = build.kernel;
|
||||||
INITRD = build.initialRamdisk;
|
INITRD = build.initialRamdisk;
|
||||||
|
ROOTFS = build.sdImage;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -11,5 +11,6 @@ rsync -a fpga/env.sh "$dst"
|
|||||||
rsync "$OPENSBI/share/opensbi/lp64/fpga/openpiton/firmware/fw_payload.bin" "$dst/opensbi.bin"
|
rsync "$OPENSBI/share/opensbi/lp64/fpga/openpiton/firmware/fw_payload.bin" "$dst/opensbi.bin"
|
||||||
rsync "$KERNEL/Image" "$dst/kernel.bin"
|
rsync "$KERNEL/Image" "$dst/kernel.bin"
|
||||||
rsync "$INITRD/initrd" "$dst/initrd.bin"
|
rsync "$INITRD/initrd" "$dst/initrd.bin"
|
||||||
|
rsync "$ROOTFS/rootfs.img" "$dst/rootfs.img"
|
||||||
|
|
||||||
echo "Now go to $dst and run ./boot.sh"
|
echo "Now go to $dst and run ./boot.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user