Open
Description
Hi,
Camera: Sony ZV-1
crypterName: CXD90045
I managed to unpack and changed the version number in the config.yaml
But I can't pack it, it returned this error:
G:\ZV\fwtool>fwtool.py pack -c output/config.yaml -u output/updater.img -f output/firmware.tar -o packed
Creating firmware image
Encrypting firmware image
Traceback (most recent call last):
File "G:\ZV\fwtool\fwtool.py", line 345, in <module>
main()
File "G:\ZV\fwtool\fwtool.py", line 337, in main
packCommand(args.firmwareFile, args.updaterFile, args.updaterBodyFile, args.configFile, args.device, args.outDir)
File "G:\ZV\fwtool\fwtool.py", line 291, in packCommand
encrypted = fdat.encryptFdat(fdatFile, datConf['crypterName'])
File "G:\ZV\fwtool\fwtool\sony\fdat.py", line 253, in encryptFdat
return _crypters[crypterName]().encrypt(file)
File "G:\ZV\fwtool\fwtool\sony\fdat.py", line 212, in encrypt
raise Exception('Encryption not supported')
Exception: Encryption not supported
Metadata
Metadata
Assignees
Labels
No labels