Sifive Freedom E SDK build issue

I don’t know whether it’s correct that both channels (I’ve never seen one J-Link with 2 channels?! :open_mouth: ) are in CDC / USB-UART adapter mode. Normally they are loaded with libUSB drivers via Zadig and are interacted with via openocd or JLink.exe.

The board definition says that jlink is the default upload method

And yeah definitely JLink CLI is invoked here

So first please make sure you have the drivers installed per J-LINK — PlatformIO latest documentation.

You can also try to use https://zadig.akeo.ie/ and load libWin32Usb or libUSB drivers onto the JLink and see if that changes anything in the upload? (Required for ESP32, see ESP32 + J-link debugger does not start - #27 by manuelbl)