ESP32_mkfatfs
ESP32_mkfatfs copied to clipboard
Prepare FAT image on host and flash to ESP32.
mkfatfs_Jkearins is Project folder. C:\esp-idf\examples\mkfatfs_Jkearins>idf.py set-target esp32 C:\esp-idf\examples\mkfatfs_Jkearins>idf.py build esptool.py v2.9-dev Generated C:/esp-idf/examples/mkfatfs_Jkearins/build/bootloader/bootloader.bin [905/906] Linking CXX executable mkfatfs_Jkearins.elf FAILED: mkfatfs_Jkearins.elf cmd.exe /C "cd . && C:\Users\Administrator\.espressif\tools\xtensa-esp32-elf\esp-2020r2-8.2.0\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe -mlongcalls -Wno-frame-address @CMakeFiles\mkfatfs_Jkearins.elf.rsp -o...
Hello! recently installed ESP-EDF environment on Win10. native examples work fine but when downloaded mkfatfs sources and try to run **idf.py build** command it return below error message CMakeLists.txt not...
Noticed that `esp-idf` has made some updates to VFS, or at least this component now behaves differently with the latest `esp-idf` master. The filesystem seems to work (all files read...
make menuconfig It simply is not there. Googling that leads me to some kernel config instructions, which i do not think should be necessary for an Arduino tool. Why is...