Hi,
I have 3 images that I need to flash on the device (nrf52840 on the nrf9160DK if it matters). They are a trivial boot manager and two application images. I have read through the partition manager documentation several times and have a basic understanding of what it does, but I can't make the jump to what I need to do. My gray areas:
- It seems that I would need to consider probably the bootloader as the "app" and the other two as child images.
- I have manually calculated the sizes of all three images and placed them manually on the flash appropriately. This seems to be what the partition manager is supposed to do.
- I found the mergehex.py script. Why not just run that as a post-build step?
- Since I have defined the image max sizes in the C code, the pm_static.yml looks like it may be the way to go
Can anybody help explain what I need to do? Ideally, a set of sample pm.yml or pm_static.yml files would be ideal.
Thanks,
Mike