tool: Add default_partition.bin

Add default partition table

Partition table built with `./partition_table/partition_table -o
default_partition.bin --app0 ../fw/testloadapp/testloadapp.bin`
This commit is contained in:
Michael Cardell Widerkrantz 2025-04-04 15:25:31 +02:00 committed by Mikael Ågren
parent 6324da2c90
commit 73ea180b2a
No known key found for this signature in database
GPG key ID: E02DA3D397792C46
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View file

@ -46,6 +46,7 @@ verilated/
*.o *.o
*.asc *.asc
*.bin *.bin
!/hw/application_fpga/tools/default_partition.bin
*.elf *.elf
*.map *.map
*.tmp *.tmp

Binary file not shown.