-
Notifications
You must be signed in to change notification settings - Fork 29
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
Can't use this bootloader with a platformio firmware #12
Comments
It's necessary to use the linker script from platformio, update the offset and remove boot2.
|
Makes sense, thanks for the update. I will leave this open and find some time to add something to the documentation saying that some payloads may need to use their own linker scripts if they have different sections compared to the default (unless you fancy submitting a patch for that yourself 🙂) |
@pedrorovi I'm trying to replicate using a platformio generated ELF but not having any luck. Flashes OK but program doesn't work. What core did you use? I'm trying with Arduino Mbed. All you had to change was the linker file, no other platformio config? |
Hello,
Firstly, thank you for bringing this cool project to fruition. I'm currently working on implementing a bootloader for an application I've developed using Platformio on VSCode. However, when I attempt to integrate both firmwares, the main firmware generated in Platformio seems to be disrupting my system. Do you have any insights into why this might be happening or any suggestions for resolution?
The text was updated successfully, but these errors were encountered: