-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
Lanbon L8 build error using platformio-core #72
Comments
The recent espressif v3.1.0 is quite a bit larger then v3.0.0, causing the build to fail. |
OK testing... |
Still not good: build.log |
Which branch are you building? |
The default one which comes with |
OK I need to investigate this a bit further. In the meantime, you can use the auto-compiled binary from https://github.com/fvanroie/hasp-lvgl/actions/runs/622049076. The linux build seems to build find, while on Windows it fails... |
I'm on Linux too and it fails... |
Maybe because BLE stack included with Lanbon L8?
Afaik this device doesn't support Bluetooth so maybe this just takes up the space? EDIT: added |
I succeeded to create an image which fits in by removing |
0.4.0-dev now builds like this: Visual Studio + Platformio on a Linux desktop environment (Ubuntu 20.04): Platformio-Core only on a Linux VM headless envoronmnt (CentOS 7.9): Really strange... |
The partition size for 0.4.0-dev is now increased to 2Mb. |
Great! What's the flash size of Lanbon L8 btw? |
It's 8Mb |
Thx |
Perform all steps below and tick them with [x]
Describe the bug
Build for Lanbon L8 fails with:
Error: The program size (1447642 bytes) is greater than maximum allowed (1441792 bytes)
Nevertheless tried to flash to the unit, that didn't produce an error. But the device doesn't boot, only a white screen appears.
To Reproduce
platformio_override.ini
where I only uncommentuser_setups/esp32/*.ini
andlanbon_l8
pio run 2>&1 | tee build.log
See: build.log
Expected behavior
Have a build without errors.
Screenshots or video
The text was updated successfully, but these errors were encountered: