I need help in flashing CircuitPython in nRF52840 DK can anyone help me out. I tried nrf tool but it shown a lot of error. Is there any other way to flash CircuitPython in the development board.
I need help in flashing CircuitPython in nRF52840 DK can anyone help me out. I tried nrf tool but it shown a lot of error. Is there any other way to flash CircuitPython in the development board.
It write help. Before reinstall, you can try reboot.
Looks like you haven't installed the nrfjprog properly. Do you have the Circuitpython binary with you?
Download and install https://www.nordicsemi.com/Products/Development-tools/nRF-Command-Line-Tools/Download
Then try. If it doesn't work for you ( I can't think of any reason) Then you can flash it using JLink software directly.
Which JLink tool to use and which circuit python binary to use. please give me link for it.
You must be having the CircuitPython binary right! From your message what I understood is that you need help loading it to the board.
Can you explain what exactly you are trying to do?
If you are an absolute beginner then follow the instructions given the link:
https://circuitpython.org/board/pca10056/
Which bootloader to download from the given link and how do I flash it in the nRF52840 DK.
Which one out of the following
is the above link a bootloader. How to flash it into the board.
you can program it by
nrfjprog -f NRF52 --program pca10056_bootloader-0.8.3_s140_6.1.1.hex --verify --reset
make sure you have installed nrfjprog installed
https://www.nordicsemi.com/Products/Development-tools/nRF-Command-Line-Tools/Download