Skip to content

Commit

Permalink
Skip checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Smetanka committed Oct 19, 2024
1 parent 9eec406 commit eb9f4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/bpim4.json.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ variable "pwn_version" {
}

source "arm-image" "bpim4-pwnagotchi" {
image_type = "armbian"
// image_type = "armbian"
image_arch = "arm64"
iso_url = "https://mirrors.dotsrc.org/armbian-dl/bananapim4zero/archive/Armbian_24.8.1_Bananapim4zero_bookworm_current_6.6.44.img.xz"
// iso_checksum = ""
iso_checksum = "none"
output_filename = "../../../pwnagotchi-bpim4.img"
// qemu_binary = "qemu-aarch64-static"
qemu_args = ["-r", "6.6.44"]
Expand Down

0 comments on commit eb9f4d2

Please sign in to comment.