francismariano
francismariano
@maxgerhardt after updating the framework with `pio pkg update -g -p ch32v` the tool manager is installing the darwin_x64 but my platform is darwin_arm ``` Resolving genericCH32V003F4U6 dependencies... Tool Manager:...
``` -------------------------- ---------------------------------------------- PlatformIO Core 6.1.13 Python 3.11.7-final.0 System Type darwin_x86_64 Platform macOS-10.16 File System Encoding utf-8 Locale Encoding UTF-8 PlatformIO Core Directory /Users/francis/.platformio PlatformIO Core Executable /Users/francis/.platformio/penv/bin/platformio Python Executable...
Ok. Another thing. When I force `platform_packages = tool-openocd-riscv-wch@https://github.com/Community-PIO-CH32V/tool-openocd-riscv-wch.git#darwin_arm` and running directly the openocd I get the following message: ``` % ./openocd dyld[70281]: Library not loaded: /opt/homebrew/opt/libusb/lib/libusb-1.0.0.dylib Referenced from: /Users/francis/.platformio/packages/tool-openocd-riscv-wch/bin/openocd...
I ran the command above ``` % ./openocd zsh: killed ./openocd ``` I dunno if the opencd was executed successfully. I tried run directly into vscode (with upload action) but...
Sorry, I cant install x64 variant because the rosetta is not install for now. I will install rosetta and I let you know. Do you know the reason the opencd...
Just out of curiosity, is not possible to install the open-ocd via homebrew and binding it to vscode??
Hello everyone. Good news here. First, I comment the line `platform_packages = tool-openocd-riscv-wch@https://github.com/Community-PIO-CH32V/tool-openocd-riscv-wch.git#darwin_arm` to download the default packages. So I downloaded MRS_Toolchain_MAC_V191 in http://www.mounriver.com/download page. That file has openocd to...