summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-05-12 01:28:28 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-24 04:17:47 +0000
commit645f382fcf3db629b72647433db355e9dc661026 (patch)
tree9f51977f000f8b4b15003468f00279077c1fc573
parentd4cb2d0b70497131f18cad7648f364c33dafc93d (diff)
downloadblackbird-op-build-645f382fcf3db629b72647433db355e9dc661026.tar.gz
blackbird-op-build-645f382fcf3db629b72647433db355e9dc661026.zip
Update documentation to remove references to Ubuntu, and to recommend build on ppc64el
Give instructions to build Talos firmware by default
-rw-r--r--README.md18
1 files changed, 7 insertions, 11 deletions
diff --git a/README.md b/README.md
index 536a7353..8186060f 100644
--- a/README.md
+++ b/README.md
@@ -24,12 +24,12 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for howto contribute code.
## Building an image
-To build an image for a Palmetto system:
+To build an image for a Talos system:
```
git clone --recursive git@github.com:open-power/op-build.git
cd op-build
-./op-build palmetto_defconfig && ./op-build
+./op-build talos_defconfig && ./op-build
```
There are also default configurations for other platforms in
@@ -40,19 +40,15 @@ Boston (p9dsu), Romulus, and Zaius.
Buildroot/op-build supports both native and cross-compilation - it will
automatically download and build an appropriate toolchain as part of the build
process, so you don't need to worry about setting up a
-cross-compiler. Cross-compiling from a x86-64 host is officially supported.
+cross-compiler. Compiling from an OpenPOWER host is officially supported.
The machine your building on will need Python 2.7, GCC 6.2 (or later), and
a handful of other packages (see below).
-### Dependencies for *64-bit* Ubuntu/Debian systems
+### Dependencies for 64-bit little endian Debian systems
-1. Install Ubuntu (>= 18.04) or Debian (>= 9) 64-bit.
-2. Enable Universe (Ubuntu only):
-
- sudo apt-get install software-properties-common
- sudo add-apt-repository universe
-3. Install the packages necessary for the build:
+1. Install Debian (>= 9.0).
+2. Install the packages necessary for the build:
sudo apt-get install cscope ctags libz-dev libexpat-dev \
python language-pack-en texinfo \
@@ -60,7 +56,7 @@ a handful of other packages (see below).
libssl-dev libxml-simple-perl libxml-sax-perl libxml-parser-perl libxml2-dev libxml2-utils xsltproc \
wget bc rsync
-### Dependencies for *64-bit* Fedora systems
+### Dependencies for 64-bit little endian Fedora systems
1. Install Fedora (>= 25) 64-bit.
2. Install the packages necessary for the build:
OpenPOWER on IntegriCloud