QUERY · ISSUE
OpenMV Feature: ROMFS IOCTL Documentation and Debug
enhancement
Description
- Ensure ROMFS write/erase from MicroPython for STM32, IMIXRT, and ALIF works.
- Add documentation about ROMFS, ioctl API, etc.
- Make ROMFS bootable?
Code Size
No response
Implementation
I hope the MicroPython maintainers or community will implement this feature
Code of Conduct
Yes, I agree
CANDIDATE · PULL REQUEST
ports: make naming of ROMFS partition config variables consistent
port-esp8266port-stm32
Summary
Change ROMFS partition configuration variables to be more consistent across the ports, and use index 0 as the starting partition number (instead of index 1).
Reason:
vfs.rom_ioctl()numbers the partitions starting from 0mpremote romfs -p <partition id>numbers the partitions starting from 0
Testing
CI should test this, building the boards that enable ROMFS on stm32 and esp8266.