X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=README.md;h=a298790ed4cc771fd8df233f595ef5957573c909;hb=HEAD;hp=9dbcbeafb5bc1e046cc5f891b662ea820a231efe;hpb=f4cdf933f0345a8af4a643f82e00ebec036b3f3b;p=soc.git diff --git a/README.md b/README.md index 9dbcbeaf..a298790e 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,20 @@ # About -The main SOC portion of Libre-SOC. A quad-core open source SOC with a 3D GPU, -VPU, and using Libre-licensed design cells. +The main SOC portion of Libre-SOC. A quad-core Libre-licensed SoC woth a +hybrid 3D GPU-VPU-CPU, and using Libre-licensed design cells. Libre-SOC is Libre down to the VLSI Cells, thanks to Chips4Makers FlexLib and Sorbonne University lip6.fr -# [Documentation](https://libre-soc.org/docs/) +# Documentation + +See https://libre-soc.org/docs/ # Installation - make gitupdate +Best done using the dev-env-setup scripts: +https://git.libre-soc.org/?p=dev-env-setup.git;a=summary + make install make test # optional (ish) @@ -18,17 +22,6 @@ and Sorbonne University lip6.fr qemu and gdb for Power 64 are required. qemu can be installed with "apt-get install qemu-system-ppc64", however gdb needs compiling from -source. Obtain the latest tarball, unpack it, then: - - cd gdb-9.1 (or other location) - mkdir build - cd build - ../configure --srcdir=.. --host=x86_64-linux --target=powerpc64-linux-gnu - make -j16 - make install - -You will need to have installed the powerpc gnu gcc cross-compiler for -this to work: - - apt-get install gcc-9-powerpc64-linux-gnu +source. The simplest way is to use this dev-env-script: +https://git.libre-soc.org/?p=dev-env-setup.git;a=blob;f=ppc64-gdb-gcc;hb=HEAD