(no commit message)
authorlkcl <lkcl@web>
Fri, 20 Aug 2021 17:11:02 +0000 (18:11 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 20 Aug 2021 17:11:02 +0000 (18:11 +0100)
HDL_workflow/coriolis2.mdwn

index 1dcd6e672e6cac650c27941a408cdc9432a20b34..fac0d29f53064d1501905b01369dbb4ebddab661 100644 (file)
@@ -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)
+