I am unable to install (sipeed longan nano )gd32v

PS C:\Users\nagen> pio platform install gd32v

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 GitHub - sipeed/platform-gd32v: GD32V: development platform for PlatformIO

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

Seems like a CDN has broken down then, CC @ivankravets

I have also encountered the same situation. Has the issue been resolved?

1 Like

help please :sob:@ivankravets

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”

CC @ivankravets, framework-arduino-gd32v seems to have wrong permissions

https://api.registry.platformio.org/v3/packages/platformio/tool/framework-arduino-gd32v

https://registry.platformio.org/search?q=framework-arduino-gd32v

3 Likes

Thanks for pinging, we work on solving this issue.

5 Likes

Still without a solution?

2 Likes

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

[env:gd32vf103c_longan_nano]
platform = nuclei
board = gd32vf103c_longan_nano
framework = nuclei-sdk
debug_tool = rv-link

@maxgerhardt could you suggest a workaround for this issue if any?

1 Like

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.

4 Likes

Still without a solution?

3 Likes

Still without a solution?

1 Like

Still without a solution?

1 Like

Still without a solution?

Any update pls?

New users unable to proceed with basic introduction to the board.

@maxgerhardt Hi Maximillian!

Is there any other way to try out longan-nano without platformIO ? Any pointers would be much appreciated.

The problem is still there. gd32vf103 is still not installable

This is probably a workaround for the future projects, unfortunately, not for the existing ones, that depend on some libraries.

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.

1 Like