Update build

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-07-01 16:05:45 +02:00
parent 956c083985
commit dbb83b4825
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ source "arm-image" "rpi64-pwnagotchi" {
output_filename = "../../../pwnagotchi-64bit.img" output_filename = "../../../pwnagotchi-64bit.img"
qemu_binary = "qemu-aarch64-static" qemu_binary = "qemu-aarch64-static"
target_image_size = 9969908736 target_image_size = 9969908736
last_partition_extra_size = 9221225472
} }
source "arm-image" "rpi32-pwnagotchi" { source "arm-image" "rpi32-pwnagotchi" {
@ -33,6 +34,7 @@ source "arm-image" "rpi32-pwnagotchi" {
qemu_args = ["-cpu", "arm1176"] qemu_args = ["-cpu", "arm1176"]
image_arch = "arm" image_arch = "arm"
target_image_size = 9969908736 target_image_size = 9969908736
last_partition_extra_size = 9221225472
} }
# a build block invokes sources and runs provisioning steps on them. The # a build block invokes sources and runs provisioning steps on them. The

View File

@ -22,6 +22,7 @@ source "arm-image" "rpi64-pwnagotchi" {
output_filename = "../../../pwnagotchi-64bit.img" output_filename = "../../../pwnagotchi-64bit.img"
qemu_binary = "qemu-aarch64-static" qemu_binary = "qemu-aarch64-static"
target_image_size = 9969908736 target_image_size = 9969908736
last_partition_extra_size = 9221225472
} }
# a build block invokes sources and runs provisioning steps on them. The # a build block invokes sources and runs provisioning steps on them. The