arduino / uno-r4-wifi-usb-bridge

27 stars 9 forks source link

compile error: Platform 'esp32-patched:esp32' not found #59

Open markma opened 1 day ago

markma commented 1 day ago

Help! When I run compile.sh, there comes an error shows that "Platform 'esp32-patched:esp32' not found: platform not installed". How can I fix it?

arduino-cli compile -e --config-file arduino-cli.yaml --fqbn=esp32-patched:esp32:arduino_unor4wifi_usb_bridge:JTAGAdapter=default,PSRAM=disabled,FlashMode=qio,FlashSize=4M,LoopCore=1,EventsCore=1,USBMode=default,CDCOnBoot=default,MSCOnBoot=default,DFUOnBoot=default,UploadMode=default,PartitionScheme=unor4wifi,CPUFreq=240,UploadSpeed=921600,DebugLevel=none,EraseFlash=none -v UNOR4USBBridge

Error during build: Platform 'esp32-patched:esp32' not found: platform not installed
Platform esp32-patched:esp32 is not found in any known index
Maybe you need to add a 3rd party URL?
pennam commented 6 hours ago

@markma did you get all the needed submodules https://github.com/arduino/uno-r4-wifi-usb-bridge?tab=readme-ov-file#update-submodules and the toolchain?