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.
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
Nope it's not the bootloader. It's a uf2 image of circuitpython. You need uf2-bootloader in-order to run that application
The flow is as follows
resetHandler -> UF2_Bootloader -> Circuit Python image (*.uf2)
I tried nrfprog it is showing error. Can you help me in solving that error given above
I am not a windows user! Dont know how to help you with that. But I would strongly recommend you to do the following things
1) Unistall the nRF Command Line Tools
2) Check which version of windows OS you are using (32/64)
3) Download the nRF Command Line Tools by checking the correct OS version
4) Install the nRF Command Line Tools