WARNING: This command is deprecated and will be removed in the next releases.
Please use pio pkg install instead.
Platform Manager: gd32v@1.3.0+sha.7889775 is already installed
Tool Manager: Installing platformio/toolchain-gd32v @ ~9.2.0
HTTPClientError: You do not have permission for this request
WARNING: This command is deprecated and will be removed in the next releases.
Please use pio pkg install instead.
Platform Manager: gd32v@1.3.0+sha.7889775 is already installed
Tool Manager: Installing platformio/toolchain-gd32v @ ~9.2.0
HTTPClientError: You do not have permission for this request
PS C:\Users\nagen> pio platform install gd32v
Same here. Cannot import any of the example projects.
Could not import project
PIO Core Call Error: “Resolving gd32vf103v-eval dependencies…\nTool Manager: Installing platformio/framework-arduino-gd32v @ ~0.1.1\n\n\nHTTPClientError: You do not have permission for this request”
Not an expert here, but I found switching to the “nuclei-sdk” framework instead of the default “gd32vf103-sdk”, along with “platform” and “board”, bypasses the issue. Here is my platformio.ini entry
That’s an entirely different platform (https://github.com/Nuclei-Software/platform-nuclei vs https://github.com/sipeed/platform-gd32v) but indeed they support the same “Longan Nano” board in this case. And yes, because there are no problems with framework-nuclei-sdk and toolchain-riscv-gcc-nuclei, using this PlatformIO does work, but it’s not the same as the Arduino framework of course. The errors in the framework-arduino-gd32v package remain.
Any luck, or any workaround we can try? Trying to see if I can go all in on risc v, program my Sipeed Longan Nano from my Lichee Pi 4a - looks like it might work if I can get past this …
The nuclei-sdk is very different, and does not allow easy uploading to devices. I still hope for a solution using the gd32v SDK , which used to work very nicely.