blob: 0cbb771699c6cc5c07a06ec52b2a023252067e4d [file] [log] [blame]
How to generate FBF file for web upgrade
Please find FBFMake_WEB.exe in SWDownloader release package. its ouput is fbf.bin
Introduction:
FBFMake_WEB.exe will generate a FBF file for Web upgrade, user need to set split size, its size depends on DDR available size ,
it use different split size on different platforms.
Usage: FBFMake_WEB.exe -f BlfFile -i SplitSize [-o fbfFile] [-v version] [ -s keyFile]
Command line description:
-f:Input blf file name
-i:Image split size
[-o]:Optional parameter to set Output fbf file name
[-v]:Optional parameter,the version number length no more than 10 characters
[-d]:Differential Upgrading Sign
[-s]:Optional parameter,Signature fbf file with fixed key.
Tool only support key format created by Openssl command.
for example:genrsa -out test.key 1024
For example:
FBFMake_WEB.exe -f blfFile.blf -i 0x20000 -s test.key