RIOT-OS / RIOT

RIOT - The friendly OS for IoT
https://riot-os.org
GNU Lesser General Public License v2.1
4.92k stars 1.99k forks source link

BOSSA/arduino-due based board possible issue #9692

Closed dylad closed 6 years ago

dylad commented 6 years ago

Description

I am suspecting a bug in the BOSSA use for arduino-due based board. I was playing with arduino-zero like board and I tried to flash it using BOSSA, I borrowed the Makefile.include from common/arduino-due folder. I was able to flash but app doesn't run after reset. I found out I need to add the dedicated linker script (behaviour taken from sodaq-explorer Makefile.include). After that, my board was working as expected but now I'm wondering if arduino-due based are working using BOSSA.

Would be awesome if someone owning one of this board could confirm or not the issue !

PeterKietzmann commented 6 years ago

@leandrolanzieri maybe look at this one?

kYc0o commented 6 years ago

Can you paste the output of arm-none-eabi-readelf -S of the generated ELFs with and without the adapted linker script?

leandrolanzieri commented 6 years ago

I just tested a few examples on the arduino-due board and it's working. :thumbsup:

dylad commented 6 years ago

Well, if it works, we're all good :) Closing this one.