A lot of stuff
This commit is contained in:
@@ -12,21 +12,19 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
/* The size of this partition ensures that MCUBoot can be built
|
||||
* with an RTT console, CDC ACM support, and w/o optimizations.
|
||||
*/
|
||||
|
||||
boot_partition: partition@0 {
|
||||
label = "mcuboot";
|
||||
reg = <0x00000000 0x00087000>;
|
||||
reg = <0x00000000 0x00014000>;
|
||||
};
|
||||
|
||||
// slot0_partition: partition@12000 {
|
||||
// label = "image-0";
|
||||
// reg = <0x00012000 0x00075000>;
|
||||
// };
|
||||
slot1_partition: partition@87000 {
|
||||
slot0_partition: partition@14000 {
|
||||
label = "image-0";
|
||||
reg = <0x00014000 0x00074000>;
|
||||
};
|
||||
slot1_partition: partition@88000 {
|
||||
label = "image-1";
|
||||
reg = <0x00087000 0x00075000>;
|
||||
reg = <0x00088000 0x00074000>;
|
||||
};
|
||||
storage_partition: partition@fc000 {
|
||||
label = "storage";
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
zephyr,bt-c2h-uart = &cdc_acm_uart;
|
||||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
zephyr,code-partition = &boot_partition;
|
||||
zephyr,code-partition = &slot0_partition;
|
||||
zephyr,ieee802154 = &ieee802154;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user