This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

actinius icarus only registers as ftdi serial device (vendorid 0403, productid 6015)

I just bought an actinius icarus board, and am trying to connect to it on linux (or windows),

The problem is that when I plug in the board in the usb, it will only appear as a ftdi serial port

lsusb mentions:

Bus 001 Device 029: ID 0403:6015 Future Technology Devices International, Ltd Bridge(I2C/SPI/UART/FIFO)

I was actually expecting jlink interfaces with sometthing like:

Bus ... Device ..: ID 1366:.... SEGGER 

The same happens when I check the port in a windows vm (and on another windows computer): no jlink ports are appearing under the COM ports.

Furthermore:

I can flash a prebuild app from the windows vm (but not from linux, as the device is not recognized), but only using mcuboot, so I don't see a way to change the mcuboot itself.

I  managed to build a few sample apps for the board and tried flashing them through the windows vm version of "actinius programmer", but none of them seems to work.

Any hints of where to start?

Parents Reply Children
  • Thanks, I think I'm starting to get the idea now, so the device will only expose a jlink port after flashing an appropriate system through the jtag pins?

    Flashing a prebuilt image works (and the app works) through "actinius programmer" via windows VM. I still need to  figure out how to get this working in linux as nrfconnect doesn't recognize the board there.

    Is there a way to flash the prebuilt hex files from the command line in linux? Mcumgr seems to work in linux but I only have the hex versions of the prebuilt applications.

Related