ESP32: feature request Partition
related to: #8380
it would be nice if Partition.get_next_update() would also accept the block_size argument.
This way you won't be locked in to a certain block_size after initial deployment when doing OTA updates.
RP2350 Partitions
Description
As the new RP2350 chip now supports partition tables (5.1.2 in the datasheet) and writing to them for A/B versioning and more, this should be supported by micropython.
It could be implemented like the ESP32 Partitions and probably should be for feature parity.
Code Size
Not sure, but putting it behind a compiler toggle sure wouldn't hurt. But since the Pico has plenty of storage anyway, it could also just be enabled by default.
Implementation
I hope the MicroPython maintainers or community will implement this feature, I intend to implement this feature and would submit a Pull Request if desirable
Code of Conduct
Yes, I agree