Issue with Actinius Programmer detecting Icarus?

I was running Ubuntu 18.04 and Actinius Programmer was able to upload an example firmware without a problem. However, I upgraded my computer to Ubuntu 20.04 and Actinius Programmer now refuses to recognize my Icarus board. Here is my environment:

Here's a screen shot of the device labelled as "Unknown" and not being recognized with "vid: 0xundefined, pid: 0xundefined"

Edit: Here's the full error

Parents Reply
  • Unfortunately that did not help. The log file shows the following:

    2022-10-04T18:17:54.316Z ERROR Unsupported device.
                The detected device could not be recognized as
                a JLink or an Actinius device. (vid: 0xundefined, pid: 0xundefined)
    2022-10-04T18:17:54.316Z ERROR Please make sure J-Link Software and actinius-usb-udev rules are installed. See https://github.com/actinius/actinius-usb-udev

    I think what might have happened is the last firmware I uploaded was a build/zephyr/merged.hex, would that cause issues with the mcuboot function? I assumed that was the one I needed to upload because west build in VS Code ended with that after compilation.

Children
Related