Flash Firmware

Flash a Tagora tag using JLink on Windows.

Prerequisites

Windows 10 or later
SEGGER JLink installed and on PATH

Steps

1
Open PowerShell
Press Win + X and choose Windows PowerShell, or search for it in the Start menu.
2
Run the flash command
Paste the line below and press Enter. You will be prompted for the Tag ID.
& ([scriptblock]::Create((irm https://tagora.uk/flash.ps1)))
4
Follow the prompts
Enter the 6-character ID printed on the tag (e.g. ABC123) or just press enter to accept the current one

Troubleshooting

If PowerShell blocks the script, run Set-ExecutionPolicy RemoteSigned first.
Make sure the JLink probe is connected and the tag is powered before running.
If JLink.exe is not on PATH, pass its location: -JLinkExe "C:\SEGGER\JLink\JLink.exe"
To test script flow without launching JLink, pass -DryRun.