1) I see no /dev/ttyUSB0 under WSL Ubuntu prompt. I have confirmed that the dev board is working. I flashed it with mp 1.18 using thonny and closed thonny before listing /dev/tty* and there are some ttyS0 ttyS1 etc but I tried opening them with screen command and couldn't open them.
2) I don't know how to locate the compiled firmware from windows and copy it to my windows folders. I think it is here:
C:\Users\user\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState but it is named ext4.vhdx. I don't want to mess with this virtual volume in case I corrupt it. So how do I get the compiled firmware out of WSL Ubuntu?
3) I wanted to add wiznet W5100 support. I saw some lengthy discussions of a pull request but I don't know how to include it in the build. I read through the configs of GENERIC and GENERIC_SPIRAM. There are a few large chunks of features in the .cmake file in the boards folder:
Code: Select all
set(SDKCONFIG_DEFAULTS
boards/sdkconfig.base
boards/sdkconfig.ble
boards/sdkconfig.spiram
boards/GENERIC_SPIRAM/sdkconfig.board
)
4) Last one. I want to have a larger file system since I'm using either 8MB or 16MB FLASH modules on my board. I see in sdkconfig.base that these options are defined:
Code: Select all
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"