Update for Latest Workbench for Zephyr - #2
Conversation
There was a problem hiding this comment.
If the host tools are not up to date, or if you reinstall Work Bench for Zephyr and notice that the host tools haven't been updated, click Reinstall host tools again to update them to the latest version.
There was a problem hiding this comment.
Please add a note directly inside the West Workspace image indicating that "Fetch West Blobs" should be unchecked. The separate text placed above the image is easy to overlook, whereas adding the instruction within the image itself will make it much more noticeable to users.
| **Step 4** - Select the toolchain (SDK Latest version : 0.17.4) | ||
| **Step 2** - A new Terminal window would open and enter the below command to download the Device Libraries. | ||
| ~~~ | ||
| west blobs fetch hal_microchip |
There was a problem hiding this comment.
The command west blobs fetch hal_microchip is not being rendered as a code snippet in the Markdown output. Instead, it appears as ~~~west blobs fetch hal_microchip~~~. Please format it as inline code (or a code block) so users can easily copy it to the clipboard.
| | :-| | ||
|
|
||
|  | ||
| - Download the python scripts "installOpenOCD_WSG_BZx.py" and "switchFirmware.py" from the [Workbench_images](Workbench_images/) folder to the below mentioned folder. |
There was a problem hiding this comment.
Instead of keeping the Python scripts in the Workbench_images folder (which primarily contains .png image files), would it be possible to create a separate folder, for example openocd_python_scripts, either at the same level or within the documentation directory? This would keep the images and scripts organized separately. Additionally, please add direct links to these Python scripts in the documentation so users can download them easily.
| ~~~ | ||
| | ⚠ **Warning** | | ||
| | :- | | ||
| | - Connect your target board to your PC before running the below script.<br>- Zephyr uses **CMSIS mode**, while **MPLAB X IPE** uses **PKOB mode** of the programmer/debugger.<br>- Default configuration of fresh board is PKOB mode to support MPLABx | |
There was a problem hiding this comment.
Add one more warning
Warning: Ensure that only one target board is connected to your system when switching to CMSIS firmware. Connecting multiple target boards may result in the wrong device being selected.
| ## 9. Flash the Application<a name="step9"> | ||
|
|
||
| - Click on Run icon as shown in the below image and then choose the "--runner openocd" for flashing the project. | ||
| - Click on Flash icon as shown in the below image and then choose the "openocd" for flashing the project. |
There was a problem hiding this comment.
Warning: Ensure that only one target board is connected to your system during Flashing. Connecting multiple target boards may result in the wrong device being selected.
DineshArasu-Microchip
left a comment
There was a problem hiding this comment.
Hi @VinothKumar-MCHP i have added my review comments kindly have a look.
Thank You.
No description provided.