Skip to content

CodeConstruct/pldm-fw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLDM firmware update utility

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