Ubuntu Raspberry Pi Jlink

Because I am experiencing Windows 10 stability problems using VSCODE/nRF_CONNECT_EXTENSIONS/nRF_CONNECT_SDK, I am trying to get the Zephyr development kit up and running under UBUNTU on a Raspberry Pi.  I have successfully installed the toolchain and VSCODE and can build the Blinky project without incident.

However, when I attempted to flash my nRF52840_dk I ran into a problem I cannot solve.  When I connect my dk to a USB hub, I don't see it when I do a "lsusb" command.  I have downloaded and (apparently) successfully installed the Segger device drivers, but when I do a "lsmod" command, I don't see any jlink drivers.  When I try to flash the dk it reports that it cannot find a device.

I'm at my wit's end; any help would be greatly appreciated.

Jerry

Parents Reply
  • Jerry Easley said:

    Suppose I successfully downloaded them and installed them what would I use them for?

    Our tool nrfjprog can be used to program nRF chips.
    It uses J-Link behind the scenes, so it should not be very different.

    Only reason I suggest it is that the installer might do something that makes this work for you.

    You forgot to answer if you have udev rules for J-Link set up?

    Jerry Easley said:
    I have two files a .deb and a .tar file; I don't know what to do with them

    Found this random guide on google: https://chipwired.com/install-deb-file-raspberry-pi/

    Tar files are compressed files, so you can "unzip" them.

    tar xvf file.tar.gz
    

    Then a README should appear, which have instructions.

    Regards,
    Sigurd Hellesvik

Children
Related