summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Klar <josh@klar.sh>2018-10-20 03:29:20 -0700
committerJosh Klar <josh@klar.sh>2018-10-20 03:29:20 -0700
commitaefabc5353cf8507b15f77a17ab38023324f3040 (patch)
treeda4d7904126993eecede26f0ff7a358b0fd88ea3
parent4c75a60bd3a8f56b5ebb935ea5f5dbec5cb3fc7a (diff)
Update docs to reflect proper size of device
-rw-r--r--ports/nrf/boards/makerdiary_nrf52840_mdk/README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/ports/nrf/boards/makerdiary_nrf52840_mdk/README.md b/ports/nrf/boards/makerdiary_nrf52840_mdk/README.md
index 826b93051..f1ba8151a 100644
--- a/ports/nrf/boards/makerdiary_nrf52840_mdk/README.md
+++ b/ports/nrf/boards/makerdiary_nrf52840_mdk/README.md
@@ -4,10 +4,12 @@ Refer to https://github.com/makerdiary/nrf52840-mdk or
https://wiki.makerdiary.com/nrf52840-mdk/ for more details about the device.
Notably, CircuitPython does not currently support QSPI external flash on NRF
-devices, so neither does this port. Don't store anything you care to read in
-Python on that giant 64MB flash device for now - the 64MB drive that shows up on
-your computer is actually part of the MSC driver provided by the DAPLink
-debugger. You'll still have access to 256KB of the onboard flash, however, for
+devices, so neither does this port - the 64Mb flash device is not used for
+anything. Also, don't confuse this with the 64MiB drive that shows up on your
+computer - it's actually part of the MSC driver provided by the DAPLink
+debugger, and is inaccessible at all from Python land (this drive is where you
+can copy `firmware.hex` if you'd prefer to flash that way as opposed to with
+`pyocd`. You'll still have access to 256KB of the onboard flash, however, for
storing your Python files, cat pictures, or whatever.
It's also interesting to note that all three LEDs and the "user button" on this