Code Monkey home page Code Monkey logo

firmware-update-abstraction-layer's Introduction

DISCONTINUATION OF PROJECT

This project will no longer be maintained by Intel.
This project has been identified as having known security escapes.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.

Firmware Update Abstraction Layer (FAL)

The Firmware Update Abstraction Layer (FAL) is a combination of the following to provide a firmware update solution that can be used to perform FW/BIOS updates across a heterogeneous mix of edge systems.

Supported OS

  • Ubuntu

Components

There are 3 Components to the Firmware Update Abstraction Layer (FAL). The main deliverable of this project is the Firmware Update Abstraction Layer Library (FALL). The other two components are reference code to demonstrate how the library may be used.

See the individual README.md files for more information on each component.

Component Acronym Description
Firmware Update Abstraction Library FALL Python library that performs the update
Firmware Update Abstraction Layer Command-Line FALC Reference code which utilizes the FALL. It can be used to test the library or as a reference for developing your own solution.
Dockerfile Reference Dockerfile on how the solution could be containerized

Documentation

PFU Library Readme

PFU Command-line Readme

Running in a Docker container

Please also see the docs directory.

Build

Prerequisites

  • install m4

sudo apt install m4

  • install Docker
sudo apt-get -y install curl 
# install docker using the convenience script 
curl -fsSL https://get.docker.com -o get-docker.sh 
# preview script steps before running 
DRY_RUN=1 sh ./get-docker.sh 
sudo sh get-docker.sh

Build Project

./build.sh

See the docker subdirectory for instructions on building a Docker image.

Install (Native using reference code):

  • Change directory: cd falc-program/installer
  • Run script: ./install-fal.sh

Uninstall (Native using reference code):

  • Change directory: cd falc-program/installer
  • Run script: ./uninstall-fal.sh

firmware-update-abstraction-layer's People

Contributors

gblewis1 avatar nmgaston avatar rdower avatar sfblackl-intel avatar

Watchers

 avatar  avatar  avatar

Forkers

amoorkax

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.