#Flashing Nice!Nano

1 messages · Page 1 of 1 (latest)

finite igloo
#

Hey all, I'm very new to the world of keyboards and ZMK and am trying to get my dev environment setup. What's the recommended way to flash the nice!nano for a faster development cycle? I'm expecting I'll be playing around with things and won't want to manually enter bootloader and copy over files every time. Any recommendations?

#

For reference, I'm using Vs code and a windows machine. I also have access to a j-link if that's the best option, but would prefer to not have to solder it in

severe trout
#

I just wrote a VS Code task that runs
cp <path/to/zmk.uf2> G: (or whatever drive Windows decides to mount it as).

#

I know Pete had a PR for Zephyr to add a UF2 runner for west flash that does basically that but identifies the drive automatically

finite igloo
#

And you're still entering bootloader using the reset switch manually?