Hello interested parties,
With the YUN configured on my local WEP network (IP 10.0.0.15), and the IDE port selected under the IDE menu Tools, the following is reported and the upload fails.
(I've show it as code, but it's a response of the upload/status window)
Sketch uses 22,812 bytes (79%) of program storage space. Maximum is 28,672 bytes.
Global variables use 1,789 bytes (69%) of dynamic memory, leaving 771 bytes for local variables. Maximum is 2,560 bytes.
avrdude: AVR device not responding
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
/usr/bin/run-avrdude: line 5: can't open /tmp/efuse: no such file
avrdude: AVR device not responding
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude done. Thank you.
The code will load over USB and using a .hex file but I want to use the magic wifi / sd / www capability to run an embedded web page so need to use the wifi right?
Copying the html code to /sd/www does not generate the run-time zepto.min.js image required.
Two questions:
- Any idea on the boot loader failure?
FYI I'm plugged into USB to the dev computer...while using the wifi AVR
- Is there another way to generate the magic "0" file that results when you upload over wifi and store to the www directory on the sd?
thank you for your thoughts,
RT