Hi,

It turns out that when I copied the board files from ESP32S3-devkit, the Kconfig had an "if" statement that ignored these configs if CONFIG_ARCH_BOARD_ESP32S3_DEVKIT wasn't set.  I removed that and now it sort of works.

Now I just have to figure out why the spi driver is giving me undefined symbols when linking.  I will probably post a question about this later.

-m

On 9/13/2023 1:54 PM, Mike Moretti wrote:
Hi,

I'm trying to create a custom board config for our custom board that includes an ESP32S3.  I'm attempting to include all the pin and configuration definitions for the board in the defconfig file. Unfortunately, after running ./tools/configure.sh using my configuration, some of the options in my defconfig appear to be getting ignored and not ending up in .config.  Particularly, CONFIG_ESP32S3_SPI=y and CONFIG_ESP32S3_STORAGE_MTD_OFFSET and SIZE.  I can't seem to figure out why this is happening.

Thanks,
-m

Reply via email to