Describe the bug
As of MicroPython v1.18, "Support for FROZEN_DIR and FROZEN_MPY_DIR... was finally removed" (ref).
MaixPy boots with the error:
ImportError: no module named 'fpioa_manager'
None of the modules in components/micropython/port/builtin_py are available for import.
Adding a manifest.py file should fix this, but need to determine how to get it included in the build. Initial attempts to do so by adapting the examples to the existing build files didn't work.
To Reproduce
Steps to reproduce the behavior:
Flash 'Maix Bit with mic' board
Connect via serial
Press reset button
(observe error)
import fpioa_manager
(observe error)
Expected behavior
fpioa_manager and other port builtin modules import successfully.
Actual behaviour
fpioa_manager and other port builtin modules fail to import.
Screenshots
If applicable, add screenshots to help explain your problem.
N/A
Please complete the following information
IDE version: N/A
Firmware version: Firmware version: Based on sipeed/MaixPy 22a8555, merged into JishinMaster/MaixPy 7fea043, modified for MicroPython v1.18.
Describe the bug As of MicroPython v1.18, "Support for FROZEN_DIR and FROZEN_MPY_DIR... was finally removed" (ref).
MaixPy boots with the error:
None of the modules in
components/micropython/port/builtin_py
are available for import.Adding a manifest.py file should fix this, but need to determine how to get it included in the build. Initial attempts to do so by adapting the examples to the existing build files didn't work.
To Reproduce Steps to reproduce the behavior: Flash 'Maix Bit with mic' board Connect via serial Press reset button (observe error)
import fpioa_manager
(observe error)Expected behavior fpioa_manager and other port builtin modules import successfully.
Actual behaviour fpioa_manager and other port builtin modules fail to import.
Screenshots If applicable, add screenshots to help explain your problem. N/A
Please complete the following information