adafruit / Adafruit_nRF52_Bootloader

USB-enabled bootloaders for the nRF52 BLE SoC chips
MIT License
461 stars 415 forks source link

document how to enter bootloader on various boards #25

Closed dhalbert closed 6 years ago

dhalbert commented 6 years ago

e.g., on PCA10056, must hold down button1 while pressing reset. Describe what other buttons do as well.

Thanks - you told me this in discord, but I'm not sure it's written down anywhere else.

hathach commented 6 years ago

it is listed here in the feature issue, on pca10056, button1 is DFU, button2 is FRST. https://github.com/adafruit/Adafruit_nRF52_Bootloader/issues/6

dhalbert commented 6 years ago

Could you put that info in the README?

hathach commented 6 years ago

sum up

ladyada commented 6 years ago

i will add more details here as well https://learn.adafruit.com/admin/guides/2074/editor/13384

hathach commented 6 years ago

@dhalbert @ladyada yeah, I will do it to the readme.md as well. Better to get things in one place :D

hathach commented 6 years ago

just add how to use section, though I am not a good writer at all ( not even close ). Please feel free to edit them.

dhalbert commented 6 years ago

I'm happy to copyedit the English. Getting documentation added is much more important than that it be perfectly grammatical, etc.

ladyada commented 6 years ago

me too, i can do the writing, i just need the correct commands to run :)

hathach commented 6 years ago

Great, I will just throw out commands and descriptive text from now on kaka :D

ladyada commented 6 years ago

ok please add/edit here as necessary, https://learn.adafruit.com/circuitpython-on-the-nrf52

christophepersoz commented 5 years ago

Is there an access to FRST and DFU on pins for the nRF52840 express dongle? Can't find any documentation on this even on the schematic. Thanks