I have just bought the Seeeduino Xiao board and was trying to get it to work with the Arduino IDE.
I have put the following URL into the additional boards manager list of URLs
https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
However, when I go to the Tools->Boards->Boards Manager, I am not seeing any Seeed boards and I get the following error:
Skipping contributed index file C:\Users\anand\AppData\Local\Arduino15\package_seeeduino_boards_index.json, parsing error occured:
com.fasterxml.jackson.databind.JsonMappingException: Unexpected end-of-input within/between Object entries
at [Source: (FileInputStream); line: 3805, column: 1304]
at [Source: (FileInputStream); line: 3804, column: 26] (through reference chain: cc.arduino.contributions.packages.ContributionsIndex[“packages”]->java.util.ArrayList[0]->cc.arduino.contributions.packages.ContributedPackage[“tools”]->java.util.ArrayList[47]->cc.arduino.contributions.packages.ContributedTool[“systems”]->java.util.ArrayList[3])
I checked the .json file and it is truncated abnormally. So, there seems to be some issue when downloading this file.
I would be very grateful if anyone can help to resolve this issue.
Regards,
Anand.