Community-PIO-CH32V / platform-ch32v

PlatformIO platform for CH32V RISC-V chips (CH32V003, CH32V103, CH32V20x, CH32V30x, CH32X035) and CH56x, CH57x, CH58x, CH59x
Apache License 2.0
180 stars 26 forks source link

CHV32 having trouble on jetson nano ubuntu 20.03 #57

Open Bramptonn opened 1 month ago

Bramptonn commented 1 month ago

Im trying to program a chv32 chip using a jetson nano running ubuntu 20.03. However, it tells me that it has trouble finding the environment on aarch64. Does anyone know how to solve this issue?

maxgerhardt commented 1 month ago

The MounRiver toolchain is only released for Windows (x64), Mac (x64 and ARM) and Linux (x64), but not Linux ARM64. So if you want that, write to support@mounriver.com first.

I am also looking into alternatively using the open-source RISC-V toolchain that is built for more platforms. Those however are missing some libraries that certain frameworks might depend on, and produce less optimal code due to not having the xw instruction extension that some CH32V chips use.