Bill Westfield

Results 37 comments of Bill Westfield

That's pretty! The extra unmasked vias (VCC and GND) by the EEPROMs were actually put there to allow them to be "easily" re-addressed, so I anticipated something like: ![rework](https://user-images.githubusercontent.com/425027/37064287-2d89e246-2151-11e8-835a-49924bb13db2.png) But...

Yeah. I think I figured that linux users would be able to download and install the binaries from arm without needing as much hand-holding, and I got tired of trying...

Heh. I think that was a "think-o" on my part. The sketch is essentially the ArduinoISP sketch, with the source of data changed, and I added the "power from a...

I couldn't figure out a way to figure out whether the AVR is running at 8MHz or not. For instance, you COULD read the fuses and decide that if the...

Ok, this is getting a bit weird. I've duplicated your problem with a downloaded copy of optiLoader, but my "original" optiLoader (which nominally contains the same files) fails with the...

Ah hah! Notice anything just a little bit wrong with this: ![screen shot 2017-06-20 at 2 05 05 pm](https://user-images.githubusercontent.com/425027/27355990-c0db3484-55c1-11e7-97bb-cc35f047fdb2.jpg) The "sketch name" (optiLoader.ino) and the directory name "OptiLoader" do NOT...

4.6.2 rather changes ("clarifies") the handling of PROGMEM as well, and may require some additional attention in that area.

> > No longer using the ATMEGA8 and 168, so was hoping to repurpose > > the space used for those two, and instead add some of the other chips...

No longer using the ATMEGA8 and 168, so was hoping to repurpose the space used for those two, and instead add some of the other chips I regularly bootload (ATmega...

The current optiloader loads the entire hex file into RAM before programming it into the target, and it assumes a 512byte bootloader. It would take major modifications to support a...