Maximilian Deubel
Maximilian Deubel
I'm working on it: https://github.com/pyocd/pyOCD/pull/1656
In case you'd like to keep the factory bootloader on the nrf52840 dongle: This contains an nrf52840_if build with flash offset 0x1000. You can program the HEX file with the...
Still got a problem to solve here: Flashing works after a mass-erase. If there is already a program on the chip, it fails on the network core with a hard...
@flit Could you take a look? I'll try to understand the flash algo code (they are from the pack), maybe I can find something.
> I think the idea is okay, but please clean up the CI failures (changelog, formatting, docs) and also remove the re-exports from the crate root that became redundant. Could...
We have a device family that needs both low-level and high-level interfaces at the same time for unlocking. There is a special access port that the high-level interface cannot support...
Maybe something like this? https://github.com/probe-rs/probe-rs/pull/2321
Before @taltenbach 's change, the max_image_size for the application image in our case was reported as 274'432. Now, it is 270'336, 4096 bytes less. The swapping has been working before,...
Those are the partition sizes: [partitions.txt](https://github.com/user-attachments/files/21101378/partitions.txt) `CONFIG_BOOT_SWAP_USING_MOVE=y` is set, so I guess swap-move?
Alright, do we need to change what we pass to imgtool to make the build check effective or is this somewhere else?