WiFiNINA v1.1.0 incompatible with MKR Vidor 4000

Hello everyone
My MKR Vidor 4000 is acting strangely: whenever I load a WiFiNINA sketch into it (such as CheckFirmware Version), the uploading stops at 37% and the following error messages are displayed. Please explain to me why this is occurring and if any solution is there for this?

Arduino: 1.8.12 (Windows 10), Board: "Arduino MKR Vidor 4000"

WARNING: library SPI claims to run on samd architecture(s) and may be incompatible with your current board which runs on samd_beta architecture(s).
Sketch uses 21988 bytes (8%) of program storage space. Maximum is 262144 bytes.
Atmel SMART device 0x10010005 found
Device       : ATSAMD21G18A
Chip ID      : 10010005
Version      : v2.0 [Arduino:XYZ] Jun 20 2018 16:38:19
Address      : 8192
Pages        : -129
Page Size    : 64 bytes
Total Size   : 4194295KB
Planes       : 1
Lock Regions : 16
Locked       : none
Security     : false
Boot Flash   : true
BOD          : true
BOR          : true
Arduino      : FAST_CHIP_ERASE
Arduino      : FAST_MULTI_PAGE_WRITE
Arduino      : CAN_CHECKSUM_MEMORY_BUFFER
Erase flash
done in 0.842 seconds

Write 683844 bytes to flash (10686 pages)

[                              ] 0% (64/10686 pages)
[                              ] 1% (128/10686 pages)
[                              ] 1% (192/10686 pages)
[                              ] 2% (256/10686 pages)
[                              ] 2% (320/10686 pages)
[=                             ] 3% (384/10686 pages)
[=                             ] 4% (448/10686 pages)
[=                             ] 4% (512/10686 pages)
[=                             ] 5% (576/10686 pages)
[=                             ] 5% (640/10686 pages)
[=                             ] 6% (704/10686 pages)
[==                            ] 7% (768/10686 pages)
[==                            ] 7% (832/10686 pages)
[==                            ] 8% (896/10686 pages)
[==                            ] 8% (960/10686 pages)
[==                            ] 9% (1024/10686 pages)
[===                           ] 10% (1088/10686 pages)
[===                           ] 10% (1152/10686 pages)
[===                           ] 11% (1216/10686 pages)
[===                           ] 11% (1280/10686 pages)
[===                           ] 12% (1344/10686 pages)
[===                           ] 13% (1408/10686 pages)
[====                          ] 13% (1472/10686 pages)
[====                          ] 14% (1536/10686 pages)
[====                          ] 14% (1600/10686 pages)
[====                          ] 15% (1664/10686 pages)
[====                          ] 16% (1728/10686 pages)
[=====                         ] 16% (1792/10686 pages)
[=====                         ] 17% (1856/10686 pages)
[=====                         ] 17% (1920/10686 pages)
[=====                         ] 18% (1984/10686 pages)
[=====                         ] 19% (2048/10686 pages)
[=====                         ] 19% (2112/10686 pages)
[======                        ] 20% (2176/10686 pages)
[======                        ] 20% (2240/10686 pages)
[======                        ] 21% (2304/10686 pages)
[======                        ] 22% (2368/10686 pages)
[======                        ] 22% (2432/10686 pages)
[=======                       ] 23% (2496/10686 pages)
[=======                       ] 23% (2560/10686 pages)
[=======                       ] 24% (2624/10686 pages)
[=======                       ] 25% (2688/10686 pages)
[=======                       ] 25% (2752/10686 pages)
[=======                       ] 26% (2816/10686 pages)
[========                      ] 26% (2880/10686 pages)
[========                      ] 27% (2944/10686 pages)
[========                      ] 28% (3008/10686 pages)
[========                      ] 28% (3072/10686 pages)
[========                      ] 29% (3136/10686 pages)
[========                      ] 29% (3200/10686 pages)
[=========                     ] 30% (3264/10686 pages)
[=========                     ] 31% (3328/10686 pages)
[=========                     ] 31% (3392/10686 pages)
[=========                     ] 32% (3456/10686 pages)
[=========                     ] 32% (3520/10686 pages)
[==========                    ] 33% (3584/10686 pages)
[==========                    ] 34% (3648/10686 pages)
[==========                    ] 34% (3712/10686 pages)
[==========                    ] 35% (3776/10686 pages)
[==========                    ] 35% (3840/10686 pages)
[==========                    ] 36% (3904/10686 pages)
[===========                   ] 37% (3968/10686 pages)

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Could you try with the non-beta samd? The beta one is outdated.

It worked. Thank you for the solution
:slight_smile: