Continuing the discussion from UNO R4 WiFi OTA With IDE:
I have a problem with OTA on UNO R4 WIFI
I have
C:\Users...\AppData\Local\Arduino15\packages\arduino\hardware\renesas_uno\1.5.1\platform.local.txt
Using OTANonBlocking, I can load and run the demo file:
" https://downloads.arduino.cc/ota/UNOR4WIFI_Animation.ota "
I can load and run this file also from my server
I have stripped out the .lzss part of the demo .ota file, and successfully
reconstructed the .ota file (crc etc). This loads and runs.
I can run the blink demo from IDE 1.8.19
I cannot run python lzss.py - missing files Win7
I can put the uncompressed compliled Blink .bin file into a .ota file
It will load to the board and verify ok, but then nothing happens.
Resetting the board doesn't seem to help.
Does anyone have an lzss.exe program?
Does anyone have any other ideas please?