Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

CodeConstruct/pldm-fw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLDM firmware update utility

The PLDM firmware update utility has moved.

This code has been refactored into the mctp-rs workspace, so we now have separate components for the MCTP, PLDM, and PLDM for Firmware Update code.

These have all been published as Rust crates too; this particular one is pldm-fw.


Simple utility to talk PLDM for Firmware Update (type 5) to a Firmware Device, using the Linux MCTP networking support.

Building

If cross compiling, an appropriate linker path needs to be added to either ~/.cargo/config.toml, or .cargo/config.toml in the source directory.

[target.armv7-unknown-linux-musleabihf]
linker = "arm-linux-gnueabihf-gcc"

Cross compile to an AST2600:

cargo build --release --target armv7-unknown-linux-musleabihf

Output executable is ./target/armv7-unknown-linux-musleabihf/release/pldm-fw

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages