FelipeMdeO commented on issue #15148:
URL: https://github.com/apache/nuttx/issues/15148#issuecomment-2538814552
> Our tests seems fine on building LittleFS. Please try to build using
`esp32c6-devkitc:spiflash ` defconfig with these options:
>
> ```
> CONFIG_ESPRESSIF_SPIFLASH_LITTLEFS=y
> CONFIG_ESPRESSIF_SPIFLASH_SMARTFS=n
> ```
Eren. I am facing issue when I try follow your steps, When I try enable
ESPRESSIF_SPIFLASH_LITTLEFS the manuconfig crash, see below:
```
felipe-moura@felipe-moura:~/nuttxspace/nuttx$ make menuconfig
CP: arch/dummy/Kconfig to
/home/felipe-moura/nuttxspace/nuttx/arch/dummy/dummy_kconfig
CP: boards/dummy/Kconfig to
/home/felipe-moura/nuttxspace/nuttx/boards/dummy/dummy_kconfig
LN: platform/board to /home/felipe-moura/nuttxspace/nuttx-apps/platform/dummy
LN: include/arch to arch/risc-v/include
LN: include/arch/board to
/home/felipe-moura/nuttxspace/nuttx/boards/risc-v/esp32c6/esp32c6-devkitc/include
LN: drivers/platform to /home/felipe-moura/nuttxspace/nuttx/drivers/dummy
LN: include/arch/chip to
/home/felipe-moura/nuttxspace/nuttx/arch/risc-v/include/esp32c6
LN: arch/risc-v/src/chip to
/home/felipe-moura/nuttxspace/nuttx/arch/risc-v/src/esp32c6
LN: arch/risc-v/src/board to
/home/felipe-moura/nuttxspace/nuttx/boards/risc-v/esp32c6/esp32c6-devkitc/../common
LN: arch/risc-v/src/board/board to
/home/felipe-moura/nuttxspace/nuttx/boards/risc-v/esp32c6/esp32c6-devkitc/src
Loaded configuration '.config'
Traceback (most recent call last):
File "/home/felipe-moura/.local/bin/menuconfig", line 8, in <module>
sys.exit(_main())
^^^^^^^
File
"/home/felipe-moura/.local/lib/python3.12/site-packages/menuconfig.py", line
663, in _main
menuconfig(standard_kconfig(__doc__))
File
"/home/felipe-moura/.local/lib/python3.12/site-packages/menuconfig.py", line
732, in menuconfig
print(curses.wrapper(_menuconfig))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/curses/__init__.py", line 94, in wrapper
return func(stdscr, *args, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/felipe-moura/.local/lib/python3.12/site-packages/menuconfig.py", line
865, in _menuconfig
if not _change_node(sel_node):
^^^^^^^^^^^^^^^^^^^^^^
File
"/home/felipe-moura/.local/lib/python3.12/site-packages/menuconfig.py", line
1620, in _change_node
_leave_menu()
File
"/home/felipe-moura/.local/lib/python3.12/site-packages/menuconfig.py", line
1205, in _leave_menu
_sel_node_i = _shown.index(_cur_menu)
^^^^^^^^^^^^^^^^^^^^^^^
ValueError: <menu node for choice ESPRESSIF_SPIFLASH_FS, prompt "Mount SPI
Flash MTD on bring-up" (visibility n), deps n, has help, has child, has next,
boards/risc-v/esp32h2/common/Kconfig:15> is not in list
make: *** [tools/Unix.mk:701: menuconfig] Error 1
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]