How to build with github actions? #10672
Replies: 2 comments 1 reply
-
ok, I figured it out eventually, the git submodules system is very different from python-pip or npm for js. PS: to this date, the procedures above have produced a build environment that produces the bootloader, partition table, and application binary files, I'm going to test if they can be flashed to the board sometime later. |
Beta Was this translation helpful? Give feedback.
-
I've tried to flash the "firmware.bin" in the build folder to the esp32s3 via built-in USB (not UART) today, and it works ok, after some reconfigurations in the 'idf.py manuconfig', the firmware now recognizes all the 16m of flash and 8m of psram. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
due to some network problems, I get make errors every time I try to build locally, on WSL ubuntu 22.04 and on the esp-idf docker image with IDF v4.4. with both the latest branch and the 1.19.1 branch, even after I manually cloned all the submodules
as the main repository does utilize the GitHub actions, I've tried with the default YML config on my fork of the repo, it does finish building but the outcome is not getting outputted anywhere. are the actions only for validating?
Is there any way I can build a customized binary on the GitHub actions?
the ideal configuration I'm attempting to create should contain ulab, microdot, and TensorFlow lite, but all these seem quite impossible after so many make errors.
Beta Was this translation helpful? Give feedback.
All reactions