at113@at113m42696:~$ cd home bash: cd: home: No such file or directory at113@at113m42696:~$ cd desktop bash: cd: desktop: No such file or directory at113@at113m42696:~$ cd downloads bash: cd: downloads: No such file or directory at113@at113m42696:~$ dir blink Fab\ Academy\ install\ info Music tmp Desktop Fab\ ISP\ files node_modules tutorial\ pics Documents gestalt-master Pictures Videos Downloads hellobus Public wxGestalt eagle Molds single_node.py wxpythondemo eagle-7.2.0 motionPlannerDebugFile.txt Templates zen examples.desktop MTM test.vmp at113@at113m42696:~$ cd hellobus at113@at113m42696:~/hellobus$ sudo make -f hello.bus.45.make program-usbtiny [sudo] password for at113: avr-objcopy -O ihex hello.bus.45.out hello.bus.45.c.hex;\ avr-size --mcu=attiny45 --format=avr hello.bus.45.out AVR Memory Usage ---------------- Device: attiny45 Program: 796 bytes (19.4% Full) (.text + .data + .bootloader) Data: 4 bytes (1.6% Full) (.data + .bss + .noinit) avrdude -p t45 -P usb -c usbtiny -U flash:w:hello.bus.45.c.hex avrdude: Error: Could not find USBtiny device (0x1781/0xc9f) avrdude done. Thank you. make: *** [program-usbtiny] Error 1 at113@at113m42696:~/hellobus$ sudo make make: *** No targets specified and no makefile found. Stop. at113@at113m42696:~/hellobus$ sudo make make: *** No targets specified and no makefile found. Stop. at113@at113m42696:~/hellobus$ sudo hello.bus.45.make sudo: hello.bus.45.make: command not found at113@at113m42696:~/hellobus$ sudo make avr-objcopy -O ihex hello.bus.45.out hello.bus.45.c.hex;\ avr-size --mcu=attiny45 --format=avr hello.bus.45.out AVR Memory Usage ---------------- Device: attiny45 Program: 796 bytes (19.4% Full) (.text + .data + .bootloader) Data: 4 bytes (1.6% Full) (.data + .bss + .noinit) at113@at113m42696:~/hellobus$ sudo make avr-gcc -mmcu=attiny45 -Wall -Os -DF_CPU=8000000 -I./ -o hello.bus.45.out hello.bus.45.c avr-objcopy -O ihex hello.bus.45.out hello.bus.45.c.hex;\ avr-size --mcu=attiny45 --format=avr hello.bus.45.out AVR Memory Usage ---------------- Device: attiny45 Program: 768 bytes (18.8% Full) (.text + .data + .bootloader) Data: 4 bytes (1.6% Full) (.data + .bss + .noinit) at113@at113m42696:~/hellobus$ sudo make program-avrisp2 avr-objcopy -O ihex hello.bus.45.out hello.bus.45.c.hex;\ avr-size --mcu=attiny45 --format=avr hello.bus.45.out AVR Memory Usage ---------------- Device: attiny45 Program: 768 bytes (18.8% Full) (.text + .data + .bootloader) Data: 4 bytes (1.6% Full) (.data + .bss + .noinit) avrdude -p t45 -P usb -c avrisp2 -U flash:w:hello.bus.45.c.hex avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.01s avrdude: Device signature = 0x1e9206 avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed To disable this feature, specify the -D option. avrdude: erasing chip avrdude: reading input file "hello.bus.45.c.hex" avrdude: input file hello.bus.45.c.hex auto detected as Intel Hex avrdude: writing flash (768 bytes): Writing | ################################################## | 100% 0.27s avrdude: 768 bytes of flash written avrdude: verifying flash memory against hello.bus.45.c.hex: avrdude: load data flash data from input file hello.bus.45.c.hex: avrdude: input file hello.bus.45.c.hex auto detected as Intel Hex avrdude: input file hello.bus.45.c.hex contains 768 bytes avrdude: reading on-chip flash data: Reading | ################################################## | 100% 0.26s avrdude: verifying ... avrdude: 768 bytes of flash verified avrdude: safemode: Fuses OK (H:FF, E:DF, L:62) avrdude done. Thank you. at113@at113m42696:~/hellobus$ sudo make program-avrisp2 avr-objcopy -O ihex hello.bus.45.out hello.bus.45.c.hex;\ avr-size --mcu=attiny45 --format=avr hello.bus.45.out AVR Memory Usage ---------------- Device: attiny45 Program: 768 bytes (18.8% Full) (.text + .data + .bootloader) Data: 4 bytes (1.6% Full) (.data + .bss + .noinit) avrdude -p t45 -P usb -c avrisp2 -U flash:w:hello.bus.45.c.hex avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.01s avrdude: Device signature = 0x1e9206 avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed To disable this feature, specify the -D option. avrdude: erasing chip avrdude: reading input file "hello.bus.45.c.hex" avrdude: input file hello.bus.45.c.hex auto detected as Intel Hex avrdude: writing flash (768 bytes): Writing | ################################################## | 100% 0.27s avrdude: 768 bytes of flash written avrdude: verifying flash memory against hello.bus.45.c.hex: avrdude: load data flash data from input file hello.bus.45.c.hex: avrdude: input file hello.bus.45.c.hex auto detected as Intel Hex avrdude: input file hello.bus.45.c.hex contains 768 bytes avrdude: reading on-chip flash data: Reading | ################################################## | 100% 0.26s avrdude: verifying ... avrdude: 768 bytes of flash verified avrdude: safemode: Fuses OK (H:FF, E:DF, L:62) avrdude done. Thank you. at113@at113m42696:~/hellobus$