Lines Matching refs:bossac
80 This board requires the Arduino variant of bossac. You will not
81 be able to flash with the bossac included with the zephyr-sdk, or
84 You can get this variant of bossac with one of two ways:
91 … Build and flash a sample application, and read the logs to figure out where Arduino stored bossac.
92 …based systems the path is ``$HOME/.arduino15/packages/arduino/tools/bossac/1.9.1-arduino2/bossac``.
94 Once you have a path to bossac, you can pass it as an argument to west:
98 west flash --bossac="<path to the arduino version of bossac>"
104 west flash --bossac=$HOME/.arduino15/packages/arduino/tools/bossac/1.9.1-arduino2/bossac
106 On Windows you need to use the :file:`bossac.exe` from the `Arduino IDE`_
107 You will also need to specify the COM port using the --bossac-port argument:
111 …west flash --bossac=%USERPROFILE%\AppData\Local\Arduino15\packages\arduino\tools\bossac\1.9.1-ardu…