frugen icon indicating copy to clipboard operation
frugen copied to clipboard

IPMI FRU Information generator / editor

Results 8 frugen issues
Sort by recently updated
recently updated
newest added

This is a squashed and rebased PR #9. It works for the most part, except for custom fields, time and multi-records. Source file: ```json { /* The internal use area,...

I'm not sure if this is a bug or a byproduct of FRU encoding, but the following command fails with `Failed to encode custom field. Memory allocation or field length...

Support building for ubuntu, macos catalina, and windows server 2019 Signed-off-by: Alexander Amelkin

Was trying to build an RPM of version 1.3 for Centos 7, but got stuck on a linker error before I could even get that far. Any idea what might...

The motivation for this is to use `ipmitool` to dump the current fru contents and then modify/add fields before writing it back.

It must be possible to run `cat template | frugen --from - fru.bin` and get a `fru.bin` generated from `template`.

Sometimes it may be more convenient to have FRU defined in [yaml](http://yaml.org/) rather than [JSON](http://json.org). Need to add `--yaml` option to use with `--from`.