just finished my right hand (this time with the diodes on the right side of the board

and am trying to flash the teensy... i knew i should have familiarized with it before any soldering... sigh.
what happen is as follow:
when i first plugged it, the LED was flashing, which i assume is the blinky code that comes from the factory.
i opened the teensy-aplication, dragged the epp file (no way to open it via menus. annoying) pressed the reset button.... it seemed to work. linux dmesg showed a new HID device attached. but it was faster than instantaneous. the assembly instructions says it might take a second or so. i uploaded the hex. reset. and nothing. unplug, plug. see the HID device. nothing. no typing.
So i tried to upload the blink code... can't find it anywhere, so i gave up and install the arduino IDE, install the teensy part on top, just so i can click examples>blinky... it says it upload fine to the device. but nothing blinks.
where do i go from there? I tried the 'grown up' version
https://www.pjrc.com/teensy/loader_cli.html but i failed miserably on understanding how to send an epp file with it. or even what the heck an epp file is.