Files
oopt-goldstone/README.md
Ryosuke Kato 70a1157c34 Loading libtai-xxx.so on GFT (#36)
* Update README.md

'multiarch/qemu-user-static --reset -p' requires an argument.
and if you use docker belong with docker group ,  this command is not works well. It requires high privilege as a root.

* Update exec.py

* Create cfp2dco.json

* Update README.md

* Update cfp2dco.json (fix typo)
2024-12-09 20:06:16 +09:00

2.2 KiB

Goldstone NOS

Goldstone NOS is a modular, container-based open source network OS for TIP OOPT networking hardware

Architecture

Supported Hardware

Transponders:

  • Wistron WTP-01-02-00 (Galileo 1)
    • ACO, DCO, QSFP28 PIU are supported
  • Wistron WTP-01-C1-00 (Galileo Flex T)
  • Edgecore AS7716-24SC/XC (Cassini)
    • only ACO PIU is supported

TOR/Data-center switches:

  • Edgecore AS7716-32X

Getting Started

You can download pre-built Goldstone ONIE installer from the release page.

How to build

Prerequisite

  • Git
  • make
  • Docker ( version >= 18.09, enable buildkit )
    • Enable an execution of different multi-architecture containers by QEMU and binfmt_misc
  • Python
$ git clone https://github.com/oopt-goldstone/goldstone-buildimage.git
$ cd goldstone-buildimage
$ git submodule update --init
$ make builder
$ make docker

This will build ONIE installers that can be installed on the supported hardware under RELEASE directory.

$ find RELEASE
RELEASE
RELEASE/buster
RELEASE/buster/arm64
RELEASE/buster/arm64/goldstone-v0.5.0_ONL-OS10_2022-06-13.0547-02419c5_ARM64.swi.md5sum
RELEASE/buster/arm64/goldstone-v0.5.0_2022-06-13.0547-02419c5_ARM64_INSTALLER
RELEASE/buster/arm64/goldstone-v0.5.0_ONL-OS10_2022-06-13.0547-02419c5_ARM64.swi
RELEASE/buster/arm64/goldstone-v0.5.0_2022-06-13.0547-02419c5_ARM64_INSTALLER.md5sum
RELEASE/buster/amd64
RELEASE/buster/amd64/goldstone-v0.5.0_ONL-OS10_2022-06-13.0547-02419c5_AMD64.swi
RELEASE/buster/amd64/goldstone-v0.5.0_ONL-OS10_2022-06-13.0547-02419c5_AMD64.swi.md5sum
RELEASE/buster/amd64/goldstone-v0.5.0_2022-06-13.0547-02419c5_AMD64_INSTALLER
RELEASE/buster/amd64/goldstone-v0.5.0_2022-06-13.0547-02419c5_AMD64_INSTALLER.md5sum