blob: 8ee89f4c332caff9b6902bb2f340cace00f68e8f [file] [log] [blame]
#!/usr/bin/env bash
# Copyright 2018 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
set -eo pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ZIRCON_DIR="${DIR}/../../../../.."
SCRIPTS_DIR="${ZIRCON_DIR}/scripts"
"${SCRIPTS_DIR}/package-image.sh" -b eagle \
-d "$ZIRCON_DIR/kernel/target/arm64/board/eagle/eagle.dtb" -D append \
-C "bootopt=64S3,32N2,64N2" \
-g -M 0x40000000 -K 0x000000000 $@