-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test v0.6.5 #1314
Comments
Tested i2c, gpio interrupt and atomgl (with ili934x driver) using an Elixir application. Log:
|
I encountered a problem with This is consistent when using Linux or esp32 servers and clients, with both platforms playing either role. |
Opened #1318 after @UncleGrumpy ESP32-H2 tests. |
I don't seem to be able to boot esp32s2 regular (non-elixir) image. Elixir image looks ok (Wifi shows up and I can connect to HTTP and alisp servers). For the record, ESP32S2 (at least the board I have) doesn't feature serial over USB unless explicitely enabled in software with tinyusb, so it's difficult to debug and our builds don't have this by default (and even if they did, the issue seems to occur before it is enabled). I suspect a partition overflow issue. |
Pico-W works as wifi AP |
Pico-W requires "Maximize compatibility" setting to be turned on to be able to connect to iPhone personal hotspot and to acquire an IP address and synchronize with SNTP. |
Pico-W does connect to AtomVM-ESP32 AP from ESP32S2, and it aquires an IP address. |
esp32devmode doesn't seem to allow configuration of SSID/PSK. This is regular image on an ESP32S3.
|
I confirm it builds with my esp-idf component using C++ (atomvm_m5) with 5.2 targetting esp32s3. |
This issue is really weird. |
|
Tested network modules with |
On second attempt, I've been able to boot S2 with regular image and connect to wifi and connect to lisp repl. |
Let's run a number of manual tests and additional checks in order to make sure v0.6.5 will be the best release ever.
Test binaries can be found here: https://github.com/bettio/avm_tag_ci/releases/tag/v0.6.202410121
https://github.com/bettio/avm_tag_ci/releases/tag/v0.6.202410120Please, let's use real hardware.
Please comment to this issue reporting additional information such as esp-idf version/sdk version/compiler version or any boot log. Any additional information in addition to the short test output is appreciated. Please, also mention if any prebuilt image is used or a custom build.
General
External Components
ESP32
Devices:
Network features:
Peripherals:
Misc:
Usage scenarios:
RP2040
Peripherals:
emscripten
generic_unix (linux)
Usage scenarios:
generic_unix (macOS)
Usage scenarios:
STM32
"Uptime Loop Test"
The following are proposed tests to find if we have any memory leak or any other issue that prevents a system to run for a long time without any crash.
Let's keep track of uptime (with no crashes or reboots) when running some application performing tasks in loop.
E.g. "uptime with a GPS parsing library that handles GPS messages every 0.5 second", "uptime when refreshing display with a counter every second", "uptime when running benchmarks in loop" etc...
The text was updated successfully, but these errors were encountered: