-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
amba_fwpack fails with Error: Detection finished with unusual entry sizes, verify files #408
Comments
Ambarella provides SDK for device makers, which they modify to create SW for their products. If the tool doesn't recognize the specific container, use search option to just recognize partitions - the partition markers never change. |
Unfortunately, amba_fwpak.py fails to find the pattern dji-firmware-tools/amba_fwpak.py Line 546 in 156a1f9
fw for repro: https://gopro.com/en/us/support/hero5-session-product-update/windows |
Not sure what to tell you..:
That's on file from the link hero5-session-product-update/windows. Some header fields are clearly incorrect - header format is different. But the partitions are extracted. |
Trying to unpack firmware from gopro session 5 / 5 black (publicly available) with
python3 amba_fwpak.py -m camera_loaders.bin -x
, but it fails withThis firmware for an ambarella A9SE7 (https://github.com/hypoxic/GoPro-Research), so I thought this should work.
If not, how to adapt or correct amba_fwpack.py ? Any hints ?
The text was updated successfully, but these errors were encountered: