-
Notifications
You must be signed in to change notification settings - Fork 29
doc: programming thingy and other updates #536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added a new page for all procedures for programming Nordic Thingy. Separated programming page into several pages. Updated supported hardware. Other minor style edits. NCD-1298 and NCD-1437. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
doc/docs/programming_thingy.md
Outdated
|
|
||
| To program the Nordic Thingy prototyping platforms, you can use one of the following options: | ||
|
|
||
| * Using USB-C cable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thingy 91 does not have usb type c
doc/docs/programming_thingy.md
Outdated
|
|
||
| === "Updating nRF52840 SoC firmware" | ||
|
|
||
| To program Nordic Thingy using the USB-C connection, complete the following steps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as above not using usb type c
doc/docs/programming_thingy.md
Outdated
|
|
||
| d. Power on the external debug probe. | ||
|
|
||
| e. Connect the external debug probe to the computer with a micro-USB cable.<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| e. Connect the external debug probe to the computer with a micro-USB cable.<br/> | |
| e. Connect the external debug probe to the computer with a USB cable.<br/> |
doc/docs/programming_thingy.md
Outdated
| 1. Click **Select device** and select the appropriate debug probe entry from the drop-down list.<br/> | ||
| The icon text changes to board name and the ID of the selected device, and the **Device memory layout** section indicates that the device is connected.<br/> | ||
| For example, you can identify the nRF5340 DK by its PCA number PCA10095 and its ID that is printed on the label sticker on the DK. | ||
|
|
||
| !!! note "Note" | ||
| If the nRF5340 DK does not show up in the drop-down list, press Ctrl-R in Windows or command-R in macOS to restart the {{app_name}}. | ||
|
|
||
| 1. Click **Add file** in the **FILE** section, and select **Browse**.<br/> | ||
| A file explorer window appears. | ||
| 1. Navigate to the folder with the application firmware in the HEX format.<br/> | ||
| If you are programming the precompiled application firmware from the [Nordic Thingy:91 X Downloads](https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-91-X/Download?lang=en#infotabs), make sure to unzip the downloaded file and then open the ``img_app_bl`` folder inside. | ||
| 1. Open the folder for the application that you want to transfer to the Nordic Thingy:91 X. | ||
| 1. Select the corresponding HEX file to be used with the debug probe and click **Open**.<br/> | ||
| The HEX file appears in the **File memory layout** section. | ||
| 1. Click **Erase & write** in the **DEVICE** section of the side panel. | ||
|
|
||
| The update is complete when the animation in the {{app_name}}'s **Device memory layout** section ends. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here we are missing a step there is a with to select between the 91 or 53 soc and depending on the FW we must pick the correct with position ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e.g. see line 305 ... we need something similar
doc/docs/programming_thingy.md
Outdated
|
|
||
| d. Power on the external debug probe. | ||
|
|
||
| e. Connect the external debug probe to the computer with a micro-USB cable.<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| e. Connect the external debug probe to the computer with a micro-USB cable.<br/> | |
| e. Connect the external debug probe to the computer with a USB cable.<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This in old!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is old
Added a new page for all procedures for programming Nordic Thingy. Separated programming page into several pages.
Updated supported hardware.
Other minor style edits.
NCD-702, NCD-1386, and NCD-1437.