Skip to content

Draft: apple-iphone7: Add flash method, package dtb and kernel image

onny requested to merge onny/pmaports:apple-iphone7 into master

The apple-ipnone7 linux package has to provide additional files for the flasher tool by Corellium. I'm trying to upstream this tool to Alpine Linux aports.

I created a merge request to implement this flasher for Apple devices in pmbootstrap.

The flasher tool works like this:

./load-linux ../../linux-sandcastle/arch/arm64/boot/Image.lzma ../../linux-sandcastle/dtbpack

First argument is a lzma compressed kernel image, the second is a custom dtb package. Both files will be build and packaged with this merge request.

Edited by onny

Merge request reports