6. Requirements - lateralblast/parsec GitHub Wiki

Ruby Gems:

  • rubygems
  • fileutils
  • getopt/std
  • pathname
  • hex_string
  • terminal-table

A base set of firmware information is provided. This information is created using oort. In order to keep this information up to date, a MOS (My Oracle Support) account is required.

In order to work, parsec requires three directories:

  • methods
    • where the parsec modules are located
    • cloning parsec from git will get these
  • information
    • where firmware and other information is location
    • parsec comes with some base information which can be updated using the oort script
    • see the Getting started with Parsec wiki
  • firmware (under development)
    • the actual firmware
    • required for some machines to obtain further information
    • can be the repository generated from the oort script
    • see the Getting started with Parsec wiki