Adam 11/24/2024 10:56 AM1. I can compile on windows 11:
C:\Users\lenovo\.cache\jaguar\sdk\bin\toit.compile.exe -o esp32_binary .\hello_world.toit
This ^^^ compile to windows os and arch.
[--os <system>] // Cross-compilation system target.
[--arch <architecture>] // Cross-compilation architecture target.
Can I set these ^^^ options somehow to compile for esp32?
2. If 1. above work, I can copy the esp32_binary output file and the jag_linux_arm.tgz to a router with openwrt OS.
Can I run "jag scan" on the router to detect the esp32 behind router, and run "jag container install ..." to install the compiled esp32_binary?
I don't wan't to run "toit.compile" on openwrt (if possible).
My developer laptop is not on the same wifi network as the target esp32. I have no experience. Is this scenario possible? Or any better idea?