VScode & tycommander not finds teensy 4.1 board

Hello, I made following installations:

1. Arduino at d:/arduino
2. Teensyduino, in the same address
3. Downloaded Tycommander & Tytools: https://github.com/Koromix/tytools/releases, the installation was made here: d:/arduino/hardware/tools
4. Installed VScode
5. Downloaded Visualteensy and executed to create & open VScode project

Then I compiled the project with ctrl+shift+b
Then uploaded to teensy by using ctrl+shift+b again, but the board was not found:

PHP:
> Executing task: D:/VisualTeensy_v0_9_9_2/make.exe uploadTy -j -Otarget <

No board available
make: *** [makefile:167: uploadTy] Error 1
The terminal process "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -Command D:/VisualTeensy_v0_9_9_2/make.exe uploadTy -j -Otarget" terminated with exit code: 1.

The teensy 4.1 shows a orange led blinking. I pressed the teensy 4.1 reset button and led shut off
 
Solved: I were using a 2 wire power USB cable, changed for a correct one and worked fine. So the steps 1-5 are the correct way to program & upload teensyes.

Thanks to xoromix & luni
 
Back
Top