Skip to content
Commit 44165e4c authored by Fabien Parent's avatar Fabien Parent Committed by Tom Rini
Browse files

tools: mtk_image: add support for booting ARM64 images



mkimage is only able to package aarch32 binaries. Add support for
AArch64 images.

One can create a ARM64 image using the following command line:
mkimage -T mtk_image -a 0x201000 -e 0x201000 -n "media=emmc;arm64=1"
-d bl2.bin bl2.img

Signed-off-by: default avatarFabien Parent <fparent@baylibre.com>
parent 9f6322bd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment