blob: 0ab359c40a1e867f25603385d0d7ebe30708aa74 [file] [log] [blame]
Andrew Geissler80d41842023-09-11 08:36:15 -04001# WIC partitioning for corstone500
2# Layout and maximum sizes (to be defined):
3#
4
5# Rawcopy of the FIP binary
6part --source rawcopy --sourceparams="file=fip.bin" --no-table --align 1 --fixed-size 1
7
8# Rawcopy of the kernel binary
9part --source rawcopy --sourceparams="file=zImage" --no-table --fixed-size 12
10
11# Rawcopy of the rootfs
12part --source rawcopy --sourceparams="file=${IMGDEPLOYDIR}/core-image-minimal-corstone500.squashfs" --no-table