Code Encapsulation Firmware #17021
Unanswered
Ethanlaucan
asked this question in
ESP32
Replies: 1 comment
-
You can try running make V=1 BOARD=N8R2 to get more verbose output that can pinpoint where the problem was. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to put my code into the ESP32 firmware so that main.py can be automatically generated and run when the firmware is burned. However, an error occurs when compiling. I put my py file into esp32/modules. Do I need to do anything else?
make failed with exit code 2, output of the command is in the /home/ethan/Micropython/1.25/micropython/ports/esp32/build-N8R2/log/idf_py_stderr_output_76204 and /home/ethan/Micropython/1.25/micropython/ports/esp32/build-N8R2/log/idf_py_stdout_output_76204
-e See https://github.com/micropython/micropython/wiki/Build-Troubleshooting
make: *** [Makefile:77:all]
Beta Was this translation helpful? Give feedback.
All reactions