Sodaq boards not working on platformio.org

I am trying to use the sodaq boards on platformio.org for travis-ci integration but it looks it doesn’t work. Reported it also to the platformio.org forum but maybe someone here knows the solution?

FYI, this got fixed by the platformio team

One last warning left in the sodaq code, opened a few pull requests on github.

@jwillemsen are you able to share a project or scaffold that works for you with the SODAQ ONE? I can’t seem to upload any of my sketches due to:

SAM-BA operation failed
*** [upload] Error 1

Send auto-baud
Set binary mode
readWord(addr=0)=0x20007ffc
readWord(addr=0xe000ed00)=0x410cc601
readWord(addr=0x41002018)=0x10010305
version()=v2.0 [Arduino:XYZ] May  9 2016 16:06:46
chipId=0x10010005
Connected at 115200 baud
readWord(addr=0)=0x20007ffc
readWord(addr=0xe000ed00)=0x410cc601
readWord(addr=0x41002018)=0x10010305
Atmel SMART device 0x10010005 found
write(addr=0x20004000,size=0x34)
========================== [ERROR] Took 18.24 seconds ==========================

The config I am using is:

[env:sodaq_one]
platform = atmelsam
board = sodaq_one
framework = arduino

@joscha I am at this moment only trying to use platformio on travis-ci for CI compilation, haven’t tried it yet with a real device