diff --git a/README.adoc b/README.adoc index fdfd608..9139d70 100644 --- a/README.adoc +++ b/README.adoc @@ -68,10 +68,18 @@ Extensions to Install: ** When you open up a zig file, this extension will ask if you'd like to enable ZLS, I suggest you do. * https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-serial-monitor[Serial Monitor] +== Cloning + +[source] +---- +git clone https://github.com/ZigEmbeddedGroup/sycl-workshop-2023.git +cd sycl-workshop-2023 +---- + == Building and running a demo using UF2 1. Compile the demos by running `zig build` in your project root. -2. explain reseting and mounting +2. To activate the uf2 bootloader, power must be applied to the pico while the reset button is held. This is best done by connecting a button from `RUN` to ground, pressing both buttons, and releasing the `RUN` button first. The other option is to plug/unplug the USB cable which is awkward and gets tiresome. 3. Copy the uf2 file into the mounted drive. Execution should take place immediately == Building and running a demo using the Pico Probe