Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 7d28300

Browse files
committed
READMEs updates
1 parent bed5d1f commit 7d28300

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

README-BUILD.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,11 @@ The supported Arm architectures are:
265265
- `arm64` for 64-bit devices
266266

267267
The current platform for Arm GNU/Linux production builds is a
268-
Debian 9, running on an ROCK Pi 4 SBC with 4 GB of RAM
269-
and 256 GB of fast M.2 SSD. The machine name is `xbba`.
268+
Debian 9, running on an Raspberry Pi 4 SBC with 8 GB of RAM
269+
and 256 GB of fast SSD. The machine name is `berry`.
270270

271271
```console
272-
$ ssh xbba
272+
$ ssh berry
273273
```
274274

275275
Before starting a multi-platform build, check if Docker is started:
@@ -310,7 +310,7 @@ $ sudo rm -rf ~/Work/riscv-none-embed-gcc-*
310310
$ bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --without-pdf --arm32 --arm64
311311
```
312312

313-
When ready, run the build on the production machine (`xbba`):
313+
When ready, run the build on the production machine (`berry`):
314314

315315
```console
316316
$ sudo rm -rf ~/Work/riscv-none-embed-gcc-*

README-RELEASE.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,10 @@ Connect to the Intel Linux (`xbbi`):
242242
caffeinate ssh xbbi
243243
```
244244

245-
Connect to the Arm Linux (`xbba`):
245+
Connect to the Arm Linux (`berry`):
246246

247247
```bash
248-
caffeinate ssh xbba
248+
caffeinate ssh berry
249249
```
250250

251251
On all machines, clone the `xpack-develop` branch:
@@ -276,21 +276,24 @@ A typical run takes about 80 minutes.
276276
On `xbbi`:
277277

278278
```bash
279+
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --all --disable-multilib
280+
279281
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --linux64 --windows64 --disable-multilib
280282
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --linux32 --windows32 --disable-multilib
281283
```
282284

283-
A typical run on takes about 105 minutes.
285+
A typical run takes about 160+150 minutes.
284286

285-
On both Linux machines (`xbbi` and `xbba`):
287+
On `berry`:
286288

287289
```bash
288290
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --arm64 --disable-multilib
289-
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --arm32 --disable-multilib
290291
```
291292

292293
A typical run takes about 370 minutes.
293294

295+
Please note that the 32-bit build fails with out of memory.
296+
294297
### Clean the destination folder for the test binaries
295298

296299
On the development machine (`wks`) clear the folder where binaries from all
@@ -370,21 +373,21 @@ A typical run takes about 250 minutes.
370373
On `xbbi`:
371374

372375
```bash
373-
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --linux64 --win64
374-
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --linux32 --win32
376+
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --all
375377
```
376378

377379
A typical run takes about 300 minutes.
378380

379-
On `xbba`:
381+
On `berry`:
380382

381383
```bash
382384
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --arm64
383-
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --arm32
384385
```
385386

386387
A typical run takes about 945 minutes.
387388

389+
Please note that the 32-bit build fails.
390+
388391
### Clean the destination folder
389392

390393
On the development machine (`wks`) clear the folder where binaries from all

0 commit comments

Comments
 (0)