Quantcast
Channel: Compiling Binary with static libraries at specific address
Browsing all 6 articles
Browse latest View live

Compiling Binary with static libraries at specific address

Hi, i am trying to get the libraries used by my project at a fixed location in the binary. (esp32 wrover) The reason is, as the binary has a size of 2MB i want to be able to cut off parts of the...

View Article



Compiling Binary with static libraries at specific address

If a new firmware uses any new Arduino functions at all and you only send / update the new “application” part of the firmware, this will crash horribly. Read full topic

View Article

Compiling Binary with static libraries at specific address

i know, in that case i would flash the whole image. Read full topic

View Article

Compiling Binary with static libraries at specific address

This will get really complicated really fast. Essentially you must freeze the current frameworkArduino.a library and for future builds only link against that (and not rebuild it from source), because...

View Article

Compiling Binary with static libraries at specific address

i will look into that, but as far the binary is changing with one simple modification like led on / led off → 80% of the binary changes, it will probably stay with a full flash. Thanks for your time...

View Article


Compiling Binary with static libraries at specific address

I implemented your suggestion with delta updates. They are working perfectly, thanks for the advise. i thought since the binary is changing so much with a simple modification the delta update would be...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images