From c4ce2aabb8d5ac7edcb06cf20c2bb9a34963ef1c Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 20 Aug 2021 18:11:02 +0100 Subject: [PATCH] --- HDL_workflow/coriolis2.mdwn | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/HDL_workflow/coriolis2.mdwn b/HDL_workflow/coriolis2.mdwn index 1dcd6e672..fac0d29f5 100644 --- a/HDL_workflow/coriolis2.mdwn +++ b/HDL_workflow/coriolis2.mdwn @@ -364,6 +364,24 @@ builds is debian/10. It is just about possible to use ubuntu to run the debootstrap chroot setup but it is not recommended. +Prerequisites: + +* machine with debian/10 (or if you absolutely must, ubuntu) +* minimum 32 GB RAM +* minimum XEON processor or Intel i9 or IBM POWER9 +* enough time to complete the build in full + +Commands to run: + ``` -git clone https://git.libre-soc.org +$ git clone https://git.libre-soc.org/git/dev-env-setup.git +$ cd dev-env-setup +$ sudo bash +# ./coriolis2-chroot +# exit +$ schroot -c cotiolis +$ cd soclayout/experiments9 +$ ./build_full_4k_sram.sh ``` +(now do something else for the next 90 minutes) + -- 2.30.2