eshaulx edited a comment on issue #69: mcumgr firmware update over BLE: Error: 6 on image confirm URL: https://github.com/apache/mynewt-mcumgr/issues/69#issuecomment-596513786 Thanks for your quick catch - it's indeed wrong, I have updated my dts: ` partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; boot_partition: partition@0 { label = "mcuboot"; reg = <0x00000000 0x0000C000>; }; slot0_partition: partition@c000 { label = "image-0"; reg = <0x0000C000 0x000036000>; }; slot1_partition: partition@42000 { label = "image-1"; reg = <0x00042000 0x000036000>; }; scratch_partition: partition@78000 { label = "image-scratch"; reg = <0x00078000 0x00008000>; }; /* * The flash starting at 0x00080000 and ending at * 0x000fffff is reserved for use by the application. */ /* Storage partition will be used by FCB/NFFS/NVS if enabled. */ storage_partition: partition@80000 { label = "storage"; reg = <0x00080000 0x0007FFFF>; }; };` Unfortunately, I still get the same results Please note that I am compiling the mcuboot and application 1,2 with the same dts Can you confirm it's best practice?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
