Search found 2 matches
- Wed Feb 21, 2024 8:32 am
- Forum: ESP-IDF
- Topic: ESP32 crashes when monitoring in GitLab CI Pipeline
- Replies: 2
- Views: 483
Re: ESP32 crashes when monitoring in GitLab CI Pipeline
Thx for your reply. We kind of solved the issue: it seems like `idf.py monitor` gets confused by running in a shell with zero width and height and possibly sends garbage to the ESP32, making it crash. The workaround is to not use `idf.py monitor`. We're running serial communication via `pyserial` no...
- Tue Feb 20, 2024 10:56 am
- Forum: ESP-IDF
- Topic: ESP32 crashes when monitoring in GitLab CI Pipeline
- Replies: 2
- Views: 483
ESP32 crashes when monitoring in GitLab CI Pipeline
Hello, we're in the process of developing a hardware GitLab CI runner so we can run integration tests and unit tests incl getting unit test coverage, all on actual hardware. Our setup is as follows: The target device is a ESP32 PoE by Olimex. A Raspberry Pi 4 with Ubuntu Server 20.04 and gitlab-runn...