-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload ota-bootloader-abstraction 1.1.0.193 [2307]
- Loading branch information
gitlab-runner
committed
Mar 28, 2024
1 parent
7c2a7e9
commit a2eb98b
Showing
39 changed files
with
2,106 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
configs/COMPONENT_MCUBOOT/flash/COMPONENT_OTA_PSOC_062/flash_qspi.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
configs/COMPONENT_MCUBOOT/flashmap/cyw89829_xip_overwrite_single.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"external_flash": [ | ||
{ | ||
"flash-size": "0x100000", | ||
"erase-size": "0x1000", | ||
"mode": "XIP" | ||
} | ||
], | ||
"boot_and_upgrade": | ||
{ | ||
"bootloader": { | ||
"address": { | ||
"description": "Address of the bootloader", | ||
"value": "0x60000000" | ||
}, | ||
"size": { | ||
"description": "Size of the bootloader", | ||
"value": "0x20000" | ||
} | ||
}, | ||
"application_1": { | ||
"address": { | ||
"description": "Address of the application primary slot", | ||
"value": "0x60020000" | ||
}, | ||
"size": { | ||
"description": "Size of the application primary slot", | ||
"value": "0x00060000" | ||
}, | ||
"upgrade_address": { | ||
"description": "Address of the application secondary slot", | ||
"value": "0x60080000" | ||
}, | ||
"upgrade_size": { | ||
"description": "Size of the application secondary slot", | ||
"value": "0x00060000" | ||
} | ||
} | ||
} | ||
} |
56 changes: 56 additions & 0 deletions
56
configs/COMPONENT_MCUBOOT/flashmap/cyw89829_xip_swap_single.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"external_flash": [ | ||
{ | ||
"flash-size": "0x100000", | ||
"erase-size": "0x1000", | ||
"mode": "XIP" | ||
} | ||
], | ||
"boot_and_upgrade": | ||
{ | ||
"bootloader": { | ||
"address": { | ||
"description": "Address of the bootloader", | ||
"value": "0x60000000" | ||
}, | ||
"size": { | ||
"description": "Size of the bootloader", | ||
"value": "0x00020000" | ||
}, | ||
"scratch_address": { | ||
"description": "Address of the scratch area", | ||
"value": "0x600EC000" | ||
}, | ||
"scratch_size": { | ||
"description": "Size of the scratch area", | ||
"value": "0x00002000" | ||
}, | ||
"status_address": { | ||
"description": "Address of the swap status partition", | ||
"value": "0x600E0000" | ||
}, | ||
"status_size": { | ||
"description": "Size of the swap status partition", | ||
"value": "0x0000C000" | ||
} | ||
}, | ||
"application_1": { | ||
"address": { | ||
"description": "Address of the application primary slot", | ||
"value": "0x60020000" | ||
}, | ||
"size": { | ||
"description": "Size of the application primary slot", | ||
"value": "0x00060000" | ||
}, | ||
"upgrade_address": { | ||
"description": "Address of the application secondary slot", | ||
"value": "0x60080000" | ||
}, | ||
"upgrade_size": { | ||
"description": "Size of the application secondary slot", | ||
"value": "0x00060000" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.