Hi
I am trying to setup a raspberry pi 4 for flashing nrf devices. But Nrfjprog doesn't seem to work.
I am using a Raspberry Pi 4 with 2021-05-07-raspios-buster-armhf-lite
I have fetched Segger and nrfjprog deb packages using :
installed them using:




Hi
I am trying to setup a raspberry pi 4 for flashing nrf devices. But Nrfjprog doesn't seem to work.
I am using a Raspberry Pi 4 with 2021-05-07-raspios-buster-armhf-lite
I have fetched Segger and nrfjprog deb packages using :
installed them using:




Hi Pablo
From the log it seems like something is wrong with the locale setup, since so many files there are reported as "No such file or directory". This could also explain why it works locally but not over the terminal in SSH. Check out this wiki page for more info on locales and how to fix the issue: https://wiki.archlinux.org/title/locale. It seems like the SSH client session is using sv_SE as the configured locale and that isn't enabled on the Pi. You can try something like "LANGUAGE=en nrfjprog -i" to test this.
Best regards,
Simon
Hi Pablo
From the log it seems like something is wrong with the locale setup, since so many files there are reported as "No such file or directory". This could also explain why it works locally but not over the terminal in SSH. Check out this wiki page for more info on locales and how to fix the issue: https://wiki.archlinux.org/title/locale. It seems like the SSH client session is using sv_SE as the configured locale and that isn't enabled on the Pi. You can try something like "LANGUAGE=en nrfjprog -i" to test this.
Best regards,
Simon