Migrated bare repo
Find a file
2017-11-27 17:44:00 +00:00
fpack Added timestamp to preamble 2017-11-27 17:44:00 +00:00
input.json Updated input example 2017-08-05 00:38:08 +01:00
LICENSE Implemented spec-file parsing & validation 2017-08-02 15:20:53 +01:00
main.bin Updated input example 2017-08-05 00:38:08 +01:00
README.md Updated usage documentation 2017-08-05 01:03:54 +01:00

fpack

Tool for packaging, signing and encrypting firmware images

Usage

fpack <spec-file> <fpk-file> [root-dir]

  <spec-file>      Path to input JSON file specifying images
                   to include in FPK file, encryption keys
                   etc.
                   
  <fpk-file>       Path for FPK output file.
  
  [root-dir]       Optional argument, specifies path prefix
                   for any files referenced in <spec-file>.