Skip to content
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

The "avm_kernel_image" extractor does not work #129

Open
maringuu opened this issue Feb 19, 2024 · 1 comment
Open

The "avm_kernel_image" extractor does not work #129

maringuu opened this issue Feb 19, 2024 · 1 comment

Comments

@maringuu
Copy link
Collaborator

maringuu commented Feb 19, 2024

I have not inspected the problem very thoroughly, but in short it does not work because something in the freetz-ng installation fails.
To get the freetz unpacker working without the fact_extractor you have to do:

# These variables instruct freetz to use the system versions of lzma and sfk
export UNLZMA=$(which lzma) 
# http://stahlworks.com/dev/swiss-file-knife.html
export SFK=$(which sfk)
tools/unpack-kernel -u kernel.img
@jstucke
Copy link
Collaborator

jstucke commented Aug 21, 2024

there was a fix for the missing sfk binary in #140, so it should hopefully work now. Can you check?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants