chanbennet
Member
Recently downloaded teensy cli with a apt-get. Says I have
When I perform the following i get the following error:
According to the PJRC website says that this version should support teensy 4.0.
What am i missing here? Appreciate all the help in advance
Code:
version 2.1-1
When I perform the following i get the following error:
Code:
teensy_loader_cli --mcu=TEENSY40 -s -v V1.0.0_master.hex
Unknown MCU type "TEENSY40"
Supported MCUs are:
- at90usb162
- atmega32u4
- at90usb646
- at90usb1286
- mkl26z64
- mk20dx128
- mk20dx256
- mk66fx1m0
- mk64fx512
- TEENSY2
- TEENSY2PP
- TEENSYLC
- TEENSY30
- TEENSY31
- TEENSY35
- TEENSY36
According to the PJRC website says that this version should support teensy 4.0.
What am i missing here? Appreciate all the help in advance