qba667 / FlySkyI6

14 channels FW modifications for FlySky I6
GNU General Public License v3.0
287 stars 72 forks source link

Is it possible to get open source 1.7.5? #114

Closed maxtwin048 closed 2 years ago

maxtwin048 commented 4 years ago

Is it possible to get open source 1.7.5? Thank you very much guys!!! All old firmwares are compiled, but the latest firmware does not compile

Yenya commented 4 years ago

I think fast_telemetry corresponds to the commit # 26b030248543b91bc67320bd0f50e7b59e0ba084. Anyway, what problems do you have with compiling the current master?

Yenya commented 4 years ago

As the linker says, the compiled section overlaps with the protected section from the original firmware. Maybe use a different compiler version or use -Os switch to force the compiler to make smaller code? In my compiler the section fits the assigned size. Or you can edit the linker script (MKL16Z64xxx4_flash.ld) and assign some functions to the other address blocks.

jan5650 commented 4 years ago

I had the same problem :(

error

When i compile the last firmware, i get this error...

When i use "make -i all" then it's finish, but i don't know its good?

Another Question: when its finished i get a .map file. How can i get a .bin from this? Thank you!

Yenya commented 4 years ago

I believe the original question has been answered in the first comment, so I am closing this issue.